md
This commit is contained in:
parent
5daee1d73c
commit
b50c3c3332
@ -1671,13 +1671,12 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
if (StringUtils.isEmpty(emisWaybillSave.getSalesmen())) {
|
||||
throw new EmisBizError(EmisBizErrorType.PARAM_ERROR1, "销售联系人必填");
|
||||
}
|
||||
|
||||
// 默认回款联系人=销售联系人
|
||||
if (StringUtils.isEmpty(emisWaybillSave.getPayee())) {
|
||||
emisWaybillSave.setPayee(emisWaybillSave.getSalesmen());
|
||||
}
|
||||
}
|
||||
|
||||
// 默认回款联系人=销售联系人
|
||||
if (StringUtils.isEmpty(emisWaybillSave.getPayee())) {
|
||||
emisWaybillSave.setPayee(emisWaybillSave.getSalesmen());
|
||||
}
|
||||
|
||||
|
||||
// 仓库收货/整柜提货 建立入仓预报单
|
||||
|
||||
Loading…
Reference in New Issue
Block a user