|
|
|
@ -88,7 +88,7 @@ public class IfsInventoryInitServiceImpl implements IfsInventoryInitService { |
|
|
|
handlingUnit.setSourceType("IFS_INIT"); |
|
|
|
handlingUnit.setOriginalQty(request.getPerPackageQty()); |
|
|
|
handlingUnit.setReceiveDate(ifsStock.getManufactureDate()); |
|
|
|
|
|
|
|
handlingUnit.setHeight(request.getHeight()); |
|
|
|
// 根据料号和单位计算长宽 |
|
|
|
BigDecimal width = null; |
|
|
|
BigDecimal length = null; |
|
|
|
@ -231,7 +231,7 @@ public class IfsInventoryInitServiceImpl implements IfsInventoryInitService { |
|
|
|
handlingUnit.setSourceRef("其它入库"); |
|
|
|
handlingUnit.setOriginalQty(request.getPerPackageQty()); |
|
|
|
handlingUnit.setReceiveDate(new Date()); |
|
|
|
|
|
|
|
handlingUnit.setHeight(request.getHeight()); |
|
|
|
// 根据料号和单位计算长宽 |
|
|
|
BigDecimal width = null; |
|
|
|
BigDecimal length = null; |
|
|
|
|