Browse Source

1.修改导出bug

java8
赵宏斌 2 months ago
parent
commit
e144586f19
  1. 6
      src/views/modules/eamReport/productPart.vue

6
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,

Loading…
Cancel
Save