Browse Source

修改扫描

wms3.0_pda
niexiting 9 months ago
parent
commit
be31673356
  1. 16
      mycomponents/scan/winScanPackAndLocation.vue

16
mycomponents/scan/winScanPackAndLocation.vue

@ -267,14 +267,14 @@
this.packCallBack(balance);
// 20231228
// if (balance.qty > 0) {
// this.packCallBack(balance);
// } else {
// this.showErrorMessage(this.getQueryCondition() + '<br>[' + balance.qty + "],<br>",
// res => {
// this.packGetFocus();
// })
// }
if (balance.qty > 0) {
this.packCallBack(balance);
} else {
this.showErrorMessage(this.getQueryCondition() + '<br>查找到库存记录数量为[' + balance.qty + "],<br>不可以进行操作",
res => {
this.packGetFocus();
})
}
} else {
this.showBalanceSelect(datas);
}

Loading…
Cancel
Save