销售发票增加报价单位赋值
This commit is contained in:
parent
6081f0f821
commit
f038a95f4b
|
@ -318,7 +318,10 @@ public class IAPISaleInvMaitainImpl {
|
|||
itemDetails.put("ftaxtypeflag", 1);// ¿Û˰Àà±ð
|
||||
itemDetails.put("pk_group", "00");// ¼¯ÍÅ
|
||||
itemDetails.put("pk_org", originalJson.getJSONObject("billhead").getString("pk_org"));// ¿ªÆ±×éÖ¯
|
||||
itemDetails.put("cunitid", item.getString("castunitid"));// 寮데貫
|
||||
// 单位
|
||||
String castunitid = item.getString("castunitid");
|
||||
itemDetails.put("cunitid", castunitid);// 主单位
|
||||
itemDetails.put("cqtunitid", castunitid);// 报价单位
|
||||
String vchangerate = value2.getOrDefault("vchangerate", "1/1") + "";
|
||||
itemDetails.put("vchangerate", vchangerate);// »»ËãÂÊ
|
||||
|
||||
|
|
Loading…
Reference in New Issue