wms退货页面打印条码问题

master
mengjiao 4 months ago
parent e8085a471e
commit b2e01a2b2d

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

Loading…
Cancel
Save