|
|
|
@ -83,6 +83,7 @@ public class CqLxSortShippingPrintStrategyService extends SortShippingDispatchSt
|
|
|
|
|
|
|
|
|
|
MesSortShippingPrintForCqLxModel result = new MesSortShippingPrintForCqLxModel();
|
|
|
|
|
BeanUtils.copyProperties(sheetJis.get(0), result);
|
|
|
|
|
result.setTitleName(shippingOrderManagement.getShippingGroupName());
|
|
|
|
|
result.setShippingCode(shippingOrderManagement.getShippingCode());
|
|
|
|
|
if (shippingOrderManagement.getShippingCode().length() >= 4) {
|
|
|
|
|
result.setCarsNo(shippingOrderManagement.getShippingCode().substring(shippingOrderManagement.getShippingCode().length() - 4));
|
|
|
|
|