fix:业务按货位上架结合

20240912_adapter
chenhc 5 months ago
parent daca5a6db4
commit 5029ecd540

@ -1754,18 +1754,21 @@ export default {
if (this.getDMHotskeyValue(this.scanCode)) { if (this.getDMHotskeyValue(this.scanCode)) {
return return
} }
if (!this.scanCode.includes("DMQ")) {
if (this.queueStatus == "0" && this.orderFormData.workPlaceQueueCode) { if (this.splitType =='out'){
this.$message.warning('当前工位无需按货位上架') if (!this.scanCode.includes("DMQ")) {
return; if (this.queueStatus == "0" && this.orderFormData.workPlaceQueueCode) {
} this.$message.warning('当前工位无需按货位上架')
}else { return;
if (this.queueStatus == "0" && this.orderFormData.workPlaceQueueCode) { }
this.$message.warning('当前工位无需按货位上架') }else {
return; if (this.queueStatus == "0" && this.orderFormData.workPlaceQueueCode) {
} else if (this.queueStatus == "1" && !this.orderFormData.workPlaceQueueCode) { this.$message.warning('当前工位无需按货位上架')
this.$message.warning('当前工位需按货位上架') return;
return; } else if (this.queueStatus == "1" && !this.orderFormData.workPlaceQueueCode) {
this.$message.warning('当前工位需按货位上架')
return;
}
} }
} }

Loading…
Cancel
Save