wms退货页面打印条码问题

master
mengjiao 4 months ago
parent e8085a471e
commit b2e01a2b2d

@ -773,7 +773,7 @@ export default {
// IDs // IDs
const selectedIds = this.ids[0]; // ID const selectedIds = this.ids[0]; // ID
let queryParams = { let queryParams = {
produceCode: selectedIds // ID: selectedIds //
}; };
listReturnDY(queryParams).then(response => { listReturnDY(queryParams).then(response => {
this.showWorkorderCode = true; this.showWorkorderCode = true;
@ -801,8 +801,7 @@ export default {
this.printData.produceCode = response.data.produceCode this.printData.produceCode = response.data.produceCode
this.refreshNewWorkerTable = true // refreshProTabletrue this.refreshNewWorkerTable = true // refreshProTabletrue
this.newWorkerLoading = false // false this.newWorkerLoading = false // false
this.generateBarcode(response.data[0].produceCode); //
this.generateBarcode(this.outorderList[0].produceCode); //
}) })
}, },
// //

Loading…
Cancel
Save