demand: 先关闭税号逻辑
committer: heyu
This commit is contained in:
parent
53212cc8b4
commit
b4cfe386cf
@ -166,7 +166,7 @@ public class EmisWaybillAjustApplyServiceImpl extends EmisBaseService implements
|
|||||||
sendAddress.setAddressType("1");
|
sendAddress.setAddressType("1");
|
||||||
sendAddress.setEnterpriseName(emisWaybillSave.getEnterpriseName());
|
sendAddress.setEnterpriseName(emisWaybillSave.getEnterpriseName());
|
||||||
sendAddress.setEnterpriseTaxId(emisWaybillSave.getEnterpriseTaxId());
|
sendAddress.setEnterpriseTaxId(emisWaybillSave.getEnterpriseTaxId());
|
||||||
checkAdress(sendAddress);
|
// checkAdress(sendAddress);
|
||||||
|
|
||||||
// 插入数据
|
// 插入数据
|
||||||
emisWaybillAjustApply.setApplyDate(new Date());
|
emisWaybillAjustApply.setApplyDate(new Date());
|
||||||
|
|||||||
@ -2628,7 +2628,8 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 保存客户收件、寄件地址,开单不要关联客户地址数据
|
// 保存客户收件、寄件地址,开单不要关联客户地址数据
|
||||||
createCustomerAddressNew(sendAddress);
|
// createCustomerAddressNew(sendAddress);
|
||||||
|
createCustomerAddress(sendAddress);
|
||||||
createCustomerAddress(recieveAddress);
|
createCustomerAddress(recieveAddress);
|
||||||
|
|
||||||
emisWaybillSave.setCustomerCode(customerCode);
|
emisWaybillSave.setCustomerCode(customerCode);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user