出库交接库存调整记录添加lotno等;

This commit is contained in:
王奎兴
2026-04-18 18:42:27 +08:00
parent 22c0090b0c
commit c0f41e9db4
@@ -417,6 +417,9 @@ public class HandoverTaskOrderDomainService {
materialInventoryParamDO.setQuantity(checkQuantity);
materialInventoryParamDO.setMaterialInventoryId(materialInventoryPO.getMaterialInventoryId());
materialInventoryParamDO.setMaterialBaseInfoId(materialInventoryPO.getMaterialBaseInfoId());
materialInventoryParamDO.setLotNumber(materialInventoryPO.getLotNumber());
materialInventoryParamDO.setBatchNumber(materialInventoryPO.getBatchNumber());
materialInventoryParamDO.setInOrderNumber(materialInventoryPO.getInOrderNumber());
materialInventoryParamDO.setType("4");
materialInventoryService.kctzjl(materialInventoryParamDO,"出库",loginUser);
materialInventoryService.xgkc(materialInventoryParamDO);