bug
lu
8 天以前 3b902419f3609fa324f7c91f0f57dfff3f1dc39c
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()),