fix:上货修改

20240912_adapter
chenhc 5 months ago
parent 08832de135
commit f24d422214

@ -477,7 +477,8 @@ export default {
workPlaceCode: null,
fifoSplit: 1,
splitBusType: null,
busType: null
busType: null,
workPlaceQueueCode: null,
},
selectPrescriptionVisible: false,
detailList: [],
@ -1931,6 +1932,7 @@ export default {
if (response.code == 20000) {
this.curQueue = response.data;
this.curQueueName = "当前货位:" + this.curQueue.name + "(" + this.curQueue.code + ")"
this.orderFormData.workPlaceQueueCode = this.curQueue.code
this.scanCode = '';
}
}).catch(() => {

Loading…
Cancel
Save