Browse Source

YT-1949PDA扫描明细时,库存不粗,未弹出提示 ,还是扫描成功了

intex_online20250220
张立 1 week ago
parent
commit
b6a8a83fd5
  1. 2
      src/pages/issueSupplies/job/issueDetailBatch.vue

2
src/pages/issueSupplies/job/issueDetailBatch.vue

@ -244,7 +244,7 @@
this.showErrorMessage("物料【" + itemCode + "】已经扫描") this.showErrorMessage("物料【" + itemCode + "】已经扫描")
return return
} }
if(qty>result.balance.qty){ if(detail.qty>result.balance.qty){
this.showErrorMessage("物料【" + itemCode + "】库存不足") this.showErrorMessage("物料【" + itemCode + "】库存不足")
return return
} }

Loading…
Cancel
Save