lu
2025-04-07 95e1ab772866afcd2219c1075c621b893a94b596
DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.cs
@@ -1,13 +1,9 @@
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;
@@ -411,6 +407,7 @@
            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"; // 实际值的列