快乐的昕的电脑
2025-11-22 2e3496c2bc19c1dcb25dbbde0022a6a6d2b4ff7b
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_MesDepot.cs
@@ -183,11 +183,11 @@
                        MsgHelper.ShowError("编码不能为空!");
                        return;
                    }
                    if (string.IsNullOrEmpty(row["DepotSectionName"].ToString()))
                    {
                        MsgHelper.ShowError("名称不能为空!");
                        return;
                    }
                    //if (string.IsNullOrEmpty(row["DepotSectionName"].ToString()))
                    //{
                    //    MsgHelper.ShowError("名称不能为空!");
                    //    return;
                    //}
                    lst.Add(new MesDepotSections
                    {
                        Guid = UtilityHelper.ToGuid(row["guid"].ToString()),