待灭菌仓流程,erp采购订单接口,日志完善

This commit is contained in:
2024-07-15 18:06:26 +08:00
parent 71b3cfba94
commit 56f8531044
10 changed files with 809 additions and 27 deletions

View File

@@ -69,10 +69,10 @@ namespace Tnb.WarehouseMgr
{
throw new Exception($"载具{wmsCarryH.carry_code}已锁定");
}
if (wmsCarryH.carry_status == "1")
{
throw new Exception($"载具{wmsCarryH.carry_code}已占用");
}
//if (wmsCarryH.carry_status == "1")
//{
// throw new Exception($"载具{wmsCarryH.carry_code}已占用");
//}
if (basLocation.is_lock == 1)
{