fix:外销合同软提示
This commit is contained in:
parent
3177cc32bf
commit
03d2c7a8eb
@ -41,7 +41,7 @@ public class SalesOrderSaveValidator extends AbstractValidator {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (Long key : maps.keySet()) {
|
for (Long key : maps.keySet()) {
|
||||||
this.addErrorMessage(dataEntitie, "商品明细:第" + maps.get(key) + "行物料编码重复");
|
this.addWarningMessage(dataEntitie, "商品明细:第" + maps.get(key) + "行物料编码重复!!!\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user