oms入库单添加数量信息;库存调整添加库存调整记录;

This commit is contained in:
王奎兴
2026-04-18 16:40:49 +08:00
parent 5917caacd3
commit 565eb609d1
2 changed files with 3 additions and 2 deletions
@@ -109,6 +109,7 @@ public class InventoryAdjustmentRecordDomainService {
@Transactional
public Boolean inventoryAdjust(InventoryAdjustmentRecordDO inventoryAdjustmentRecordDO) {
InventoryAdjustmentRecordDO inventoryAdjustmentRecord = new InventoryAdjustmentRecordDO();
inventoryAdjustmentRecord.setAdjustAction("库存调整");
LoginUser loginUser = SecurityUtils.getLoginUser();
inventoryAdjustmentRecord.setOrganizationId(loginUser.getUserPo().getOrganizationId());
inventoryAdjustmentRecord.setOrganizationName(loginUser.getUserPo().getOrganizationName());