xiaojiao
2026-01-24 c5f01e9a882b16f534166d033312c5c8ba8d94dd
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA.Services/Services/Container/Partial/VV_ContainerInfoService.cs
@@ -221,12 +221,12 @@
                        var modelResult = returndic["modelResult"]; // å‡ºåº“区域的模式
                        if (workStation == "20101")
                        {
                            if (controlModel!= "联机模式")
                            if (controlModel!= "联机控制")
                            {
                                return content.Error($"入库区域当前不处于【联机模式】");
                            }
                        }
                        else if (modelResult != "联机模式")
                        else if (modelResult != "联机控制")
                        {
                            return content.Error($"出库区域当前不处于【联机模式】");
                        }