待灭菌仓流程,erp采购订单接口,日志完善
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user