|
|
@ -1754,6 +1754,8 @@ export default {
|
|
|
|
if (this.getDMHotskeyValue(this.scanCode)) {
|
|
|
|
if (this.getDMHotskeyValue(this.scanCode)) {
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.splitType =='out'){
|
|
|
|
if (!this.scanCode.includes("DMQ")) {
|
|
|
|
if (!this.scanCode.includes("DMQ")) {
|
|
|
|
if (this.queueStatus == "0" && this.orderFormData.workPlaceQueueCode) {
|
|
|
|
if (this.queueStatus == "0" && this.orderFormData.workPlaceQueueCode) {
|
|
|
|
this.$message.warning('当前工位无需按货位上架')
|
|
|
|
this.$message.warning('当前工位无需按货位上架')
|
|
|
@ -1768,6 +1770,7 @@ export default {
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
this.codeFormData.code = this.scanCode.trim()
|
|
|
|
this.codeFormData.code = this.scanCode.trim()
|
|
|
|
if (this.codeFormData.code.includes(';')) {
|
|
|
|
if (this.codeFormData.code.includes(';')) {
|
|
|
|