From a3b4b8bd4c928ce4694a32f005b9068877885db5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Thu, 2 Mar 2023 17:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/goodsOrder/index.vue | 49 +++++++++++- src/views/system/goodsOrder/indexjs.js | 101 ++++++++++++++----------- 2 files changed, 104 insertions(+), 46 deletions(-) diff --git a/src/views/system/goodsOrder/index.vue b/src/views/system/goodsOrder/index.vue index d1f9a3a..5bc97c6 100644 --- a/src/views/system/goodsOrder/index.vue +++ b/src/views/system/goodsOrder/index.vue @@ -63,7 +63,7 @@ :data="goodsOrderList" @selection-change="handleSelectionChange" > - + - + + + + + + + + + + + + + + + + + + { this.getList(); this.$modal.msgSuccess("删除成功"); }) - .catch(() => {}); + .catch(() => { }); }, /** 导出按钮操作 */ handleExport() { this.download( "system/goodsOrder/export", { - ...this.queryParams, - }, + ...this.queryParams, + }, `goodsOrder_${new Date().getTime()}.xlsx` ); },