wms页面退货页面修改3

master
mengjiao 5 months ago
parent 186fd2806d
commit 2406761959

@ -770,8 +770,10 @@ export default {
this.printDialogVisible = true;
this.newWorkerLoading = true // true
this.refreshNewWorkerTable = false // refreshProTablefalse
let queryParams = {
produceCode: this.outorderList[0].produceCode
// IDs
const selectedIds = this.ids; // ID
let queryParams = {
produceCode: selectedIds //
};
listReturnDY(queryParams).then(response => {
this.showWorkorderCode = true;

Loading…
Cancel
Save