WMS仓库-解析箱标签功能提取到MaterialUtils内,入库,出库判断接口优化,入库添加新标签编码解析

This commit is contained in:
赵正易
2024-03-28 11:17:18 +08:00
parent 8bb784a3e5
commit 8e279bdd8a
6 changed files with 247 additions and 76 deletions

View File

@@ -35,7 +35,9 @@ namespace ZR.Service.mes.wms.IService
bool OverOutorderplan(string shipment_num);
bool CheckProductionOut(string production_packcode, string shipment_num);
// 检查是否可出库
string CheckProductionOut(string production_packcode, string shipment_num);
}