入库不发U8

This commit is contained in:
2025-11-06 14:32:53 +08:00
parent e62c5e0015
commit dab16650a1
6 changed files with 199 additions and 5 deletions

View File

@@ -9,7 +9,7 @@
/// <returns></returns>
public bool ExitwarehouseCommmon(string original);
/// <summary>
/// 判断箱子是否存在陈平库中
/// 判断箱子是否存在成品库中
/// </summary>
/// <param name="originalCode"></param>
/// <returns></returns>

View File

@@ -30,5 +30,7 @@ namespace ZR.Service.mes.wms.IService
// 货物退库(从成品库退货到产线)
public int ReturnProductwarehouse(WmgoodsDto wmgoods, string createName);
public int IntoProductwarehouseNoU8(WmgoodsDto wmgoods, string createName);
}
}