|
@@ -144,7 +144,7 @@ public class OMSNationUtil {
|
|
|
omsImportInfo.setBuyerAddr(workInvoice.getAddress()); //购买方地址
|
|
omsImportInfo.setBuyerAddr(workInvoice.getAddress()); //购买方地址
|
|
|
omsImportInfo.setBuyerPhone(workInvoice.getTelPhone()); //购买方电话
|
|
omsImportInfo.setBuyerPhone(workInvoice.getTelPhone()); //购买方电话
|
|
|
omsImportInfo.setBuyerBank(workInvoice.getOpenBank()); //购买方开户行名称
|
|
omsImportInfo.setBuyerBank(workInvoice.getOpenBank()); //购买方开户行名称
|
|
|
- omsImportInfo.setBuyerBankaccount(workInvoice.getBaseAccount()); //购买方开户银行账号
|
|
|
|
|
|
|
+ omsImportInfo.setBuyerBankaccount(workInvoice.getBankAccount()); //购买方开户银行账号
|
|
|
|
|
|
|
|
//omsImportInfo.setBuyerNationality(""); //购买方国籍/地区代码
|
|
//omsImportInfo.setBuyerNationality(""); //购买方国籍/地区代码
|
|
|
//omsImportInfo.setBuyerIdcardno(""); //购买方证件号码
|
|
//omsImportInfo.setBuyerIdcardno(""); //购买方证件号码
|