|
|
@ -3808,7 +3808,7 @@ public class TrunklineCarsLoadServiceImpl extends BaseServiceImpl<TrunklineCarsL |
|
|
|
} |
|
|
|
} |
|
|
|
distributionParcelListClient.updateOrderPackageCodeById(packageId, "60"); |
|
|
|
distributionParcelListClient.updateOrderPackageCodeById(packageId, "60"); |
|
|
|
// distributionStockArticleClient.submitHandleNumByOrderId(1, articleId);
|
|
|
|
// distributionStockArticleClient.submitHandleNumByOrderId(1, articleId);
|
|
|
|
if (StringUtil.isBlank(trayCode) && StringUtil.isBlank(orderPackageCode)) { |
|
|
|
if (StringUtil.isBlank(trayCode) && StringUtil.isNotBlank(orderPackageCode)) { |
|
|
|
updownTypeClient.downPackageOrDelTray(orderPackageCode, warehouseId, "干线装车下架解托"); |
|
|
|
updownTypeClient.downPackageOrDelTray(orderPackageCode, warehouseId, "干线装车下架解托"); |
|
|
|
} |
|
|
|
} |
|
|
|
carsLoadScanEntity.setCustomerName(stockArticleEntity.getCustomerName()); |
|
|
|
carsLoadScanEntity.setCustomerName(stockArticleEntity.getCustomerName()); |
|
|
@ -4638,14 +4638,14 @@ public class TrunklineCarsLoadServiceImpl extends BaseServiceImpl<TrunklineCarsL |
|
|
|
String productNum = carsLoadWaybillInfoVO.getProductNum(); |
|
|
|
String productNum = carsLoadWaybillInfoVO.getProductNum(); |
|
|
|
String productVolume = carsLoadWaybillInfoVO.getProductVolume(); |
|
|
|
String productVolume = carsLoadWaybillInfoVO.getProductVolume(); |
|
|
|
String productWeight = carsLoadWaybillInfoVO.getProductWeight(); |
|
|
|
String productWeight = carsLoadWaybillInfoVO.getProductWeight(); |
|
|
|
String chargeTypes = carsLoadWaybillInfoVO.getChargeTypes(); |
|
|
|
// String chargeTypes = carsLoadWaybillInfoVO.getChargeTypes();
|
|
|
|
|
|
|
|
|
|
|
|
String[] nameArray = goodsName.split(","); |
|
|
|
String[] nameArray = goodsName.split(","); |
|
|
|
String[] priceArray = productPrice.split(","); |
|
|
|
String[] priceArray = productPrice.split(","); |
|
|
|
String[] numArray = productNum.split(","); |
|
|
|
String[] numArray = productNum.split(","); |
|
|
|
String[] volumeArray = productVolume.split(","); |
|
|
|
String[] volumeArray = productVolume.split(","); |
|
|
|
String[] weightArray = productWeight.split(","); |
|
|
|
String[] weightArray = productWeight.split(","); |
|
|
|
String[] chargeTypeArray = chargeTypes.split(","); |
|
|
|
// String[] chargeTypeArray = chargeTypes.split(",");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -4661,7 +4661,7 @@ public class TrunklineCarsLoadServiceImpl extends BaseServiceImpl<TrunklineCarsL |
|
|
|
String weight = weightArray[i]; |
|
|
|
String weight = weightArray[i]; |
|
|
|
volumeMap.put(nameArray[i],new BigDecimal(volume).divide(new BigDecimal(num),2, RoundingMode.HALF_UP).toString()); |
|
|
|
volumeMap.put(nameArray[i],new BigDecimal(volume).divide(new BigDecimal(num),2, RoundingMode.HALF_UP).toString()); |
|
|
|
weightMap.put(nameArray[i],new BigDecimal(weight).divide(new BigDecimal(num),2, RoundingMode.HALF_UP).toString()); |
|
|
|
weightMap.put(nameArray[i],new BigDecimal(weight).divide(new BigDecimal(num),2, RoundingMode.HALF_UP).toString()); |
|
|
|
chargeTypeMap.put(nameArray[i],chargeTypeArray[i]); |
|
|
|
// chargeTypeMap.put(nameArray[i],chargeTypeArray[i]);
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|