From e144586f19eee5b13ec8b2e5eb5857a067af3697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Mon, 10 Nov 2025 11:23:27 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/eamReport/productPart.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/modules/eamReport/productPart.vue b/src/views/modules/eamReport/productPart.vue index ef4c44e..f65add0 100644 --- a/src/views/modules/eamReport/productPart.vue +++ b/src/views/modules/eamReport/productPart.vue @@ -37,7 +37,7 @@ export default { sku: '', productDesc: '' }, - exportName: "成品物料编码" + this.dayjs().format('YYYYMMDDHHmmss'), + exportName: "成品物料模块" + this.dayjs().format('YYYYMMDDHHmmss'), dataList: [], dataListSelections: [], total: 0, @@ -345,6 +345,8 @@ export default { this.$message.success(data.msg) this.handleQuery() } else { + this.modalData.sku = '' + this.modalData.productDesc = '' this.$message.error(data.msg) } }).catch() @@ -382,7 +384,7 @@ export default { this.queryParams.page = 1 this.queryParams.pageCount = -1 excel.exportTable({ - url: "/pms/qc/queryEquipmentFolderLocationList", + url: "/pms/qc/queryProductPartList", columnMapping: this.columns,//可以直接用table,不需要的列就剔除 mergeSetting: [],//需要合并的列 params: this.queryParams,