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