| | |
| | | private Integer id; |
| | | private BigDecimal inboundQuantity; |
| | | private BigDecimal warnNum; |
| | | private Long productModelId; |
| | | |
| | | /** |
| | | * 缺货数量 |
| | |
| | | |
| | | private Integer recordId; |
| | | |
| | | private Long productModelId; |
| | | |
| | | private BigDecimal warnNum; |
| | | |
| | | /** |
| | |
| | | |
| | | ProcurementRecordStorage.ProcurementRecordStorageBuilder procurementRecordBuilder = ProcurementRecordStorage.builder() |
| | | .salesLedgerProductId(detail.getId()) |
| | | .productModelId(detail.getProductModelId()) |
| | | .inboundBatches(aLong.equals(0L) ? "第1批次" : "第"+ (aLong + 1) + "批次") |
| | | .inboundNum(detail.getInboundQuantity()) |
| | | .warnNum(detail.getWarnNum()) |
| | |
| | | t2.id, |
| | | t3.id as recordId, |
| | | t2.specification_model, |
| | | t2.product_model_id, |
| | | t2.unit, |
| | | t2.quantity, |
| | | t2.min_stock, |