From 95fd08692e404e5b3c547bdb3c9d0cc8023ff0be Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期六, 09 八月 2025 16:42:40 +0800
Subject: [PATCH] 1、到货条码打印新增合并明细

---
 DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs |   61 ++++++++++++++++++------------
 1 files changed, 36 insertions(+), 25 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
index 28047c3..86a855c 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
@@ -30,6 +30,7 @@
         private void InitializeComponent()
         {
             this.components = new System.ComponentModel.Container();
+            DevExpress.XtraGrid.Columns.GridColumn gv_remainingReceivedQty;
             DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
             DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
             DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
@@ -53,7 +54,6 @@
             DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
             DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
             DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
-            DevExpress.XtraGrid.Columns.GridColumn gv_remainingReceivedQty;
             this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
             this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
             this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -151,10 +151,11 @@
             this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.picCheckBox = new System.Windows.Forms.PictureBox();
-            this.tips = new DevExpress.Utils.ToolTipController(this.components);
             this.gv_sourceDocumentId = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_demandDocumentId = new DevExpress.XtraGrid.Columns.GridColumn();
+            this.picCheckBox = new System.Windows.Forms.PictureBox();
+            this.tips = new DevExpress.Utils.ToolTipController(this.components);
+            this.gv_releaseNo = new DevExpress.XtraGrid.Columns.GridColumn();
             gv_remainingReceivedQty = new DevExpress.XtraGrid.Columns.GridColumn();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
@@ -212,6 +213,15 @@
             ((System.ComponentModel.ISupportInitialize)(this.rptHistory)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit();
             this.SuspendLayout();
+            // 
+            // gv_remainingReceivedQty
+            // 
+            gv_remainingReceivedQty.Caption = "ERP绱鏈敹鏁伴噺";
+            gv_remainingReceivedQty.FieldName = "remainingReceivedQty";
+            gv_remainingReceivedQty.Name = "gv_remainingReceivedQty";
+            gv_remainingReceivedQty.Visible = true;
+            gv_remainingReceivedQty.VisibleIndex = 10;
+            gv_remainingReceivedQty.Width = 27;
             // 
             // toolBarMenu1
             // 
@@ -1004,7 +1014,8 @@
             this.gridColumn20,
             gv_remainingReceivedQty,
             this.gv_sourceDocumentId,
-            this.gv_demandDocumentId});
+            this.gv_demandDocumentId,
+            this.gv_releaseNo});
             this.gvMx1.DetailHeight = 272;
             this.gvMx1.GridControl = this.gcMx1;
             this.gvMx1.Name = "gvMx1";
@@ -1449,27 +1460,6 @@
             this.gridColumn20.VisibleIndex = 29;
             this.gridColumn20.Width = 35;
             // 
-            // picCheckBox
-            // 
-            this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
-            this.picCheckBox.Location = new System.Drawing.Point(808, 43);
-            this.picCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
-            this.picCheckBox.Name = "picCheckBox";
-            this.picCheckBox.Size = new System.Drawing.Size(88, 39);
-            this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
-            this.picCheckBox.TabIndex = 6;
-            this.picCheckBox.TabStop = false;
-            this.picCheckBox.Visible = false;
-            // 
-            // gv_remainingReceivedQty
-            // 
-            gv_remainingReceivedQty.Caption = "ERP绱鏈敹鏁伴噺";
-            gv_remainingReceivedQty.FieldName = "remainingReceivedQty";
-            gv_remainingReceivedQty.Name = "gv_remainingReceivedQty";
-            gv_remainingReceivedQty.Visible = true;
-            gv_remainingReceivedQty.VisibleIndex = 10;
-            gv_remainingReceivedQty.Width = 27;
-            // 
             // gv_sourceDocumentId
             // 
             this.gv_sourceDocumentId.Caption = "婧愬崟鍗曞彿";
@@ -1487,6 +1477,26 @@
             this.gv_demandDocumentId.Visible = true;
             this.gv_demandDocumentId.VisibleIndex = 14;
             this.gv_demandDocumentId.Width = 23;
+            // 
+            // picCheckBox
+            // 
+            this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
+            this.picCheckBox.Location = new System.Drawing.Point(808, 43);
+            this.picCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+            this.picCheckBox.Name = "picCheckBox";
+            this.picCheckBox.Size = new System.Drawing.Size(88, 39);
+            this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.picCheckBox.TabIndex = 6;
+            this.picCheckBox.TabStop = false;
+            this.picCheckBox.Visible = false;
+            // 
+            // gv_releaseNo
+            // 
+            this.gv_releaseNo.Caption = "妫�楠屽崟鍙�";
+            this.gv_releaseNo.FieldName = "releaseNo";
+            this.gv_releaseNo.Name = "gv_releaseNo";
+            this.gv_releaseNo.Visible = true;
+            this.gv_releaseNo.VisibleIndex = 30;
             // 
             // Frm_MesInvItemArn
             // 
@@ -1659,5 +1669,6 @@
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
         private DevExpress.XtraGrid.Columns.GridColumn gv_sourceDocumentId;
         private DevExpress.XtraGrid.Columns.GridColumn gv_demandDocumentId;
+        private DevExpress.XtraGrid.Columns.GridColumn gv_releaseNo;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3