销售订单修改接口调整新增物料行增加字段

This commit is contained in:
mzr 2025-05-29 08:54:29 +08:00
parent e2be42eace
commit 9834aeb017
1 changed files with 1 additions and 0 deletions

View File

@ -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);