fix:上货修改

20240912_adapter
chenhc 5 months ago
parent 08832de135
commit f24d422214

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

Loading…
Cancel
Save