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