diff --git a/src/views/plan/workorder/index.vue b/src/views/plan/workorder/index.vue
index cc55e5e..20b43a1 100644
--- a/src/views/plan/workorder/index.vue
+++ b/src/views/plan/workorder/index.vue
@@ -213,6 +213,17 @@
>导出排产计划
+
+ 导出成品区位填报表
+
+
@@ -2049,6 +2060,12 @@ export default {
}).catch(() => {
});
},
+ handleProductExport(){
+ console.log(111)
+ this.download('plan/pro/workorder/productExport', {
+ ...this.queryParams
+ }, `成品区位填报表_${new Date().getTime()}.xlsx`)
+ }
}
};