|
|
@ -2040,7 +2040,13 @@ export default {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
if (response.code == 20000) {
|
|
|
|
if (response.code == 20000) {
|
|
|
|
this.curQueue = response.data;
|
|
|
|
this.curQueue = response.data;
|
|
|
|
this.curQueueName = "当前取货槽:" + this.curQueue.code
|
|
|
|
this.productName = this.curQueue.cpmctymc
|
|
|
|
|
|
|
|
if (isBlank(this.productName)){
|
|
|
|
|
|
|
|
this.curQueueName = "当前取货槽:" + this.curQueue.code
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
|
|
|
this.curQueueName = "当前取货槽:" + this.productName + "(" + this.curQueue.code + ")"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
this.redMesg = false
|
|
|
|
this.redMesg = false
|
|
|
|
this.orderFormData.workPlaceQueueCode = this.curQueue.code
|
|
|
|
this.orderFormData.workPlaceQueueCode = this.curQueue.code
|
|
|
|
this.scanCode = '';
|
|
|
|
this.scanCode = '';
|
|
|
|