| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Drawing; |
| | | using System.Windows.Forms; |
| | | using DevExpress.Utils; |
| | | using DevExpress.Utils.About; |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraEditors.Controls; |
| | | using DevExpress.XtraGrid.Views.Grid.ViewInfo; |
| | | using Gs.DevApp.Entity; |
| | | using Gs.DevApp.ToolBox; |
| | | using Newtonsoft.Json; |
| | |
| | | dataTable.Rows.Add("IPQCYC(IPQC异常)"); |
| | | dataTable.Rows.Add("FQCYC(FQC异常)"); |
| | | dataTable.Rows.Add("ZSM(追溯码)"); |
| | | dataTable.Rows.Add("TB(托板码)"); |
| | | txt_docCode.Properties.DataSource = dataTable; |
| | | txt_docCode.Properties.DisplayMember = "docCode"; // 显示的列 |
| | | txt_docCode.Properties.ValueMember = "docCode"; // 实际值的列 |