| | |
| | | using GenerateCode_WeiBen_WMS.Model; |
| | | using GenerateCode_WeiBen_WMS.Utility; |
| | | using System.Xml; |
| | | using System.Linq; |
| | | using GenerateCode_GEBrilliantFactory.Model; |
| | | |
| | | namespace GenerateCode_GEBrilliantFactory |
| | | { |
| | |
| | | MessageBox.Show("没æè·åå°è¡¨ä¸é¢çåéåï¼"); |
| | | return; |
| | | } |
| | | //å¢å æ ¡éª |
| | | if (columnList.Where(x => x.ColumnName.ToUpper() == SystemCommonVar.c_creator.ToUpper()).Count() == 0) |
| | | { |
| | | MessageBox.Show($"è¡¨ä¸æ²¡æå段{SystemCommonVar.c_creator}ï¼"); |
| | | return; |
| | | } |
| | | |
| | | string groupName = this.tb_GroupName.Text.Trim(); |
| | | //if (groupName == "") |