Showing
4 changed files
with
2 additions
and
0 deletions
| @@ -1278,6 +1278,8 @@ public class ContractDistributorStandardController extends DefaultBaseController | @@ -1278,6 +1278,8 @@ public class ContractDistributorStandardController extends DefaultBaseController | ||
| 1278 | } else { | 1278 | } else { |
| 1279 | dataMap.put("includesTransportOrPackaging", "单价中不包含包装费用与运费"); | 1279 | dataMap.put("includesTransportOrPackaging", "单价中不包含包装费用与运费"); |
| 1280 | } | 1280 | } |
| 1281 | + //收货人 | ||
| 1282 | + dataMap.put("designatedConsignee", data.getDesignatedConsignee() == null ? "" : data.getDesignatedConsignee()); | ||
| 1281 | //企业类型为经销商 | 1283 | //企业类型为经销商 |
| 1282 | QueryCustomerCreditVo vo = new QueryCustomerCreditVo(); | 1284 | QueryCustomerCreditVo vo = new QueryCustomerCreditVo(); |
| 1283 | vo.setCompanyId(data.getBuyer()); | 1285 | vo.setCompanyId(data.getBuyer()); |
No preview for this file type
No preview for this file type
No preview for this file type