销售发票增加报价单位赋值

This commit is contained in:
mzr 2025-05-23 14:41:53 +08:00
parent 6081f0f821
commit f038a95f4b
1 changed files with 4 additions and 1 deletions

View File

@ -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);// »»ËãÂÊ