md
This commit is contained in:
parent
daa92514a6
commit
b4e071c673
@ -3011,6 +3011,9 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
emisWaybillSave.setSignMan(null);
|
||||
emisWaybillSave.setSendDate(null);
|
||||
|
||||
// 新开单清除费用备注,录单备注
|
||||
emisWaybillSave.setRemark(null);
|
||||
emisWaybillSave.setFeeRemark(null);
|
||||
}
|
||||
/**
|
||||
* Oms 新开单
|
||||
@ -3021,11 +3024,6 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
// 设定为客户下单,下单时间为当前时间
|
||||
this.resetOmsWaybillData(emisWaybillSave);
|
||||
|
||||
// 新开单清除费用备注,录单备注
|
||||
emisWaybillSave.setRemark(null);
|
||||
emisWaybillSave.setFeeRemark(null);
|
||||
|
||||
|
||||
// 如果是孟加拉单子,把运单号变为 12位
|
||||
if("0880".equals(emisWaybillSave.getReceiveCountry()) || "0880".equals(emisWaybillSave.getSendCountry())){
|
||||
if(emisWaybillSave.getBillCode().length()==14 && emisWaybillSave.getBillCode().startsWith("T7080")){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user