feat(wms): 添加成品库退货到产线的功能
实现成品库退货到产线的功能,包括接口定义、控制器逻辑和服务实现。新增退货方法会校验箱号有效性,处理库存记录变更,并记录操作日志。同时保持原有U8系统交互逻辑,确保数据一致性。
This commit is contained in:
@@ -28,7 +28,7 @@ namespace ZR.Service.mes.wms.IService
|
||||
|
||||
public bool IsExistedWarehouse(string originalCode);
|
||||
|
||||
|
||||
|
||||
// 货物退库(从成品库退货到产线)
|
||||
public int ReturnProductwarehouse(WmgoodsDto wmgoods, string createName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user