及时库存查询;
This commit is contained in:
+5
-1
@@ -31,6 +31,10 @@ public class ImmediateInventoryAssembler {
|
||||
if (ObjectUtil.isNull(loginUser)) {
|
||||
throw new DigitalLogisticsException(UserError.TIMEOUT);
|
||||
}
|
||||
immediateInventoryDO.setAllocationQuantityStart(immediateInventoryDTO.getAllocationQuantityBegin());
|
||||
immediateInventoryDO.setFreezeQuantityStart(immediateInventoryDTO.getFreezeQuantityBegin());
|
||||
immediateInventoryDO.setPickQuantityStart(immediateInventoryDTO.getPickQuantityBegin());
|
||||
immediateInventoryDO.setReceivedQuantityStart(immediateInventoryDTO.getReceivedQuantityBegin());
|
||||
return immediateInventoryDO;
|
||||
}
|
||||
|
||||
@@ -48,4 +52,4 @@ public class ImmediateInventoryAssembler {
|
||||
return immediateInventoryDO;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
+6
-1
@@ -144,4 +144,9 @@ public class ImmediateInventoryDTO {
|
||||
@ApiModelProperty("拣货数量结束")
|
||||
@Excel(name = "拣货数量结束")
|
||||
private BigDecimal pickQuantityEnd;
|
||||
}
|
||||
|
||||
private BigDecimal pickQuantityBegin;
|
||||
private BigDecimal receivedQuantityBegin;
|
||||
private BigDecimal freezeQuantityBegin;
|
||||
private BigDecimal allocationQuantityBegin;
|
||||
}
|
||||
Reference in New Issue
Block a user