From c4bcd26ff78952ae46224ee67c93842302f3fb66 Mon Sep 17 00:00:00 2001 From: FCD <2453864257@qq.com> Date: Mon, 27 Oct 2025 16:11:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=88=90=E5=93=81=E5=8C=BA?= =?UTF-8?q?=E4=BD=8D=E5=A1=AB=E6=8A=A5=E8=A1=A8=E5=AF=BC=E5=87=BA=E6=8C=89?= =?UTF-8?q?=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/workorder/index.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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`) + } } };