diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index de73700c..248487b6 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -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" + "已经存在") } }