Browse Source

YT-951扫描同一物料、批次多次,提示应加物料字段

intex
zhang_li 1 week ago
parent
commit
a3ad8b69b0
  1. 4
      src/pages/inventoryMove/coms/comMoveRecord.vue

4
src/pages/inventoryMove/coms/comMoveRecord.vue

@ -456,11 +456,11 @@
// detail.handleQty =calc.add(detail.handleQty, result.label.qty) // detail.handleQty =calc.add(detail.handleQty, result.label.qty)
if(managementTypeParams == 'BY_QUANTITY'){ if(managementTypeParams == 'BY_QUANTITY'){
this.showErrorMessage( this.showErrorMessage(
"批次[]\n" + "库位[" + detail.fromLocationCode + "]\n" + "物料号[" + item.itemCode + "]\n" + "批次[]\n" + "库位[" + detail.fromLocationCode + "]\n" +
"已经存在") "已经存在")
}else if(managementTypeParams == 'BY_BATCH'){ }else if(managementTypeParams == 'BY_BATCH'){
this.showErrorMessage( this.showErrorMessage(
"批次[" + detail.batch + "]\n" + "库位[" + detail.fromLocationCode + "]\n" + "物料号[" + item.itemCode + "]\n" + "批次[" + detail.batch + "]\n" + "库位[" + detail.fromLocationCode + "]\n" +
"已经存在") "已经存在")
} }
} }

Loading…
Cancel
Save