|
|
@ -1827,9 +1827,12 @@ public class DistributionSignforServiceImpl extends BaseServiceImpl<Distribution |
|
|
|
// distributionSignfor.setTypeName(DictCache.getValue(DictEnum.YES_NO, DistributionSignfor.getType()));
|
|
|
|
// distributionSignfor.setTypeName(DictCache.getValue(DictEnum.YES_NO, DistributionSignfor.getType()));
|
|
|
|
DistributionSignforExcel signforExcel = new DistributionSignforExcel(); |
|
|
|
DistributionSignforExcel signforExcel = new DistributionSignforExcel(); |
|
|
|
BeanUtils.copyProperties(d, signforExcel); |
|
|
|
BeanUtils.copyProperties(d, signforExcel); |
|
|
|
|
|
|
|
signforExcel.setOrderCode(d.getStockArticleId()); |
|
|
|
|
|
|
|
signforExcel.setDeliveryTime(d.getLoadingTime()); |
|
|
|
|
|
|
|
|
|
|
|
// signforExcel.setConsignee();
|
|
|
|
// signforExcel.setConsignee();
|
|
|
|
// String value = DictBizCache.getValue(DictBizConstant.DISTRIBUTION_TYPE, d.getDeliveryType());
|
|
|
|
String value = DictBizCache.getValue(DictBizConstant.DISTRIBUTION_TYPE, d.getDeliveryType()); |
|
|
|
// signforExcel.setDeliveryTypeName(value);
|
|
|
|
signforExcel.setDeliveryTypeName(value); |
|
|
|
String value1 = DictBizCache.getValue(DictBizConstant.DISTRIBUTION_SIGNFOR_STATUS, d.getSigningStatus()); |
|
|
|
String value1 = DictBizCache.getValue(DictBizConstant.DISTRIBUTION_SIGNFOR_STATUS, d.getSigningStatus()); |
|
|
|
signforExcel.setSigningStatusName(value1); |
|
|
|
signforExcel.setSigningStatusName(value1); |
|
|
|
String value2 = DictBizCache.getValue(DictBizConstant.DISTRIBUTION_SIGNFOR_STATUS, d.getDriverSigning()); |
|
|
|
String value2 = DictBizCache.getValue(DictBizConstant.DISTRIBUTION_SIGNFOR_STATUS, d.getDriverSigning()); |
|
|
|