|
|
@ -37,7 +37,7 @@ export default { |
|
|
sku: '', |
|
|
sku: '', |
|
|
productDesc: '' |
|
|
productDesc: '' |
|
|
}, |
|
|
}, |
|
|
exportName: "成品物料编码" + this.dayjs().format('YYYYMMDDHHmmss'), |
|
|
|
|
|
|
|
|
exportName: "成品物料模块" + this.dayjs().format('YYYYMMDDHHmmss'), |
|
|
dataList: [], |
|
|
dataList: [], |
|
|
dataListSelections: [], |
|
|
dataListSelections: [], |
|
|
total: 0, |
|
|
total: 0, |
|
|
@ -345,6 +345,8 @@ export default { |
|
|
this.$message.success(data.msg) |
|
|
this.$message.success(data.msg) |
|
|
this.handleQuery() |
|
|
this.handleQuery() |
|
|
} else { |
|
|
} else { |
|
|
|
|
|
this.modalData.sku = '' |
|
|
|
|
|
this.modalData.productDesc = '' |
|
|
this.$message.error(data.msg) |
|
|
this.$message.error(data.msg) |
|
|
} |
|
|
} |
|
|
}).catch() |
|
|
}).catch() |
|
|
@ -382,7 +384,7 @@ export default { |
|
|
this.queryParams.page = 1 |
|
|
this.queryParams.page = 1 |
|
|
this.queryParams.pageCount = -1 |
|
|
this.queryParams.pageCount = -1 |
|
|
excel.exportTable({ |
|
|
excel.exportTable({ |
|
|
url: "/pms/qc/queryEquipmentFolderLocationList", |
|
|
|
|
|
|
|
|
url: "/pms/qc/queryProductPartList", |
|
|
columnMapping: this.columns,//可以直接用table,不需要的列就剔除 |
|
|
columnMapping: this.columns,//可以直接用table,不需要的列就剔除 |
|
|
mergeSetting: [],//需要合并的列 |
|
|
mergeSetting: [],//需要合并的列 |
|
|
params: this.queryParams, |
|
|
params: this.queryParams, |
|
|
|