修改类型 批次盘点-区域盘点

This commit is contained in:
2023-11-16 14:51:58 +08:00
parent 5bab741657
commit 5b49890a4f
2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,8 @@
/// </summary> /// </summary>
, ,
/// <summary> /// <summary>
/// 批次盘点 /// 区域盘点
/// </summary> /// </summary>
, ,
} }
} }

View File

@@ -361,7 +361,7 @@ namespace Tnb.WarehouseMgr
} }
} }
break; break;
case EnumCheckType.: case EnumCheckType.:
{ {
if (input.regionIds?.Count > 0) if (input.regionIds?.Count > 0)
{ {