Bläddra i källkod

调整显示字段

章政 6 år sedan
förälder
incheckning
f7472dd67d

+ 2 - 1
UAS-出货标签管理(吉利通)/UAS_出货标签管理.Designer.cs

@@ -2380,12 +2380,13 @@
             this.pib_barcode.HeaderText = "唯一条码";
             this.pib_barcode.Name = "pib_barcode";
             this.pib_barcode.ReadOnly = true;
+            this.pib_barcode.Visible = false;
             this.pib_barcode.Width = 78;
             // 
             // pib_custbarcode
             // 
             this.pib_custbarcode.DataPropertyName = "pib_custbarcode";
-            this.pib_custbarcode.HeaderText = "客户条码";
+            this.pib_custbarcode.HeaderText = "唯一条码";
             this.pib_custbarcode.Name = "pib_custbarcode";
             this.pib_custbarcode.ReadOnly = true;
             this.pib_custbarcode.Width = 78;

+ 2 - 1
UAS-出货标签管理(吉利通)/UAS_出货标签管理.cs

@@ -1455,7 +1455,7 @@ namespace UAS_LabelMachine
             LoadGridData(new object(), new EventArgs());
         }
         int CurrentPage = 1;
-        int PageSize = 500;
+        int PageSize = 10;
         int DataSize = 0;
         int MaxPageSize = 0;
         DataTable LabelInfDataTable;
@@ -1733,6 +1733,7 @@ namespace UAS_LabelMachine
         {
             ExportFileDialog.Description = "选择导出的路径";
             DialogResult result = ExportFileDialog.ShowDialog();
+            DataTable dt = (DataTable)adh.ExecuteSql("select * from prodiobarcode where pib_inoutno='"+pi_inoutno.Text+"'", "select");
             if (result == DialogResult.OK)
             {
                 ExcelHandler eh = new ExcelHandler();