入库批次号赋值

This commit is contained in:
王奎兴
2026-05-28 20:33:41 +08:00
parent 11f8f5b440
commit e8dc8cf0cc
14 changed files with 48 additions and 2 deletions
@@ -477,14 +477,18 @@ public class ReservationMaterialInventoryImpl extends ServiceImpl<ReservationMat
// materialInventory.setBatchRefNo(materialInventoryParamDO.getBatchRefNo());
// materialInventory.setSheetRefNo(materialInventoryParamDO.getSheetRefNo());
// materialInventory.setBoxPalletNo(materialInventoryParamDO.getBoxPalletNo());
// materialInventory.setProductionDate(materialInventoryParamDO.getProductionDate());
materialInventory.setProductionDate(materialInventoryParamDO.getProductionDate());
// materialInventory.setExtAttr1(materialInventoryParamDO.getExtAttr1());
// materialInventory.setExtAttr2(materialInventoryParamDO.getExtAttr2());
// materialInventory.setExtAttr3(materialInventoryParamDO.getExtAttr3());
// materialInventory.setExtAttr4(materialInventoryParamDO.getExtAttr4());
// materialInventory.setExpiryDate(materialInventoryParamDO.getExpiryDate());
materialInventory.setExpiryDate(materialInventoryParamDO.getExpiryDate());
// materialInventory.setInventoryDate(materialInventoryParamDO.getInventoryDate());
materialInventory.setBatchNumber(materialInventoryParamDO.getBatchNumber());
String batchNo = materialInventoryParamDO.getBatchNo();
if (batchNo != null) {
materialInventory.setBatchNumber(batchNo);
}
materialInventory.setUnit(materialBaseInfo.getUnitCode());
materialInventory.setUnitName(materialBaseInfo.getUnitName());
//创建人信息