推送nc结算币种;
This commit is contained in:
+8
@@ -334,7 +334,11 @@ public class BillManageImpl extends ServiceImpl<BillManageMapper, BillManage> im
|
||||
} else {
|
||||
item.setScomment("业务部:应收"+appointShipper+invoiceItemName);
|
||||
}
|
||||
if (settlementCurrencyNcCode != null && !settlementCurrencyNcCode.isEmpty()) {
|
||||
item.setPk_currtype(settlementCurrencyNcCode);
|
||||
} else {
|
||||
item.setPk_currtype("CNY");
|
||||
}
|
||||
item.setPurchaseorder("");
|
||||
item.setTaxrate(String.valueOf(make.getTaxRate()));
|
||||
item.setQuantity_de("0");
|
||||
@@ -1002,7 +1006,11 @@ public class BillManageImpl extends ServiceImpl<BillManageMapper, BillManage> im
|
||||
String[] split = invoiceItem1.split(",");
|
||||
item.setDef29(split[0]);
|
||||
}
|
||||
if (settlementCurrencyNcCode != null && !settlementCurrencyNcCode.isEmpty()) {
|
||||
item.setPk_currtype(settlementCurrencyNcCode);
|
||||
} else {
|
||||
item.setPk_currtype("CNY");
|
||||
}
|
||||
item.setMoney_cr(String.valueOf(totalInvoiceValue));
|
||||
item.setMoney_bal(String.valueOf(totalInvoiceValue));
|
||||
ysitemList.add(item);
|
||||
|
||||
Reference in New Issue
Block a user