Browse Source

修改扫描

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

16
mycomponents/scan/winScanPackAndLocation.vue

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

Loading…
Cancel
Save