fix:外销合同软提示
This commit is contained in:
parent
ff033202d9
commit
96e7ad5152
@ -41,7 +41,7 @@ public class SalesOrderSaveValidator extends AbstractValidator {
|
||||
}
|
||||
}
|
||||
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