|
@ -60,8 +60,9 @@ public class AppOtherOutApplyService { |
|
|
ResultBean rb = ResultBean.fireFail(); |
|
|
ResultBean rb = ResultBean.fireFail(); |
|
|
WmsOtheroutApplyDetailsVo data = wmsOtherOutApplyFeign.fetchDetailsBySid(sid).getData(); |
|
|
WmsOtheroutApplyDetailsVo data = wmsOtherOutApplyFeign.fetchDetailsBySid(sid).getData(); |
|
|
AppOtheroutApplyDetailsVo appOtheroutApplyDetailsVo = new AppOtheroutApplyDetailsVo(); |
|
|
AppOtheroutApplyDetailsVo appOtheroutApplyDetailsVo = new AppOtheroutApplyDetailsVo(); |
|
|
appOtheroutApplyDetailsVo.setProcInsId(data.getProcInstId()); |
|
|
|
|
|
BeanUtil.copyProperties(data,appOtheroutApplyDetailsVo); |
|
|
BeanUtil.copyProperties(data,appOtheroutApplyDetailsVo); |
|
|
|
|
|
appOtheroutApplyDetailsVo.setProcInsId(data.getProcInstId()); |
|
|
|
|
|
appOtheroutApplyDetailsVo.setPublishInfo(data.getCreateOrgName() + "-" + data.getDeptName()); |
|
|
List<AppOtheroutDetailDetailsVo> otheroutDetailList = appOtheroutApplyDetailsVo.getOtheroutDetailList(); |
|
|
List<AppOtheroutDetailDetailsVo> otheroutDetailList = appOtheroutApplyDetailsVo.getOtheroutDetailList(); |
|
|
for (AppOtheroutDetailDetailsVo appOtheroutDetailDetailsVo : otheroutDetailList) { |
|
|
for (AppOtheroutDetailDetailsVo appOtheroutDetailDetailsVo : otheroutDetailList) { |
|
|
appOtheroutDetailDetailsVo.setWarehouseRackName(appOtheroutDetailDetailsVo.getWarehouseRackCode()); |
|
|
appOtheroutDetailDetailsVo.setWarehouseRackName(appOtheroutDetailDetailsVo.getWarehouseRackCode()); |
|
|