Browse Source

HL-5366 HL-5481盲盘,pda扫描同一箱码,同一批次,不同状态,应弹出列表选择,现扫第二个不同状态的物料提示改箱码已扫描;同一箱码,同一批次,相同状态,只有一个箱码,不用弹出列表,直接扫到列表中

hella_online_20240829
zhang_li 3 months ago
parent
commit
88f6dfa367
  1. 6
      src/mycomponents/scan/winScanPackAndLocation.vue

6
src/mycomponents/scan/winScanPackAndLocation.vue

@ -320,8 +320,12 @@
this.managementPrecision = res.managementPrecision
this.chooseWhich = '2'
if(res.data&&res.data.list&&res.data.list.length>1){
this.showBalanceSelect(res.data.list);
// this.afterQueryBalance(res.data.list);
}else{
this.afterQueryBalance(res.data.list);
}
//
} else {
this.showErrorMessage(res.message, res => {
this.packGetFocus();

Loading…
Cancel
Save