销售订单修改接口调整新增物料行增加字段
This commit is contained in:
parent
e2be42eace
commit
9834aeb017
|
@ -1056,6 +1056,7 @@ public class APISaleOrderMaitainImpl implements IAPISaleOrderMaitain {
|
|||
UFDouble ntaxrate = BFPubTools.getUFDouble_NullAsZero(bodydata.get("ntaxrate"));
|
||||
newBvo.setAttributeValue("ntaxrate", ntaxrate);
|
||||
newBvo.setVbdef11(bodydata.getOrDefault("vbdef11", "") + "");
|
||||
newBvo.setVbdef14(bodydata.getOrDefault("vbdef14", "") + "");
|
||||
newBvo.setCsaleorderbid(null);
|
||||
newBvo.setCcurrencyid(ybpk);
|
||||
newBvo.setFtaxtypeflag(1);
|
||||
|
|
Loading…
Reference in New Issue