fix:
1.外销合同提交效验报错处理
This commit is contained in:
parent
5cfb867b1d
commit
319b471937
@ -441,6 +441,8 @@ public class SalesOrderSubmitValidator extends AbstractValidator {
|
||||
long debcredtypeid = 0L;
|
||||
if (yem_debcredtype != null) {
|
||||
debcredtypeid = yem_debcredtype.getLong("id");
|
||||
}else {
|
||||
this.addMessage(dataEntitie,"当前单配件资金使用明细页签中,‘借贷业务类型’存在空值");
|
||||
}
|
||||
DynamicObject yem_debcrednotecurr = object.getDynamicObject("yem_debcrednotecurr");//贷记单使用币别
|
||||
BigDecimal yem_creditrmbamt = object.getBigDecimal("yem_creditrmbamt");//贷记单人民币金额
|
||||
|
Loading…
Reference in New Issue
Block a user