From ab8d0add7ba60a0348dcdbd11ee4c5080a7f2b3d Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Thu, 3 Aug 2023 16:35:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86=E6=A8=A1?= =?UTF-8?q?=E5=9D=97(=E8=AE=A2=E5=8D=95=E5=AF=BC=E5=87=BA-=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=A7=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/order/index.vue | 6 +++--- src/views/plan/plan/index.vue | 23 +++++++++++++++++++---- src/views/plan/workorder/index.vue | 10 +++++++--- 3 files changed, 29 insertions(+), 10 deletions(-) diff --git a/src/views/plan/order/index.vue b/src/views/plan/order/index.vue index 829d599..6f96e7f 100644 --- a/src/views/plan/order/index.vue +++ b/src/views/plan/order/index.vue @@ -571,13 +571,13 @@ export default { methods: { /** 导入按钮操作 */ handleImport() { - this.upload.title = "订单信息导入"; // todo + this.upload.title = "订单信息导入"; this.upload.open = true; }, /** 下载模板操作 */ importTemplate() { this.download('/plan/order/importTemplate', { - }, `stu_base_template_${new Date().getTime()}.xlsx`) // todo + }, `order_example_template_${new Date().getTime()}.xlsx`) }, // 文件上传中处理 handleFileUploadProgress(event, file, fileList) { @@ -599,7 +599,7 @@ export default { handleExport() { this.download('/plan/order/export', { ...this.queryParams - }, `user_${new Date().getTime()}.xlsx`) + }, `order_${new Date().getTime()}.xlsx`) }, /** 拆分按钮操作 */ splitBtn(row) { diff --git a/src/views/plan/plan/index.vue b/src/views/plan/plan/index.vue index 0ca5a40..d24b596 100644 --- a/src/views/plan/plan/index.vue +++ b/src/views/plan/plan/index.vue @@ -12,10 +12,20 @@ > + + + + + + - - - + + @@ -82,7 +92,11 @@ {{ parseTime(scope.row.planTime, '{y}-{m}-{d}') }} - + + + - - + + + +