kyy
2025-10-11 124e6ebcd8213dc35b9bf9612399ae375dac7ca9
1、采购入库增加克重字段
已修改2个文件
1001 ■■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs 411 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs 590 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs
@@ -138,6 +138,7 @@
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.picCheckBox = new System.Windows.Forms.PictureBox();
            this.tips = new DevExpress.Utils.ToolTipController(this.components);
            this.gv_weight = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
@@ -207,9 +208,10 @@
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.toolBarMenu1.Name = "toolBarMenu1";
            this.toolBarMenu1.rptParameter = null;
            this.toolBarMenu1.Size = new System.Drawing.Size(1348, 80);
            this.toolBarMenu1.Size = new System.Drawing.Size(1180, 62);
            this.toolBarMenu1.TabIndex = 0;
            this.toolBarMenu1.xlsInService = null;
            this.toolBarMenu1.xlsOutParameter = null;
@@ -217,10 +219,11 @@
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 62);
            this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(1348, 602);
            this.xtraTabControl1.Size = new System.Drawing.Size(1180, 468);
            this.xtraTabControl1.TabIndex = 3;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
@@ -229,8 +232,9 @@
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.split1);
            this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1346, 570);
            this.xtraTabPage1.Size = new System.Drawing.Size(1178, 442);
            this.xtraTabPage1.Text = "数据列表";
            // 
            // split1
@@ -239,6 +243,7 @@
            this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            this.split1.Horizontal = false;
            this.split1.Location = new System.Drawing.Point(0, 0);
            this.split1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.split1.Name = "split1";
            // 
            // split1.Panel1
@@ -246,17 +251,19 @@
            this.split1.Panel1.Controls.Add(this.gcMain1);
            this.split1.Panel1.Controls.Add(this.pageBar1);
            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.split1.Size = new System.Drawing.Size(1346, 570);
            this.split1.Size = new System.Drawing.Size(1178, 442);
            this.split1.SplitterPosition = 0;
            this.split1.TabIndex = 4;
            // 
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMain1.Name = "gcMain1";
            this.gcMain1.Size = new System.Drawing.Size(1346, 519);
            this.gcMain1.Size = new System.Drawing.Size(1178, 402);
            this.gcMain1.TabIndex = 2;
            this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
@@ -284,8 +291,9 @@
            this.gridColumn3,
            this.bandedGridColumn2,
            this.gv_guid});
            this.gridView1.DetailHeight = 272;
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.IndicatorWidth = 44;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
            this.gridView1.OptionsView.ShowAutoFilterRow = true;
@@ -296,237 +304,253 @@
            this.gv_ischeck.AppearanceCell.Options.UseFont = true;
            this.gv_ischeck.Caption = "审核";
            this.gv_ischeck.FieldName = "checkStatus";
            this.gv_ischeck.MinWidth = 17;
            this.gv_ischeck.Name = "gv_ischeck";
            this.gv_ischeck.OptionsColumn.AllowEdit = false;
            this.gv_ischeck.Tag = "query_a.ISCHECK";
            this.gv_ischeck.Visible = true;
            this.gv_ischeck.VisibleIndex = 0;
            this.gv_ischeck.Width = 94;
            this.gv_ischeck.Width = 82;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "委外";
            this.gridColumn9.FieldName = "isWw";
            this.gridColumn9.MinWidth = 25;
            this.gridColumn9.MinWidth = 22;
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 1;
            this.gridColumn9.Width = 94;
            this.gridColumn9.Width = 82;
            // 
            // gv_billNo
            // 
            this.gv_billNo.AppearanceCell.Options.UseFont = true;
            this.gv_billNo.Caption = "入库单号 ";
            this.gv_billNo.FieldName = "billNo";
            this.gv_billNo.MinWidth = 17;
            this.gv_billNo.Name = "gv_billNo";
            this.gv_billNo.OptionsColumn.AllowEdit = false;
            this.gv_billNo.Tag = "query_a.BILL_NO";
            this.gv_billNo.Visible = true;
            this.gv_billNo.VisibleIndex = 2;
            this.gv_billNo.Width = 180;
            this.gv_billNo.Width = 157;
            // 
            // gv_taskNo
            // 
            this.gv_taskNo.AppearanceCell.Options.UseFont = true;
            this.gv_taskNo.Caption = "到货单号";
            this.gv_taskNo.FieldName = "taskNo";
            this.gv_taskNo.MinWidth = 17;
            this.gv_taskNo.Name = "gv_taskNo";
            this.gv_taskNo.OptionsColumn.AllowEdit = false;
            this.gv_taskNo.Tag = "query_a.TASK_NO";
            this.gv_taskNo.Visible = true;
            this.gv_taskNo.VisibleIndex = 3;
            this.gv_taskNo.Width = 94;
            this.gv_taskNo.Width = 82;
            // 
            // gv_suppNo
            // 
            this.gv_suppNo.AppearanceCell.Options.UseFont = true;
            this.gv_suppNo.Caption = "供应商编号";
            this.gv_suppNo.FieldName = "supNo";
            this.gv_suppNo.MinWidth = 17;
            this.gv_suppNo.Name = "gv_suppNo";
            this.gv_suppNo.OptionsColumn.AllowEdit = false;
            this.gv_suppNo.Tag = "query_a.SUPP_NO";
            this.gv_suppNo.Visible = true;
            this.gv_suppNo.VisibleIndex = 4;
            this.gv_suppNo.Width = 100;
            this.gv_suppNo.Width = 87;
            // 
            // gv_suppId
            // 
            this.gv_suppId.AppearanceCell.Options.UseFont = true;
            this.gv_suppId.Caption = "供应商名称";
            this.gv_suppId.FieldName = "supName";
            this.gv_suppId.MinWidth = 17;
            this.gv_suppId.Name = "gv_suppId";
            this.gv_suppId.OptionsColumn.AllowEdit = false;
            this.gv_suppId.Tag = "query_a.SUPP_ID";
            this.gv_suppId.Visible = true;
            this.gv_suppId.VisibleIndex = 5;
            this.gv_suppId.Width = 150;
            this.gv_suppId.Width = 131;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "仓库编号";
            this.gridColumn4.FieldName = "depotCode";
            this.gridColumn4.MinWidth = 25;
            this.gridColumn4.MinWidth = 22;
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 6;
            this.gridColumn4.Width = 94;
            this.gridColumn4.Width = 82;
            // 
            // gv_depotsId
            // 
            this.gv_depotsId.AppearanceCell.Options.UseFont = true;
            this.gv_depotsId.Caption = "仓库名称";
            this.gv_depotsId.FieldName = "depotName";
            this.gv_depotsId.MinWidth = 17;
            this.gv_depotsId.Name = "gv_depotsId";
            this.gv_depotsId.OptionsColumn.AllowEdit = false;
            this.gv_depotsId.Tag = "query_a.DEPOTS_ID";
            this.gv_depotsId.Visible = true;
            this.gv_depotsId.VisibleIndex = 7;
            this.gv_depotsId.Width = 100;
            this.gv_depotsId.Width = 87;
            // 
            // gv_createBy
            // 
            this.gv_createBy.AppearanceCell.Options.UseFont = true;
            this.gv_createBy.Caption = "创建人 ";
            this.gv_createBy.FieldName = "createBy";
            this.gv_createBy.MinWidth = 17;
            this.gv_createBy.Name = "gv_createBy";
            this.gv_createBy.OptionsColumn.AllowEdit = false;
            this.gv_createBy.Tag = "query_a.CREATE_BY";
            this.gv_createBy.Visible = true;
            this.gv_createBy.VisibleIndex = 8;
            this.gv_createBy.Width = 80;
            this.gv_createBy.Width = 70;
            // 
            // gv_createDate
            // 
            this.gv_createDate.AppearanceCell.Options.UseFont = true;
            this.gv_createDate.Caption = "创建时间 ";
            this.gv_createDate.FieldName = "createDate";
            this.gv_createDate.MinWidth = 17;
            this.gv_createDate.Name = "gv_createDate";
            this.gv_createDate.OptionsColumn.AllowEdit = false;
            this.gv_createDate.Tag = "query_a.CREATE_DATE";
            this.gv_createDate.Visible = true;
            this.gv_createDate.VisibleIndex = 9;
            this.gv_createDate.Width = 180;
            this.gv_createDate.Width = 157;
            // 
            // gv_lastupdateBy
            // 
            this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true;
            this.gv_lastupdateBy.Caption = "最后更新人 ";
            this.gv_lastupdateBy.FieldName = "lastupdateBy";
            this.gv_lastupdateBy.MinWidth = 17;
            this.gv_lastupdateBy.Name = "gv_lastupdateBy";
            this.gv_lastupdateBy.OptionsColumn.AllowEdit = false;
            this.gv_lastupdateBy.Tag = "query_a.LASTUPDATE_BY";
            this.gv_lastupdateBy.Visible = true;
            this.gv_lastupdateBy.VisibleIndex = 10;
            this.gv_lastupdateBy.Width = 94;
            this.gv_lastupdateBy.Width = 82;
            // 
            // gv_lastupdateDate
            // 
            this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true;
            this.gv_lastupdateDate.Caption = "最后更新时间 ";
            this.gv_lastupdateDate.FieldName = "lastupdateDate";
            this.gv_lastupdateDate.MinWidth = 17;
            this.gv_lastupdateDate.Name = "gv_lastupdateDate";
            this.gv_lastupdateDate.OptionsColumn.AllowEdit = false;
            this.gv_lastupdateDate.Tag = "query_a.LASTUPDATE_DATE";
            this.gv_lastupdateDate.Visible = true;
            this.gv_lastupdateDate.VisibleIndex = 11;
            this.gv_lastupdateDate.Width = 94;
            this.gv_lastupdateDate.Width = 82;
            // 
            // gv_remark
            // 
            this.gv_remark.AppearanceCell.Options.UseFont = true;
            this.gv_remark.Caption = "备注说明";
            this.gv_remark.FieldName = "dhgRemark";
            this.gv_remark.MinWidth = 17;
            this.gv_remark.Name = "gv_remark";
            this.gv_remark.OptionsColumn.AllowEdit = false;
            this.gv_remark.Tag = "query_a.REMARK";
            this.gv_remark.Visible = true;
            this.gv_remark.VisibleIndex = 12;
            this.gv_remark.Width = 120;
            this.gv_remark.Width = 105;
            // 
            // gv_paperBillNo
            // 
            this.gv_paperBillNo.AppearanceCell.Options.UseFont = true;
            this.gv_paperBillNo.Caption = "送货单号 ";
            this.gv_paperBillNo.FieldName = "shdh";
            this.gv_paperBillNo.MinWidth = 17;
            this.gv_paperBillNo.Name = "gv_paperBillNo";
            this.gv_paperBillNo.OptionsColumn.AllowEdit = false;
            this.gv_paperBillNo.Tag = "query_a.PAPER_BILL_NO";
            this.gv_paperBillNo.Visible = true;
            this.gv_paperBillNo.VisibleIndex = 13;
            this.gv_paperBillNo.Width = 120;
            this.gv_paperBillNo.Width = 105;
            // 
            // gv_checkUser
            // 
            this.gv_checkUser.AppearanceCell.Options.UseFont = true;
            this.gv_checkUser.Caption = "审核人 ";
            this.gv_checkUser.FieldName = "checkUser";
            this.gv_checkUser.MinWidth = 17;
            this.gv_checkUser.Name = "gv_checkUser";
            this.gv_checkUser.OptionsColumn.AllowEdit = false;
            this.gv_checkUser.Tag = "query_a.CHECK_USER";
            this.gv_checkUser.Visible = true;
            this.gv_checkUser.VisibleIndex = 14;
            this.gv_checkUser.Width = 60;
            this.gv_checkUser.Width = 52;
            // 
            // gv_checkDate
            // 
            this.gv_checkDate.AppearanceCell.Options.UseFont = true;
            this.gv_checkDate.Caption = "审核时间";
            this.gv_checkDate.FieldName = "checkDate";
            this.gv_checkDate.MinWidth = 17;
            this.gv_checkDate.Name = "gv_checkDate";
            this.gv_checkDate.OptionsColumn.AllowEdit = false;
            this.gv_checkDate.Tag = "query_a.CHECK_DATE";
            this.gv_checkDate.Visible = true;
            this.gv_checkDate.VisibleIndex = 15;
            this.gv_checkDate.Width = 180;
            this.gv_checkDate.Width = 157;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "入库类别";
            this.gridColumn3.FieldName = "inType";
            this.gridColumn3.MinWidth = 25;
            this.gridColumn3.MinWidth = 22;
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 16;
            this.gridColumn3.Width = 94;
            this.gridColumn3.Width = 82;
            // 
            // bandedGridColumn2
            // 
            this.bandedGridColumn2.Caption = "收料组织";
            this.bandedGridColumn2.FieldName = "receivingOrg";
            this.bandedGridColumn2.MinWidth = 17;
            this.bandedGridColumn2.Name = "bandedGridColumn2";
            this.bandedGridColumn2.Tag = "org.fnamber";
            this.bandedGridColumn2.Visible = true;
            this.bandedGridColumn2.VisibleIndex = 17;
            this.bandedGridColumn2.Width = 250;
            this.bandedGridColumn2.Width = 219;
            // 
            // gv_guid
            // 
            this.gv_guid.AppearanceCell.Options.UseFont = true;
            this.gv_guid.Caption = "主键GUID";
            this.gv_guid.FieldName = "guid";
            this.gv_guid.MinWidth = 50;
            this.gv_guid.MinWidth = 44;
            this.gv_guid.Name = "gv_guid";
            this.gv_guid.OptionsColumn.AllowEdit = false;
            this.gv_guid.Tag = "query_a.GUID";
            this.gv_guid.Width = 94;
            this.gv_guid.Width = 82;
            // 
            // pageBar1
            // 
            this.pageBar1.CurrentPage = 1;
            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pageBar1.Location = new System.Drawing.Point(0, 519);
            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.pageBar1.Location = new System.Drawing.Point(0, 402);
            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.pageBar1.Name = "pageBar1";
            this.pageBar1.RecordCount = 0;
            this.pageBar1.Size = new System.Drawing.Size(1346, 39);
            this.pageBar1.Size = new System.Drawing.Size(1178, 30);
            this.pageBar1.TabIndex = 4;
            this.pageBar1.TotalPages = 0;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.splitMx1);
            this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(1346, 570);
            this.xtraTabPage2.Size = new System.Drawing.Size(1178, 442);
            this.xtraTabPage2.Text = "数据详细";
            // 
            // splitMx1
@@ -534,6 +558,7 @@
            this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitMx1.Horizontal = false;
            this.splitMx1.Location = new System.Drawing.Point(0, 0);
            this.splitMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.splitMx1.Name = "splitMx1";
            // 
            // splitMx1.Panel1
@@ -546,8 +571,8 @@
            this.splitMx1.Panel2.Controls.Add(this.tabMx);
            this.splitMx1.Panel2.Text = "Panel2";
            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.splitMx1.Size = new System.Drawing.Size(1346, 570);
            this.splitMx1.SplitterPosition = 144;
            this.splitMx1.Size = new System.Drawing.Size(1178, 442);
            this.splitMx1.SplitterPosition = 112;
            this.splitMx1.TabIndex = 0;
            // 
            // layoutMx1
@@ -572,144 +597,159 @@
            this.layoutControlItem7,
            this.labl_guid});
            this.layoutMx1.Location = new System.Drawing.Point(0, 0);
            this.layoutMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.layoutMx1.Name = "layoutMx1";
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(531, 330, 812, 500);
            this.layoutMx1.Root = this.Root;
            this.layoutMx1.Size = new System.Drawing.Size(1346, 144);
            this.layoutMx1.Size = new System.Drawing.Size(1178, 112);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            // 
            // txt_dptName
            // 
            this.txt_dptName.Location = new System.Drawing.Point(99, 74);
            this.txt_dptName.Location = new System.Drawing.Point(81, 58);
            this.txt_dptName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_dptName.Name = "txt_dptName";
            this.txt_dptName.Properties.Appearance.Options.UseFont = true;
            this.txt_dptName.Size = new System.Drawing.Size(240, 24);
            this.txt_dptName.Size = new System.Drawing.Size(216, 20);
            this.txt_dptName.StyleController = this.layoutMx1;
            this.txt_dptName.TabIndex = 593;
            this.txt_dptName.Tag = "readonly";
            // 
            // txt_dhgRemark
            // 
            this.txt_dhgRemark.Location = new System.Drawing.Point(430, 105);
            this.txt_dhgRemark.Location = new System.Drawing.Point(371, 82);
            this.txt_dhgRemark.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_dhgRemark.Name = "txt_dhgRemark";
            this.txt_dhgRemark.Properties.Appearance.Options.UseFont = true;
            this.txt_dhgRemark.Size = new System.Drawing.Size(571, 24);
            this.txt_dhgRemark.Size = new System.Drawing.Size(506, 20);
            this.txt_dhgRemark.StyleController = this.layoutMx1;
            this.txt_dhgRemark.TabIndex = 240;
            // 
            // txt_suppName
            // 
            this.txt_suppName.Location = new System.Drawing.Point(99, 43);
            this.txt_suppName.Location = new System.Drawing.Point(81, 34);
            this.txt_suppName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_suppName.Name = "txt_suppName";
            this.txt_suppName.Properties.Appearance.Options.UseFont = true;
            this.txt_suppName.Size = new System.Drawing.Size(240, 24);
            this.txt_suppName.Size = new System.Drawing.Size(216, 20);
            this.txt_suppName.StyleController = this.layoutMx1;
            this.txt_suppName.TabIndex = 592;
            this.txt_suppName.Tag = "readonly";
            // 
            // txt_fcheckUser
            // 
            this.txt_fcheckUser.Location = new System.Drawing.Point(1092, 12);
            this.txt_fcheckUser.Location = new System.Drawing.Point(951, 10);
            this.txt_fcheckUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_fcheckUser.Name = "txt_fcheckUser";
            this.txt_fcheckUser.Properties.Appearance.Options.UseFont = true;
            this.txt_fcheckUser.Size = new System.Drawing.Size(242, 24);
            this.txt_fcheckUser.Size = new System.Drawing.Size(216, 20);
            this.txt_fcheckUser.StyleController = this.layoutMx1;
            this.txt_fcheckUser.TabIndex = 595;
            // 
            // lbGuid
            // 
            this.lbGuid.Location = new System.Drawing.Point(1005, 139);
            this.lbGuid.Location = new System.Drawing.Point(879, 108);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(329, 60);
            this.lbGuid.Size = new System.Drawing.Size(288, 47);
            this.lbGuid.TabIndex = 1;
            this.lbGuid.Text = "lbGuid";
            this.lbGuid.Visible = false;
            // 
            // txt_paperBillNo
            // 
            this.txt_paperBillNo.Location = new System.Drawing.Point(430, 43);
            this.txt_paperBillNo.Location = new System.Drawing.Point(371, 34);
            this.txt_paperBillNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_paperBillNo.Name = "txt_paperBillNo";
            this.txt_paperBillNo.Properties.Appearance.Options.UseFont = true;
            this.txt_paperBillNo.Size = new System.Drawing.Size(240, 24);
            this.txt_paperBillNo.Size = new System.Drawing.Size(216, 20);
            this.txt_paperBillNo.StyleController = this.layoutMx1;
            this.txt_paperBillNo.TabIndex = 243;
            // 
            // txt_checkDate
            // 
            this.txt_checkDate.Location = new System.Drawing.Point(1092, 43);
            this.txt_checkDate.Location = new System.Drawing.Point(951, 34);
            this.txt_checkDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_checkDate.Name = "txt_checkDate";
            this.txt_checkDate.Properties.Appearance.Options.UseFont = true;
            this.txt_checkDate.Size = new System.Drawing.Size(242, 24);
            this.txt_checkDate.Size = new System.Drawing.Size(216, 20);
            this.txt_checkDate.StyleController = this.layoutMx1;
            this.txt_checkDate.TabIndex = 587;
            // 
            // txt_billNo
            // 
            this.txt_billNo.Location = new System.Drawing.Point(99, 12);
            this.txt_billNo.Location = new System.Drawing.Point(81, 10);
            this.txt_billNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_billNo.Name = "txt_billNo";
            this.txt_billNo.Properties.Appearance.Options.UseFont = true;
            this.txt_billNo.Size = new System.Drawing.Size(240, 24);
            this.txt_billNo.Size = new System.Drawing.Size(216, 20);
            this.txt_billNo.StyleController = this.layoutMx1;
            this.txt_billNo.TabIndex = 211;
            // 
            // txt_cbillNo
            // 
            this.txt_cbillNo.Location = new System.Drawing.Point(430, 12);
            this.txt_cbillNo.Location = new System.Drawing.Point(371, 10);
            this.txt_cbillNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_cbillNo.Name = "txt_cbillNo";
            this.txt_cbillNo.Properties.Appearance.Options.UseFont = true;
            this.txt_cbillNo.Size = new System.Drawing.Size(240, 24);
            this.txt_cbillNo.Size = new System.Drawing.Size(216, 20);
            this.txt_cbillNo.StyleController = this.layoutMx1;
            this.txt_cbillNo.TabIndex = 507;
            // 
            // txt_createBy
            // 
            this.txt_createBy.Location = new System.Drawing.Point(761, 12);
            this.txt_createBy.Location = new System.Drawing.Point(661, 10);
            this.txt_createBy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_createBy.Name = "txt_createBy";
            this.txt_createBy.Properties.Appearance.Options.UseFont = true;
            this.txt_createBy.Size = new System.Drawing.Size(240, 24);
            this.txt_createBy.Size = new System.Drawing.Size(216, 20);
            this.txt_createBy.StyleController = this.layoutMx1;
            this.txt_createBy.TabIndex = 219;
            // 
            // txt_createDate
            // 
            this.txt_createDate.Location = new System.Drawing.Point(761, 43);
            this.txt_createDate.Location = new System.Drawing.Point(661, 34);
            this.txt_createDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_createDate.Name = "txt_createDate";
            this.txt_createDate.Properties.Appearance.Options.UseFont = true;
            this.txt_createDate.Size = new System.Drawing.Size(240, 24);
            this.txt_createDate.Size = new System.Drawing.Size(216, 20);
            this.txt_createDate.StyleController = this.layoutMx1;
            this.txt_createDate.TabIndex = 222;
            // 
            // txt_fstatus
            // 
            this.txt_fstatus.Location = new System.Drawing.Point(1005, 74);
            this.txt_fstatus.Location = new System.Drawing.Point(881, 58);
            this.txt_fstatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_fstatus.Name = "txt_fstatus";
            this.txt_fstatus.Properties.Caption = "审核状态";
            this.txt_fstatus.Size = new System.Drawing.Size(329, 24);
            this.txt_fstatus.Size = new System.Drawing.Size(286, 20);
            this.txt_fstatus.StyleController = this.layoutMx1;
            this.txt_fstatus.TabIndex = 596;
            // 
            // txt_guid
            // 
            this.txt_guid.Location = new System.Drawing.Point(1092, 152);
            this.txt_guid.Location = new System.Drawing.Point(956, 118);
            this.txt_guid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_guid.Name = "txt_guid";
            this.txt_guid.Size = new System.Drawing.Size(242, 24);
            this.txt_guid.Size = new System.Drawing.Size(212, 20);
            this.txt_guid.StyleController = this.layoutMx1;
            this.txt_guid.TabIndex = 597;
            // 
            // txt_depotCode
            // 
            this.txt_depotCode.Location = new System.Drawing.Point(99, 105);
            this.txt_depotCode.Location = new System.Drawing.Point(81, 82);
            this.txt_depotCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_depotCode.Name = "txt_depotCode";
            this.txt_depotCode.Size = new System.Drawing.Size(240, 24);
            this.txt_depotCode.Size = new System.Drawing.Size(216, 20);
            this.txt_depotCode.StyleController = this.layoutMx1;
            this.txt_depotCode.TabIndex = 598;
            // 
            // txt_receivingOrg
            // 
            this.txt_receivingOrg.Location = new System.Drawing.Point(430, 74);
            this.txt_receivingOrg.Location = new System.Drawing.Point(371, 58);
            this.txt_receivingOrg.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_receivingOrg.Name = "txt_receivingOrg";
            this.txt_receivingOrg.Size = new System.Drawing.Size(240, 24);
            this.txt_receivingOrg.Size = new System.Drawing.Size(216, 20);
            this.txt_receivingOrg.StyleController = this.layoutMx1;
            this.txt_receivingOrg.TabIndex = 599;
            // 
@@ -734,7 +774,7 @@
            this.labl_guid.OptionsTableLayoutItem.RowIndex = 2;
            this.labl_guid.Size = new System.Drawing.Size(333, 70);
            this.labl_guid.Text = "主键GUID";
            this.labl_guid.TextSize = new System.Drawing.Size(50, 20);
            this.labl_guid.TextSize = new System.Drawing.Size(44, 16);
            // 
            // Root
            // 
@@ -782,7 +822,7 @@
            rowDefinition2,
            rowDefinition3,
            rowDefinition4});
            this.Root.Size = new System.Drawing.Size(1346, 144);
            this.Root.Size = new System.Drawing.Size(1178, 112);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem1
@@ -790,101 +830,101 @@
            this.layoutControlItem1.Control = this.txt_billNo;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(331, 31);
            this.layoutControlItem1.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem1.Text = "入库单号";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem1.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.txt_cbillNo;
            this.layoutControlItem2.Location = new System.Drawing.Point(331, 0);
            this.layoutControlItem2.Location = new System.Drawing.Point(290, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem2.Size = new System.Drawing.Size(331, 31);
            this.layoutControlItem2.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem2.Text = "到货单号";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.txt_createBy;
            this.layoutControlItem3.Location = new System.Drawing.Point(662, 0);
            this.layoutControlItem3.Location = new System.Drawing.Point(580, 0);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem3.Size = new System.Drawing.Size(331, 31);
            this.layoutControlItem3.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem3.Text = "创建人员";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem3.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.txt_createDate;
            this.layoutControlItem4.Location = new System.Drawing.Point(662, 31);
            this.layoutControlItem4.Location = new System.Drawing.Point(580, 24);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem4.Size = new System.Drawing.Size(331, 31);
            this.layoutControlItem4.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem4.Text = "创建时间";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.txt_fcheckUser;
            this.layoutControlItem5.Location = new System.Drawing.Point(993, 0);
            this.layoutControlItem5.Location = new System.Drawing.Point(870, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem5.Size = new System.Drawing.Size(333, 31);
            this.layoutControlItem5.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem5.Text = "审核人员";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem5.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.txt_checkDate;
            this.layoutControlItem6.Location = new System.Drawing.Point(993, 31);
            this.layoutControlItem6.Location = new System.Drawing.Point(870, 24);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem6.Size = new System.Drawing.Size(333, 31);
            this.layoutControlItem6.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem6.Text = "审核时间";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem6.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.txt_paperBillNo;
            this.layoutControlItem8.Location = new System.Drawing.Point(331, 31);
            this.layoutControlItem8.Location = new System.Drawing.Point(290, 24);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem8.Size = new System.Drawing.Size(331, 31);
            this.layoutControlItem8.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem8.Text = "送货单号";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem8.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.txt_suppName;
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 31);
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 24);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem9.Size = new System.Drawing.Size(331, 31);
            this.layoutControlItem9.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem9.Text = "供应商名称";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem9.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.txt_dptName;
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 62);
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 48);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem10.Size = new System.Drawing.Size(331, 31);
            this.layoutControlItem10.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem10.Text = "仓库名称";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem10.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.txt_fstatus;
            this.layoutControlItem12.Location = new System.Drawing.Point(993, 62);
            this.layoutControlItem12.Location = new System.Drawing.Point(870, 48);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem12.Size = new System.Drawing.Size(333, 31);
            this.layoutControlItem12.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem12.Text = "审核状态";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem12.TextVisible = false;
@@ -892,43 +932,44 @@
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.txt_depotCode;
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 93);
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 72);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem13.Size = new System.Drawing.Size(331, 31);
            this.layoutControlItem13.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem13.Text = "仓库编号";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem13.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.txt_dhgRemark;
            this.layoutControlItem11.Location = new System.Drawing.Point(331, 93);
            this.layoutControlItem11.Location = new System.Drawing.Point(290, 72);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem11.OptionsTableLayoutItem.ColumnSpan = 2;
            this.layoutControlItem11.OptionsTableLayoutItem.RowIndex = 3;
            this.layoutControlItem11.Size = new System.Drawing.Size(662, 31);
            this.layoutControlItem11.Size = new System.Drawing.Size(580, 24);
            this.layoutControlItem11.Text = "备注说明";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem11.TextSize = new System.Drawing.Size(60, 14);
            // 
            // layoutControlItem14
            // 
            this.layoutControlItem14.Control = this.txt_receivingOrg;
            this.layoutControlItem14.Location = new System.Drawing.Point(331, 62);
            this.layoutControlItem14.Location = new System.Drawing.Point(290, 48);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem14.Size = new System.Drawing.Size(331, 31);
            this.layoutControlItem14.Size = new System.Drawing.Size(290, 24);
            this.layoutControlItem14.Text = "收料组织";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(75, 18);
            this.layoutControlItem14.TextSize = new System.Drawing.Size(60, 14);
            // 
            // tabMx
            // 
            this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabMx.Location = new System.Drawing.Point(0, 0);
            this.tabMx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabMx.Name = "tabMx";
            this.tabMx.SelectedTabPage = this.tabMxPage2;
            this.tabMx.Size = new System.Drawing.Size(1346, 414);
            this.tabMx.Size = new System.Drawing.Size(1178, 320);
            this.tabMx.TabIndex = 3;
            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabMxPage2,
@@ -937,17 +978,20 @@
            // tabMxPage2
            // 
            this.tabMxPage2.Controls.Add(this.gcMx1);
            this.tabMxPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabMxPage2.Name = "tabMxPage2";
            this.tabMxPage2.Size = new System.Drawing.Size(1344, 382);
            this.tabMxPage2.Size = new System.Drawing.Size(1176, 294);
            this.tabMxPage2.Text = "物料明细";
            // 
            // gcMx1
            // 
            this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMx1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMx1.Location = new System.Drawing.Point(0, 0);
            this.gcMx1.MainView = this.gvMx1;
            this.gcMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMx1.Name = "gcMx1";
            this.gcMx1.Size = new System.Drawing.Size(1344, 382);
            this.gcMx1.Size = new System.Drawing.Size(1176, 294);
            this.gcMx1.TabIndex = 0;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx1});
@@ -969,7 +1013,9 @@
            this.gridColumn10,
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn11});
            this.gridColumn11,
            this.gv_weight});
            this.gvMx1.DetailHeight = 272;
            this.gvMx1.GridControl = this.gcMx1;
            this.gvMx1.Name = "gvMx1";
            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
@@ -981,156 +1027,168 @@
            this.gvMx2guid.AppearanceCell.Options.UseFont = true;
            this.gvMx2guid.Caption = "明细表主键GUID";
            this.gvMx2guid.FieldName = "guid";
            this.gvMx2guid.MinWidth = 50;
            this.gvMx2guid.MinWidth = 44;
            this.gvMx2guid.Name = "gvMx2guid";
            this.gvMx2guid.Tag = "query_a.guid";
            this.gvMx2guid.Width = 94;
            this.gvMx2guid.Width = 82;
            // 
            // gvMx2itemId
            // 
            this.gvMx2itemId.AppearanceCell.Options.UseFont = true;
            this.gvMx2itemId.Caption = "物料ID";
            this.gvMx2itemId.FieldName = "itemId";
            this.gvMx2itemId.MinWidth = 17;
            this.gvMx2itemId.Name = "gvMx2itemId";
            this.gvMx2itemId.Tag = "query_a.ITEM_ID";
            this.gvMx2itemId.Width = 94;
            this.gvMx2itemId.Width = 82;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "物料编号";
            this.gridColumn2.FieldName = "itemNo";
            this.gridColumn2.MinWidth = 17;
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 0;
            this.gridColumn2.Width = 94;
            this.gridColumn2.Width = 82;
            // 
            // gvMx2itemSname
            // 
            this.gvMx2itemSname.AppearanceCell.Options.UseFont = true;
            this.gvMx2itemSname.Caption = "物料名称";
            this.gvMx2itemSname.FieldName = "itemName";
            this.gvMx2itemSname.MinWidth = 17;
            this.gvMx2itemSname.Name = "gvMx2itemSname";
            this.gvMx2itemSname.Tag = "query_a.ITEM_SNAME";
            this.gvMx2itemSname.Visible = true;
            this.gvMx2itemSname.VisibleIndex = 1;
            this.gvMx2itemSname.Width = 94;
            this.gvMx2itemSname.Width = 82;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "物料规格";
            this.gridColumn1.FieldName = "itemModel";
            this.gridColumn1.MinWidth = 17;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 2;
            this.gridColumn1.Width = 94;
            this.gridColumn1.Width = 82;
            // 
            // gvMx2quantity
            // 
            this.gvMx2quantity.AppearanceCell.Options.UseFont = true;
            this.gvMx2quantity.Caption = "数量";
            this.gvMx2quantity.FieldName = "quantity";
            this.gvMx2quantity.MinWidth = 17;
            this.gvMx2quantity.Name = "gvMx2quantity";
            this.gvMx2quantity.Tag = "query_a.QUANTITY";
            this.gvMx2quantity.Visible = true;
            this.gvMx2quantity.VisibleIndex = 3;
            this.gvMx2quantity.Width = 94;
            this.gvMx2quantity.Width = 82;
            // 
            // gvMx2unit
            // 
            this.gvMx2unit.AppearanceCell.Options.UseFont = true;
            this.gvMx2unit.Caption = "库存单位";
            this.gvMx2unit.FieldName = "kcUnit";
            this.gvMx2unit.MinWidth = 17;
            this.gvMx2unit.Name = "gvMx2unit";
            this.gvMx2unit.Tag = "query_a.UNIT";
            this.gvMx2unit.Visible = true;
            this.gvMx2unit.VisibleIndex = 4;
            this.gvMx2unit.Width = 94;
            this.gvMx2unit.VisibleIndex = 5;
            this.gvMx2unit.Width = 82;
            // 
            // gvMx2ebeln
            // 
            this.gvMx2ebeln.AppearanceCell.Options.UseFont = true;
            this.gvMx2ebeln.Caption = "采购单号";
            this.gvMx2ebeln.FieldName = "cgdh";
            this.gvMx2ebeln.MinWidth = 17;
            this.gvMx2ebeln.Name = "gvMx2ebeln";
            this.gvMx2ebeln.Tag = "query_a.EBELN";
            this.gvMx2ebeln.Visible = true;
            this.gvMx2ebeln.VisibleIndex = 5;
            this.gvMx2ebeln.Width = 94;
            this.gvMx2ebeln.VisibleIndex = 6;
            this.gvMx2ebeln.Width = 82;
            // 
            // gvMx2ebelnK3id
            // 
            this.gvMx2ebelnK3id.AppearanceCell.Options.UseFont = true;
            this.gvMx2ebelnK3id.Caption = "采购订单ID";
            this.gvMx2ebelnK3id.FieldName = "ebelnK3id";
            this.gvMx2ebelnK3id.MinWidth = 17;
            this.gvMx2ebelnK3id.Name = "gvMx2ebelnK3id";
            this.gvMx2ebelnK3id.Tag = "query_a.EBELN_K3ID";
            this.gvMx2ebelnK3id.Visible = true;
            this.gvMx2ebelnK3id.VisibleIndex = 6;
            this.gvMx2ebelnK3id.Width = 94;
            this.gvMx2ebelnK3id.VisibleIndex = 7;
            this.gvMx2ebelnK3id.Width = 82;
            // 
            // gvMx2lineK3id
            // 
            this.gvMx2lineK3id.AppearanceCell.Options.UseFont = true;
            this.gvMx2lineK3id.Caption = "采购订单行ID";
            this.gvMx2lineK3id.FieldName = "lineK3id";
            this.gvMx2lineK3id.MinWidth = 17;
            this.gvMx2lineK3id.Name = "gvMx2lineK3id";
            this.gvMx2lineK3id.Tag = "query_a.LINE_K3ID";
            this.gvMx2lineK3id.Visible = true;
            this.gvMx2lineK3id.VisibleIndex = 7;
            this.gvMx2lineK3id.Width = 94;
            this.gvMx2lineK3id.VisibleIndex = 8;
            this.gvMx2lineK3id.Width = 82;
            // 
            // gridColumn10
            // 
            this.gridColumn10.Caption = "备注";
            this.gridColumn10.FieldName = "dhgRemark";
            this.gridColumn10.MinWidth = 25;
            this.gridColumn10.MinWidth = 22;
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 8;
            this.gridColumn10.Width = 94;
            this.gridColumn10.VisibleIndex = 9;
            this.gridColumn10.Width = 82;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "建立者";
            this.gridColumn5.FieldName = "createBy";
            this.gridColumn5.MinWidth = 25;
            this.gridColumn5.MinWidth = 22;
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 9;
            this.gridColumn5.Width = 94;
            this.gridColumn5.VisibleIndex = 10;
            this.gridColumn5.Width = 82;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "建立时间";
            this.gridColumn6.FieldName = "createDate";
            this.gridColumn6.MinWidth = 25;
            this.gridColumn6.MinWidth = 22;
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 10;
            this.gridColumn6.Width = 94;
            this.gridColumn6.VisibleIndex = 11;
            this.gridColumn6.Width = 82;
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "关联GUID(到货明细表Guid)";
            this.gridColumn11.FieldName = "itemDabid";
            this.gridColumn11.MinWidth = 25;
            this.gridColumn11.MinWidth = 22;
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Width = 94;
            this.gridColumn11.Width = 82;
            // 
            // xtraTabPage3
            // 
            this.xtraTabPage3.Controls.Add(this.gcMx2);
            this.xtraTabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.xtraTabPage3.Name = "xtraTabPage3";
            this.xtraTabPage3.Size = new System.Drawing.Size(1344, 382);
            this.xtraTabPage3.Size = new System.Drawing.Size(1176, 298);
            this.xtraTabPage3.Text = "入库条码";
            // 
            // gcMx2
            // 
            this.gcMx2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMx2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMx2.Location = new System.Drawing.Point(0, 0);
            this.gcMx2.MainView = this.gvMx2;
            this.gcMx2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMx2.Name = "gcMx2";
            this.gcMx2.Size = new System.Drawing.Size(1344, 382);
            this.gcMx2.Size = new System.Drawing.Size(1176, 298);
            this.gcMx2.TabIndex = 1;
            this.gcMx2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx2});
@@ -1156,6 +1214,7 @@
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn12});
            this.gvMx2.DetailHeight = 272;
            this.gvMx2.GridControl = this.gcMx2;
            this.gvMx2.Name = "gvMx2";
            this.gvMx2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -1167,197 +1226,220 @@
            this.gvMx1guid.AppearanceCell.Options.UseFont = true;
            this.gvMx1guid.Caption = "guid ";
            this.gvMx1guid.FieldName = "guid";
            this.gvMx1guid.MinWidth = 50;
            this.gvMx1guid.MinWidth = 44;
            this.gvMx1guid.Name = "gvMx1guid";
            this.gvMx1guid.Tag = "query_a.guid";
            this.gvMx1guid.Width = 94;
            this.gvMx1guid.Width = 82;
            // 
            // gvMx1urgentFlag
            // 
            this.gvMx1urgentFlag.AppearanceCell.Options.UseFont = true;
            this.gvMx1urgentFlag.Caption = "急料标记";
            this.gvMx1urgentFlag.FieldName = "urgentFlag";
            this.gvMx1urgentFlag.MinWidth = 50;
            this.gvMx1urgentFlag.MinWidth = 44;
            this.gvMx1urgentFlag.Name = "gvMx1urgentFlag";
            this.gvMx1urgentFlag.Tag = "query_a.URGENT_FLAG";
            this.gvMx1urgentFlag.Visible = true;
            this.gvMx1urgentFlag.VisibleIndex = 0;
            this.gvMx1urgentFlag.Width = 94;
            this.gvMx1urgentFlag.Width = 82;
            // 
            // gvMx1itemBarcode
            // 
            this.gvMx1itemBarcode.AppearanceCell.Options.UseFont = true;
            this.gvMx1itemBarcode.Caption = "物料条码";
            this.gvMx1itemBarcode.FieldName = "itemBarcode";
            this.gvMx1itemBarcode.MinWidth = 17;
            this.gvMx1itemBarcode.Name = "gvMx1itemBarcode";
            this.gvMx1itemBarcode.Tag = "query_a.ITEM_BARCODE";
            this.gvMx1itemBarcode.Visible = true;
            this.gvMx1itemBarcode.VisibleIndex = 1;
            this.gvMx1itemBarcode.Width = 250;
            this.gvMx1itemBarcode.Width = 219;
            // 
            // gvMx1workNo
            // 
            this.gvMx1workNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1workNo.Caption = "采购单号";
            this.gvMx1workNo.FieldName = "ebeln";
            this.gvMx1workNo.MinWidth = 17;
            this.gvMx1workNo.Name = "gvMx1workNo";
            this.gvMx1workNo.Tag = "query_a.WORK_NO";
            this.gvMx1workNo.Visible = true;
            this.gvMx1workNo.VisibleIndex = 2;
            this.gvMx1workNo.Width = 100;
            this.gvMx1workNo.Width = 87;
            // 
            // gvMx1cItemCode
            // 
            this.gvMx1cItemCode.AppearanceCell.Options.UseFont = true;
            this.gvMx1cItemCode.Caption = "物料编码";
            this.gvMx1cItemCode.FieldName = "itemNo";
            this.gvMx1cItemCode.MinWidth = 17;
            this.gvMx1cItemCode.Name = "gvMx1cItemCode";
            this.gvMx1cItemCode.Tag = "query_a.C_ITEM_CODE";
            this.gvMx1cItemCode.Visible = true;
            this.gvMx1cItemCode.VisibleIndex = 3;
            this.gvMx1cItemCode.Width = 100;
            this.gvMx1cItemCode.Width = 87;
            // 
            // gvMx1itemSname
            // 
            this.gvMx1itemSname.AppearanceCell.Options.UseFont = true;
            this.gvMx1itemSname.Caption = "物料名称";
            this.gvMx1itemSname.FieldName = "itemName";
            this.gvMx1itemSname.MinWidth = 17;
            this.gvMx1itemSname.Name = "gvMx1itemSname";
            this.gvMx1itemSname.Tag = "query_a.ITEM_SNAME";
            this.gvMx1itemSname.Visible = true;
            this.gvMx1itemSname.VisibleIndex = 4;
            this.gvMx1itemSname.Width = 250;
            this.gvMx1itemSname.Width = 219;
            // 
            // gvMx1itemNo
            // 
            this.gvMx1itemNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1itemNo.Caption = "规格型号";
            this.gvMx1itemNo.FieldName = "itemModel";
            this.gvMx1itemNo.MinWidth = 17;
            this.gvMx1itemNo.Name = "gvMx1itemNo";
            this.gvMx1itemNo.Tag = "query_a.ITEM_NO";
            this.gvMx1itemNo.Visible = true;
            this.gvMx1itemNo.VisibleIndex = 5;
            this.gvMx1itemNo.Width = 250;
            this.gvMx1itemNo.Width = 219;
            // 
            // gvMx1quantity
            // 
            this.gvMx1quantity.AppearanceCell.Options.UseFont = true;
            this.gvMx1quantity.Caption = "数量";
            this.gvMx1quantity.FieldName = "quantity";
            this.gvMx1quantity.MinWidth = 17;
            this.gvMx1quantity.Name = "gvMx1quantity";
            this.gvMx1quantity.Tag = "query_a.QUANTITY";
            this.gvMx1quantity.Visible = true;
            this.gvMx1quantity.VisibleIndex = 6;
            this.gvMx1quantity.Width = 94;
            this.gvMx1quantity.Width = 82;
            // 
            // gvMx1unit
            // 
            this.gvMx1unit.AppearanceCell.Options.UseFont = true;
            this.gvMx1unit.Caption = "库存单位";
            this.gvMx1unit.FieldName = "kcUnit";
            this.gvMx1unit.MinWidth = 17;
            this.gvMx1unit.Name = "gvMx1unit";
            this.gvMx1unit.Tag = "query_a.UNIT";
            this.gvMx1unit.Visible = true;
            this.gvMx1unit.VisibleIndex = 7;
            this.gvMx1unit.Width = 94;
            this.gvMx1unit.Width = 82;
            // 
            // gvMx1rbillNo
            // 
            this.gvMx1rbillNo.AppearanceCell.Options.UseFont = true;
            this.gvMx1rbillNo.Caption = "到货单号";
            this.gvMx1rbillNo.FieldName = "cbillNo";
            this.gvMx1rbillNo.MinWidth = 17;
            this.gvMx1rbillNo.Name = "gvMx1rbillNo";
            this.gvMx1rbillNo.Tag = "query_a.RBILL_NO";
            this.gvMx1rbillNo.Visible = true;
            this.gvMx1rbillNo.VisibleIndex = 8;
            this.gvMx1rbillNo.Width = 94;
            this.gvMx1rbillNo.Width = 82;
            // 
            // gvMx1depotSectionCode
            // 
            this.gvMx1depotSectionCode.AppearanceCell.Options.UseFont = true;
            this.gvMx1depotSectionCode.Caption = "货位编码";
            this.gvMx1depotSectionCode.FieldName = "depotSectionCode";
            this.gvMx1depotSectionCode.MinWidth = 17;
            this.gvMx1depotSectionCode.Name = "gvMx1depotSectionCode";
            this.gvMx1depotSectionCode.Tag = "query_a.DEPOT_SECTION_CODE";
            this.gvMx1depotSectionCode.Visible = true;
            this.gvMx1depotSectionCode.VisibleIndex = 9;
            this.gvMx1depotSectionCode.Width = 94;
            this.gvMx1depotSectionCode.Width = 82;
            // 
            // gvMx1depotCode
            // 
            this.gvMx1depotCode.AppearanceCell.Options.UseFont = true;
            this.gvMx1depotCode.Caption = "仓库编码";
            this.gvMx1depotCode.FieldName = "depotCode";
            this.gvMx1depotCode.MinWidth = 17;
            this.gvMx1depotCode.Name = "gvMx1depotCode";
            this.gvMx1depotCode.Tag = "query_a.DEPOT_CODE";
            this.gvMx1depotCode.Visible = true;
            this.gvMx1depotCode.VisibleIndex = 10;
            this.gvMx1depotCode.Width = 94;
            this.gvMx1depotCode.Width = 82;
            // 
            // gvMx1ebelnK3id
            // 
            this.gvMx1ebelnK3id.AppearanceCell.Options.UseFont = true;
            this.gvMx1ebelnK3id.Caption = "采购订单ID";
            this.gvMx1ebelnK3id.FieldName = "ebelnK3id";
            this.gvMx1ebelnK3id.MinWidth = 17;
            this.gvMx1ebelnK3id.Name = "gvMx1ebelnK3id";
            this.gvMx1ebelnK3id.Tag = "query_a.EBELN_K3ID";
            this.gvMx1ebelnK3id.Width = 94;
            this.gvMx1ebelnK3id.Width = 82;
            // 
            // gvMx1lineK3id
            // 
            this.gvMx1lineK3id.AppearanceCell.Options.UseFont = true;
            this.gvMx1lineK3id.Caption = "采购订单行ID";
            this.gvMx1lineK3id.FieldName = "lineK3id";
            this.gvMx1lineK3id.MinWidth = 17;
            this.gvMx1lineK3id.Name = "gvMx1lineK3id";
            this.gvMx1lineK3id.Tag = "query_a.LINE_K3ID";
            this.gvMx1lineK3id.Width = 94;
            this.gvMx1lineK3id.Width = 82;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "建立者";
            this.gridColumn7.FieldName = "createBy";
            this.gridColumn7.MinWidth = 25;
            this.gridColumn7.MinWidth = 22;
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 11;
            this.gridColumn7.Width = 94;
            this.gridColumn7.Width = 82;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "建立时间";
            this.gridColumn8.FieldName = "createDate";
            this.gridColumn8.MinWidth = 25;
            this.gridColumn8.MinWidth = 22;
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 12;
            this.gridColumn8.Width = 94;
            this.gridColumn8.Width = 82;
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "关联GUID(到货明细表Guid)";
            this.gridColumn12.MinWidth = 25;
            this.gridColumn12.MinWidth = 22;
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.Width = 94;
            this.gridColumn12.Width = 82;
            // 
            // picCheckBox
            // 
            this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck;
            this.picCheckBox.Location = new System.Drawing.Point(961, 55);
            this.picCheckBox.Location = new System.Drawing.Point(841, 43);
            this.picCheckBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.picCheckBox.Name = "picCheckBox";
            this.picCheckBox.Size = new System.Drawing.Size(100, 50);
            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_weight
            //
            this.gv_weight.Caption = "克重";
            this.gv_weight.FieldName = "weight";
            this.gv_weight.Name = "gv_weight";
            this.gv_weight.Visible = true;
            this.gv_weight.VisibleIndex = 4;
            this.gv_weight.Width = 66;
            //
            // Frm_MesInvItemIns
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1348, 682);
            this.ClientSize = new System.Drawing.Size(1180, 530);
            this.Controls.Add(this.picCheckBox);
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.Name = "Frm_MesInvItemIns";
            this.Text = "采购入库单";
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
@@ -1522,5 +1604,6 @@
        private DevExpress.Utils.ToolTipController tips;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn11;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn12;
        private DevExpress.XtraGrid.Columns.GridColumn gv_weight;
    }
}
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs
@@ -79,6 +79,7 @@
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gvcol6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gv_xsdd = new DevExpress.XtraGrid.Columns.GridColumn();
            this.pageBar1 = new UserControls.Data.UcPageBar();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -157,6 +158,7 @@
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.rptHistory = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.gv_mxxsdd = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tabMxPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.gcMx2 = new DevExpress.XtraGrid.GridControl();
            this.gvMx2 = new DevExpress.XtraGrid.Views.Grid.GridView();
@@ -238,9 +240,10 @@
            this.toolBarMenu1.guidKey = null;
            this.toolBarMenu1.isSetBtn = false;
            this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
            this.toolBarMenu1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.toolBarMenu1.Name = "toolBarMenu1";
            this.toolBarMenu1.rptParameter = "rpt_rohin{}";
            this.toolBarMenu1.Size = new System.Drawing.Size(1365, 80);
            this.toolBarMenu1.Size = new System.Drawing.Size(1194, 62);
            this.toolBarMenu1.TabIndex = 0;
            this.toolBarMenu1.xlsInService = null;
            this.toolBarMenu1.xlsOutParameter = "xlsOut_rohin{}";
@@ -248,10 +251,11 @@
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 62);
            this.xtraTabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(1365, 602);
            this.xtraTabControl1.Size = new System.Drawing.Size(1194, 468);
            this.xtraTabControl1.TabIndex = 3;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
@@ -260,8 +264,9 @@
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.split1);
            this.xtraTabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(1363, 570);
            this.xtraTabPage1.Size = new System.Drawing.Size(1192, 442);
            this.xtraTabPage1.Text = "数据列表";
            // 
            // split1
@@ -270,6 +275,7 @@
            this.split1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            this.split1.Horizontal = false;
            this.split1.Location = new System.Drawing.Point(0, 0);
            this.split1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.split1.Name = "split1";
            // 
            // split1.Panel1
@@ -282,17 +288,19 @@
            // 
            this.split1.Panel2.Text = "Panel2";
            this.split1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.split1.Size = new System.Drawing.Size(1363, 570);
            this.split1.Size = new System.Drawing.Size(1192, 442);
            this.split1.SplitterPosition = 0;
            this.split1.TabIndex = 0;
            // 
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMain1.Name = "gcMain1";
            this.gcMain1.Size = new System.Drawing.Size(1363, 519);
            this.gcMain1.Size = new System.Drawing.Size(1192, 402);
            this.gcMain1.TabIndex = 2;
            this.gcMain1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
@@ -303,7 +311,7 @@
            this.gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridView1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.ColumnPanelRowHeight = 30;
            this.gridView1.ColumnPanelRowHeight = 23;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_factory,
            this.gv_billNo,
@@ -335,9 +343,11 @@
            this.gridColumn5,
            this.gridColumn7,
            this.gvcol6,
            this.gridColumn11});
            this.gridColumn11,
            this.gv_xsdd});
            this.gridView1.DetailHeight = 272;
            this.gridView1.GridControl = this.gcMain1;
            this.gridView1.IndicatorWidth = 50;
            this.gridView1.IndicatorWidth = 44;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsFind.ShowSearchNavButtons = false;
            this.gridView1.OptionsView.AllowHtmlDrawHeaders = true;
@@ -348,388 +358,398 @@
            // 
            this.gv_factory.Caption = "ErpId";
            this.gv_factory.FieldName = "ebelnK3id";
            this.gv_factory.MinWidth = 25;
            this.gv_factory.MinWidth = 22;
            this.gv_factory.Name = "gv_factory";
            this.gv_factory.OptionsColumn.AllowEdit = false;
            this.gv_factory.Tag = "query_a.ebelnK3id";
            this.gv_factory.Width = 80;
            this.gv_factory.Width = 70;
            // 
            // gv_billNo
            // 
            this.gv_billNo.AppearanceCell.Options.UseFont = true;
            this.gv_billNo.Caption = "采购单号";
            this.gv_billNo.FieldName = "billNo";
            this.gv_billNo.MinWidth = 25;
            this.gv_billNo.MinWidth = 22;
            this.gv_billNo.Name = "gv_billNo";
            this.gv_billNo.OptionsColumn.AllowEdit = false;
            this.gv_billNo.Tag = "query_a.BILL_NO";
            this.gv_billNo.Visible = true;
            this.gv_billNo.VisibleIndex = 0;
            this.gv_billNo.Width = 120;
            this.gv_billNo.Width = 105;
            // 
            // gv_documentStatus
            // 
            this.gv_documentStatus.AppearanceCell.Options.UseFont = true;
            this.gv_documentStatus.Caption = "单据状态";
            this.gv_documentStatus.FieldName = "docStusTxt";
            this.gv_documentStatus.MinWidth = 25;
            this.gv_documentStatus.MinWidth = 22;
            this.gv_documentStatus.Name = "gv_documentStatus";
            this.gv_documentStatus.OptionsColumn.AllowEdit = false;
            this.gv_documentStatus.Tag = "query_a.DOCUMENT_STATUS";
            this.gv_documentStatus.Visible = true;
            this.gv_documentStatus.VisibleIndex = 1;
            this.gv_documentStatus.Width = 70;
            this.gv_documentStatus.Width = 61;
            // 
            // gv_documentType
            // 
            this.gv_documentType.AppearanceCell.Options.UseFont = true;
            this.gv_documentType.Caption = "单据类型";
            this.gv_documentType.FieldName = "documentTypeTxt";
            this.gv_documentType.MinWidth = 25;
            this.gv_documentType.MinWidth = 22;
            this.gv_documentType.Name = "gv_documentType";
            this.gv_documentType.OptionsColumn.AllowEdit = false;
            this.gv_documentType.Tag = "query_a.DOCUMENT_TYPE";
            this.gv_documentType.Visible = true;
            this.gv_documentType.VisibleIndex = 2;
            this.gv_documentType.Width = 80;
            this.gv_documentType.Width = 70;
            // 
            // gv_businessType
            // 
            this.gv_businessType.AppearanceCell.Options.UseFont = true;
            this.gv_businessType.Caption = "业务类型";
            this.gv_businessType.FieldName = "businessType2";
            this.gv_businessType.MinWidth = 25;
            this.gv_businessType.MinWidth = 22;
            this.gv_businessType.Name = "gv_businessType";
            this.gv_businessType.OptionsColumn.AllowEdit = false;
            this.gv_businessType.Tag = "query_a.BUSINESS_TYPE";
            this.gv_businessType.Width = 80;
            this.gv_businessType.Width = 70;
            // 
            // gv_purchaseDate
            // 
            this.gv_purchaseDate.AppearanceCell.Options.UseFont = true;
            this.gv_purchaseDate.Caption = "采购日期";
            this.gv_purchaseDate.FieldName = "purchaseDate";
            this.gv_purchaseDate.MinWidth = 25;
            this.gv_purchaseDate.MinWidth = 22;
            this.gv_purchaseDate.Name = "gv_purchaseDate";
            this.gv_purchaseDate.OptionsColumn.AllowEdit = false;
            this.gv_purchaseDate.Tag = "query_a.PURCHASE_DATE";
            this.gv_purchaseDate.Visible = true;
            this.gv_purchaseDate.VisibleIndex = 3;
            this.gv_purchaseDate.Width = 170;
            this.gv_purchaseDate.Width = 149;
            // 
            // bandedGridColumn1
            // 
            this.bandedGridColumn1.Caption = "供应商名称";
            this.bandedGridColumn1.FieldName = "suppName";
            this.bandedGridColumn1.MinWidth = 25;
            this.bandedGridColumn1.MinWidth = 22;
            this.bandedGridColumn1.Name = "bandedGridColumn1";
            this.bandedGridColumn1.OptionsColumn.AllowEdit = false;
            this.bandedGridColumn1.Tag = "query_a.suppName";
            this.bandedGridColumn1.Visible = true;
            this.bandedGridColumn1.VisibleIndex = 4;
            this.bandedGridColumn1.Width = 134;
            this.bandedGridColumn1.Width = 117;
            // 
            // gv_supplier
            // 
            this.gv_supplier.AppearanceCell.Options.UseFont = true;
            this.gv_supplier.Caption = "供应商编号";
            this.gv_supplier.FieldName = "suppNo";
            this.gv_supplier.MinWidth = 25;
            this.gv_supplier.MinWidth = 22;
            this.gv_supplier.Name = "gv_supplier";
            this.gv_supplier.OptionsColumn.AllowEdit = false;
            this.gv_supplier.Tag = "query_a.SUPPLIER";
            this.gv_supplier.Visible = true;
            this.gv_supplier.VisibleIndex = 5;
            this.gv_supplier.Width = 66;
            this.gv_supplier.Width = 58;
            // 
            // gv_closeStatus
            // 
            this.gv_closeStatus.AppearanceCell.Options.UseFont = true;
            this.gv_closeStatus.Caption = "关闭状态";
            this.gv_closeStatus.FieldName = "closeStatusTxt";
            this.gv_closeStatus.MinWidth = 25;
            this.gv_closeStatus.MinWidth = 22;
            this.gv_closeStatus.Name = "gv_closeStatus";
            this.gv_closeStatus.OptionsColumn.AllowEdit = false;
            this.gv_closeStatus.Tag = "query_a.CLOSE_STATUS";
            this.gv_closeStatus.Visible = true;
            this.gv_closeStatus.VisibleIndex = 6;
            this.gv_closeStatus.Width = 80;
            this.gv_closeStatus.Width = 70;
            // 
            // bandedGridColumn2
            // 
            this.bandedGridColumn2.Caption = "采购部门名称";
            this.bandedGridColumn2.FieldName = "departmentname";
            this.bandedGridColumn2.MinWidth = 25;
            this.bandedGridColumn2.MinWidth = 22;
            this.bandedGridColumn2.Name = "bandedGridColumn2";
            this.bandedGridColumn2.OptionsColumn.AllowEdit = false;
            this.bandedGridColumn2.Tag = "query_a.departmentname";
            this.bandedGridColumn2.Visible = true;
            this.bandedGridColumn2.VisibleIndex = 7;
            this.bandedGridColumn2.Width = 80;
            this.bandedGridColumn2.Width = 70;
            // 
            // gv_purchaseDept
            // 
            this.gv_purchaseDept.AppearanceCell.Options.UseFont = true;
            this.gv_purchaseDept.Caption = "采购部门编号";
            this.gv_purchaseDept.FieldName = "departmentcode";
            this.gv_purchaseDept.MinWidth = 25;
            this.gv_purchaseDept.MinWidth = 22;
            this.gv_purchaseDept.Name = "gv_purchaseDept";
            this.gv_purchaseDept.OptionsColumn.AllowEdit = false;
            this.gv_purchaseDept.Tag = "query_a.PURCHASE_DEPT";
            this.gv_purchaseDept.Width = 50;
            this.gv_purchaseDept.Width = 44;
            // 
            // gv_purchaser
            // 
            this.gv_purchaser.AppearanceCell.Options.UseFont = true;
            this.gv_purchaser.Caption = "采购员";
            this.gv_purchaser.FieldName = "purchaser";
            this.gv_purchaser.MinWidth = 25;
            this.gv_purchaser.MinWidth = 22;
            this.gv_purchaser.Name = "gv_purchaser";
            this.gv_purchaser.OptionsColumn.AllowEdit = false;
            this.gv_purchaser.Tag = "query_a.PURCHASER";
            this.gv_purchaser.Visible = true;
            this.gv_purchaser.VisibleIndex = 8;
            this.gv_purchaser.Width = 60;
            this.gv_purchaser.Width = 52;
            // 
            // gv_qualityReq
            // 
            this.gv_qualityReq.AppearanceCell.Options.UseFont = true;
            this.gv_qualityReq.Caption = "验收方式";
            this.gv_qualityReq.FieldName = "acctype";
            this.gv_qualityReq.MinWidth = 25;
            this.gv_qualityReq.MinWidth = 22;
            this.gv_qualityReq.Name = "gv_qualityReq";
            this.gv_qualityReq.OptionsColumn.AllowEdit = false;
            this.gv_qualityReq.Tag = "query_a.QUALITY_REQ";
            this.gv_qualityReq.Visible = true;
            this.gv_qualityReq.VisibleIndex = 9;
            this.gv_qualityReq.Width = 80;
            this.gv_qualityReq.Width = 70;
            // 
            // gv_settlementParty
            // 
            this.gv_settlementParty.AppearanceCell.Options.UseFont = true;
            this.gv_settlementParty.Caption = "结算方";
            this.gv_settlementParty.FieldName = "settlementParty";
            this.gv_settlementParty.MinWidth = 25;
            this.gv_settlementParty.MinWidth = 22;
            this.gv_settlementParty.Name = "gv_settlementParty";
            this.gv_settlementParty.OptionsColumn.AllowEdit = false;
            this.gv_settlementParty.Tag = "query_a.SETTLEMENT_PARTY";
            this.gv_settlementParty.Width = 100;
            this.gv_settlementParty.Width = 87;
            // 
            // gv_paymentParty
            // 
            this.gv_paymentParty.AppearanceCell.Options.UseFont = true;
            this.gv_paymentParty.Caption = "收款方";
            this.gv_paymentParty.FieldName = "paymentParty";
            this.gv_paymentParty.MinWidth = 25;
            this.gv_paymentParty.MinWidth = 22;
            this.gv_paymentParty.Name = "gv_paymentParty";
            this.gv_paymentParty.OptionsColumn.AllowEdit = false;
            this.gv_paymentParty.Tag = "query_a.PAYMENT_PARTY";
            this.gv_paymentParty.Width = 100;
            this.gv_paymentParty.Width = 87;
            // 
            // gv_remarks
            // 
            this.gv_remarks.AppearanceCell.Options.UseFont = true;
            this.gv_remarks.Caption = "备注";
            this.gv_remarks.FieldName = "remarks";
            this.gv_remarks.MinWidth = 25;
            this.gv_remarks.MinWidth = 22;
            this.gv_remarks.Name = "gv_remarks";
            this.gv_remarks.OptionsColumn.AllowEdit = false;
            this.gv_remarks.Tag = "query_a.REMARKS";
            this.gv_remarks.Visible = true;
            this.gv_remarks.VisibleIndex = 10;
            this.gv_remarks.Width = 100;
            this.gv_remarks.Width = 87;
            // 
            // gv_cancellationStatus
            // 
            this.gv_cancellationStatus.AppearanceCell.Options.UseFont = true;
            this.gv_cancellationStatus.Caption = "作废状态";
            this.gv_cancellationStatus.FieldName = "cancellationStatusTxt";
            this.gv_cancellationStatus.MinWidth = 25;
            this.gv_cancellationStatus.MinWidth = 22;
            this.gv_cancellationStatus.Name = "gv_cancellationStatus";
            this.gv_cancellationStatus.OptionsColumn.AllowEdit = false;
            this.gv_cancellationStatus.Tag = "query_a.CANCELLATION_STATUS";
            this.gv_cancellationStatus.Visible = true;
            this.gv_cancellationStatus.VisibleIndex = 11;
            this.gv_cancellationStatus.Width = 60;
            this.gv_cancellationStatus.Width = 52;
            // 
            // gv_cancellationPerson
            // 
            this.gv_cancellationPerson.AppearanceCell.Options.UseFont = true;
            this.gv_cancellationPerson.Caption = "作废人";
            this.gv_cancellationPerson.FieldName = "cancellationPerson";
            this.gv_cancellationPerson.MinWidth = 25;
            this.gv_cancellationPerson.MinWidth = 22;
            this.gv_cancellationPerson.Name = "gv_cancellationPerson";
            this.gv_cancellationPerson.OptionsColumn.AllowEdit = false;
            this.gv_cancellationPerson.Tag = "query_a.CANCELLATION_PERSON";
            this.gv_cancellationPerson.Visible = true;
            this.gv_cancellationPerson.VisibleIndex = 12;
            this.gv_cancellationPerson.Width = 60;
            this.gv_cancellationPerson.Width = 52;
            // 
            // gv_cancellationDate
            // 
            this.gv_cancellationDate.AppearanceCell.Options.UseFont = true;
            this.gv_cancellationDate.Caption = "作废日期";
            this.gv_cancellationDate.FieldName = "cancellationDate";
            this.gv_cancellationDate.MinWidth = 25;
            this.gv_cancellationDate.MinWidth = 22;
            this.gv_cancellationDate.Name = "gv_cancellationDate";
            this.gv_cancellationDate.OptionsColumn.AllowEdit = false;
            this.gv_cancellationDate.Tag = "query_a.CANCELLATION_DATE";
            this.gv_cancellationDate.Visible = true;
            this.gv_cancellationDate.VisibleIndex = 13;
            this.gv_cancellationDate.Width = 180;
            this.gv_cancellationDate.Width = 157;
            // 
            // gv_createBy
            // 
            this.gv_createBy.AppearanceCell.Options.UseFont = true;
            this.gv_createBy.Caption = "创建人";
            this.gv_createBy.FieldName = "createBy";
            this.gv_createBy.MinWidth = 25;
            this.gv_createBy.MinWidth = 22;
            this.gv_createBy.Name = "gv_createBy";
            this.gv_createBy.OptionsColumn.AllowEdit = false;
            this.gv_createBy.Tag = "query_a.CREATE_BY";
            this.gv_createBy.Visible = true;
            this.gv_createBy.VisibleIndex = 14;
            this.gv_createBy.Width = 80;
            this.gv_createBy.Width = 70;
            // 
            // gv_createDate
            // 
            this.gv_createDate.AppearanceCell.Options.UseFont = true;
            this.gv_createDate.Caption = "创建日期";
            this.gv_createDate.FieldName = "createDate";
            this.gv_createDate.MinWidth = 25;
            this.gv_createDate.MinWidth = 22;
            this.gv_createDate.Name = "gv_createDate";
            this.gv_createDate.OptionsColumn.AllowEdit = false;
            this.gv_createDate.Tag = "query_a.CREATE_DATE";
            this.gv_createDate.Visible = true;
            this.gv_createDate.VisibleIndex = 15;
            this.gv_createDate.Width = 180;
            this.gv_createDate.Width = 157;
            // 
            // gv_lastupdateDate
            // 
            this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true;
            this.gv_lastupdateDate.Caption = "最后修改时间";
            this.gv_lastupdateDate.FieldName = "lastupdateDate";
            this.gv_lastupdateDate.MinWidth = 25;
            this.gv_lastupdateDate.MinWidth = 22;
            this.gv_lastupdateDate.Name = "gv_lastupdateDate";
            this.gv_lastupdateDate.OptionsColumn.AllowEdit = false;
            this.gv_lastupdateDate.Tag = "query_a.LASTUPDATE_DATE";
            this.gv_lastupdateDate.Visible = true;
            this.gv_lastupdateDate.VisibleIndex = 16;
            this.gv_lastupdateDate.Width = 200;
            this.gv_lastupdateDate.Width = 175;
            // 
            // gv_lastupdateBy
            // 
            this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true;
            this.gv_lastupdateBy.Caption = "最后修改人";
            this.gv_lastupdateBy.FieldName = "lastupdateBy";
            this.gv_lastupdateBy.MinWidth = 25;
            this.gv_lastupdateBy.MinWidth = 22;
            this.gv_lastupdateBy.Name = "gv_lastupdateBy";
            this.gv_lastupdateBy.OptionsColumn.AllowEdit = false;
            this.gv_lastupdateBy.Tag = "query_a.LASTUPDATE_BY";
            this.gv_lastupdateBy.Visible = true;
            this.gv_lastupdateBy.VisibleIndex = 17;
            this.gv_lastupdateBy.Width = 100;
            this.gv_lastupdateBy.Width = 87;
            // 
            // gv_erpCheckBy
            // 
            this.gv_erpCheckBy.AppearanceCell.Options.UseFont = true;
            this.gv_erpCheckBy.Caption = "erp审核人";
            this.gv_erpCheckBy.FieldName = "erpCheckBy";
            this.gv_erpCheckBy.MinWidth = 25;
            this.gv_erpCheckBy.MinWidth = 22;
            this.gv_erpCheckBy.Name = "gv_erpCheckBy";
            this.gv_erpCheckBy.OptionsColumn.AllowEdit = false;
            this.gv_erpCheckBy.Tag = "query_a.ERP_CHECK_BY";
            this.gv_erpCheckBy.Visible = true;
            this.gv_erpCheckBy.VisibleIndex = 18;
            this.gv_erpCheckBy.Width = 80;
            this.gv_erpCheckBy.Width = 70;
            // 
            // gv_erpCheckDate
            // 
            this.gv_erpCheckDate.AppearanceCell.Options.UseFont = true;
            this.gv_erpCheckDate.Caption = "erp审核时间";
            this.gv_erpCheckDate.FieldName = "erpCheckDate";
            this.gv_erpCheckDate.MinWidth = 25;
            this.gv_erpCheckDate.MinWidth = 22;
            this.gv_erpCheckDate.Name = "gv_erpCheckDate";
            this.gv_erpCheckDate.OptionsColumn.AllowEdit = false;
            this.gv_erpCheckDate.Tag = "query_a.ERP_CHECK_DATE";
            this.gv_erpCheckDate.Visible = true;
            this.gv_erpCheckDate.VisibleIndex = 19;
            this.gv_erpCheckDate.Width = 180;
            this.gv_erpCheckDate.Width = 157;
            // 
            // gv_changereason
            // 
            this.gv_changereason.AppearanceCell.Options.UseFont = true;
            this.gv_changereason.Caption = "变更原因";
            this.gv_changereason.FieldName = "changereason";
            this.gv_changereason.MinWidth = 25;
            this.gv_changereason.MinWidth = 22;
            this.gv_changereason.Name = "gv_changereason";
            this.gv_changereason.OptionsColumn.AllowEdit = false;
            this.gv_changereason.Tag = "query_a.CHANGEREASON";
            this.gv_changereason.Visible = true;
            this.gv_changereason.VisibleIndex = 20;
            this.gv_changereason.Width = 100;
            this.gv_changereason.Width = 87;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "采购组织";
            this.gridColumn4.FieldName = "cgOrg";
            this.gridColumn4.MinWidth = 25;
            this.gridColumn4.MinWidth = 22;
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 21;
            this.gridColumn4.Width = 94;
            this.gridColumn4.Width = 82;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "采购组";
            this.gridColumn5.FieldName = "purchaseGroup";
            this.gridColumn5.MinWidth = 25;
            this.gridColumn5.MinWidth = 22;
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Width = 94;
            this.gridColumn5.Width = 82;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "邮箱";
            this.gridColumn7.FieldName = "email";
            this.gridColumn7.MinWidth = 25;
            this.gridColumn7.MinWidth = 22;
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Width = 94;
            this.gridColumn7.Width = 82;
            // 
            // gvcol6
            // 
            this.gvcol6.Caption = "主键GUID";
            this.gvcol6.FieldName = "guid";
            this.gvcol6.MinWidth = 25;
            this.gvcol6.MinWidth = 22;
            this.gvcol6.Name = "gvcol6";
            this.gvcol6.Width = 94;
            this.gvcol6.Width = 82;
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "同步时间";
            this.gridColumn11.FieldName = "synchronousDate";
            this.gridColumn11.MinWidth = 25;
            this.gridColumn11.MinWidth = 22;
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 22;
            this.gridColumn11.Width = 94;
            this.gridColumn11.Width = 82;
            //
            // gv_xsdd
            //
            this.gv_xsdd.Caption = "销售订单";
            this.gv_xsdd.FieldName = "xsdd";
            this.gv_xsdd.Name = "gv_xsdd";
            this.gv_xsdd.Visible = true;
            this.gv_xsdd.VisibleIndex = 23;
            this.gv_xsdd.Width = 66;
            // 
            // pageBar1
            // 
            this.pageBar1.CurrentPage = 1;
            this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.pageBar1.Location = new System.Drawing.Point(0, 519);
            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
            this.pageBar1.Location = new System.Drawing.Point(0, 402);
            this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
            this.pageBar1.Name = "pageBar1";
            this.pageBar1.RecordCount = 0;
            this.pageBar1.Size = new System.Drawing.Size(1363, 39);
            this.pageBar1.Size = new System.Drawing.Size(1192, 30);
            this.pageBar1.TabIndex = 4;
            this.pageBar1.TotalPages = 0;
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.splitMx1);
            this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(1363, 570);
            this.xtraTabPage2.Size = new System.Drawing.Size(1192, 442);
            this.xtraTabPage2.Text = "数据详细";
            // 
            // splitMx1
@@ -737,6 +757,7 @@
            this.splitMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitMx1.Horizontal = false;
            this.splitMx1.Location = new System.Drawing.Point(0, 0);
            this.splitMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.splitMx1.Name = "splitMx1";
            // 
            // splitMx1.Panel1
@@ -749,7 +770,8 @@
            this.splitMx1.Panel2.Controls.Add(this.tabMx);
            this.splitMx1.Panel2.Text = "Panel2";
            this.splitMx1.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True;
            this.splitMx1.Size = new System.Drawing.Size(1363, 570);
            this.splitMx1.Size = new System.Drawing.Size(1192, 442);
            this.splitMx1.SplitterPosition = 78;
            this.splitMx1.TabIndex = 0;
            // 
            // layoutMx1
@@ -773,123 +795,137 @@
            this.layoutControlItem3,
            this.layoutControlItem4});
            this.layoutMx1.Location = new System.Drawing.Point(0, 0);
            this.layoutMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.layoutMx1.Name = "layoutMx1";
            this.layoutMx1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(656, 429, 812, 500);
            this.layoutMx1.Root = this.Root;
            this.layoutMx1.Size = new System.Drawing.Size(1363, 100);
            this.layoutMx1.Size = new System.Drawing.Size(1192, 78);
            this.layoutMx1.TabIndex = 0;
            this.layoutMx1.Text = "layoutControl1";
            // 
            // lbGuid
            // 
            this.lbGuid.Location = new System.Drawing.Point(672, 12);
            this.lbGuid.Location = new System.Drawing.Point(588, 9);
            this.lbGuid.Name = "lbGuid";
            this.lbGuid.Size = new System.Drawing.Size(326, 25);
            this.lbGuid.Size = new System.Drawing.Size(285, 19);
            this.lbGuid.TabIndex = 230;
            this.lbGuid.Text = "lbGuid";
            // 
            // txt_billNo
            // 
            this.txt_billNo.Location = new System.Drawing.Point(109, 12);
            this.txt_billNo.Location = new System.Drawing.Point(93, 12);
            this.txt_billNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_billNo.Name = "txt_billNo";
            this.txt_billNo.Properties.Appearance.Options.UseFont = true;
            this.txt_billNo.Size = new System.Drawing.Size(229, 24);
            this.txt_billNo.Size = new System.Drawing.Size(203, 20);
            this.txt_billNo.StyleController = this.layoutMx1;
            this.txt_billNo.TabIndex = 213;
            // 
            // txt_guid
            // 
            this.txt_guid.Location = new System.Drawing.Point(759, 12);
            this.txt_guid.Location = new System.Drawing.Point(664, 9);
            this.txt_guid.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_guid.Name = "txt_guid";
            this.txt_guid.Size = new System.Drawing.Size(239, 24);
            this.txt_guid.Size = new System.Drawing.Size(209, 20);
            this.txt_guid.StyleController = this.layoutMx1;
            this.txt_guid.TabIndex = 229;
            // 
            // txt_suppName
            // 
            this.txt_suppName.Location = new System.Drawing.Point(769, 12);
            this.txt_suppName.Location = new System.Drawing.Point(670, 12);
            this.txt_suppName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_suppName.Name = "txt_suppName";
            this.txt_suppName.Size = new System.Drawing.Size(229, 24);
            this.txt_suppName.Size = new System.Drawing.Size(204, 20);
            this.txt_suppName.StyleController = this.layoutMx1;
            this.txt_suppName.TabIndex = 231;
            // 
            // txt_documentTypeTxt
            // 
            this.txt_documentTypeTxt.Location = new System.Drawing.Point(439, 12);
            this.txt_documentTypeTxt.Location = new System.Drawing.Point(381, 12);
            this.txt_documentTypeTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_documentTypeTxt.Name = "txt_documentTypeTxt";
            this.txt_documentTypeTxt.Size = new System.Drawing.Size(229, 24);
            this.txt_documentTypeTxt.Size = new System.Drawing.Size(204, 20);
            this.txt_documentTypeTxt.StyleController = this.layoutMx1;
            this.txt_documentTypeTxt.TabIndex = 232;
            // 
            // txt_suppNo
            // 
            this.txt_suppNo.Location = new System.Drawing.Point(769, 40);
            this.txt_suppNo.Location = new System.Drawing.Point(670, 36);
            this.txt_suppNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_suppNo.Name = "txt_suppNo";
            this.txt_suppNo.Size = new System.Drawing.Size(229, 24);
            this.txt_suppNo.Size = new System.Drawing.Size(204, 20);
            this.txt_suppNo.StyleController = this.layoutMx1;
            this.txt_suppNo.TabIndex = 233;
            // 
            // txt_closeStatusTxt
            // 
            this.txt_closeStatusTxt.Location = new System.Drawing.Point(1099, 40);
            this.txt_closeStatusTxt.Location = new System.Drawing.Point(959, 36);
            this.txt_closeStatusTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_closeStatusTxt.Name = "txt_closeStatusTxt";
            this.txt_closeStatusTxt.Size = new System.Drawing.Size(231, 24);
            this.txt_closeStatusTxt.Size = new System.Drawing.Size(204, 20);
            this.txt_closeStatusTxt.StyleController = this.layoutMx1;
            this.txt_closeStatusTxt.TabIndex = 234;
            // 
            // txt_cancellationStatusTxt
            // 
            this.txt_cancellationStatusTxt.Location = new System.Drawing.Point(1099, 68);
            this.txt_cancellationStatusTxt.Location = new System.Drawing.Point(959, 60);
            this.txt_cancellationStatusTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_cancellationStatusTxt.Name = "txt_cancellationStatusTxt";
            this.txt_cancellationStatusTxt.Size = new System.Drawing.Size(231, 24);
            this.txt_cancellationStatusTxt.Size = new System.Drawing.Size(204, 20);
            this.txt_cancellationStatusTxt.StyleController = this.layoutMx1;
            this.txt_cancellationStatusTxt.TabIndex = 235;
            // 
            // txt_dptName
            // 
            this.txt_dptName.Location = new System.Drawing.Point(109, 40);
            this.txt_dptName.Location = new System.Drawing.Point(93, 36);
            this.txt_dptName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_dptName.Name = "txt_dptName";
            this.txt_dptName.Size = new System.Drawing.Size(229, 24);
            this.txt_dptName.Size = new System.Drawing.Size(203, 20);
            this.txt_dptName.StyleController = this.layoutMx1;
            this.txt_dptName.TabIndex = 236;
            // 
            // txt_purchaseDate
            // 
            this.txt_purchaseDate.Location = new System.Drawing.Point(439, 40);
            this.txt_purchaseDate.Location = new System.Drawing.Point(381, 36);
            this.txt_purchaseDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_purchaseDate.Name = "txt_purchaseDate";
            this.txt_purchaseDate.Size = new System.Drawing.Size(229, 24);
            this.txt_purchaseDate.Size = new System.Drawing.Size(204, 20);
            this.txt_purchaseDate.StyleController = this.layoutMx1;
            this.txt_purchaseDate.TabIndex = 237;
            // 
            // txt_docStusTxt
            // 
            this.txt_docStusTxt.Location = new System.Drawing.Point(1099, 12);
            this.txt_docStusTxt.Location = new System.Drawing.Point(959, 12);
            this.txt_docStusTxt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_docStusTxt.Name = "txt_docStusTxt";
            this.txt_docStusTxt.Size = new System.Drawing.Size(231, 24);
            this.txt_docStusTxt.Size = new System.Drawing.Size(204, 20);
            this.txt_docStusTxt.StyleController = this.layoutMx1;
            this.txt_docStusTxt.TabIndex = 238;
            // 
            // txt_createDate
            // 
            this.txt_createDate.Location = new System.Drawing.Point(769, 68);
            this.txt_createDate.Location = new System.Drawing.Point(670, 60);
            this.txt_createDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_createDate.Name = "txt_createDate";
            this.txt_createDate.Size = new System.Drawing.Size(229, 24);
            this.txt_createDate.Size = new System.Drawing.Size(204, 20);
            this.txt_createDate.StyleController = this.layoutMx1;
            this.txt_createDate.TabIndex = 239;
            // 
            // txt_erpCheckDate
            // 
            this.txt_erpCheckDate.Location = new System.Drawing.Point(439, 68);
            this.txt_erpCheckDate.Location = new System.Drawing.Point(381, 60);
            this.txt_erpCheckDate.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_erpCheckDate.Name = "txt_erpCheckDate";
            this.txt_erpCheckDate.Size = new System.Drawing.Size(229, 24);
            this.txt_erpCheckDate.Size = new System.Drawing.Size(204, 20);
            this.txt_erpCheckDate.StyleController = this.layoutMx1;
            this.txt_erpCheckDate.TabIndex = 240;
            // 
            // txt_erpCheckBy
            // 
            this.txt_erpCheckBy.Location = new System.Drawing.Point(109, 68);
            this.txt_erpCheckBy.Location = new System.Drawing.Point(93, 60);
            this.txt_erpCheckBy.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.txt_erpCheckBy.Name = "txt_erpCheckBy";
            this.txt_erpCheckBy.Size = new System.Drawing.Size(229, 24);
            this.txt_erpCheckBy.Size = new System.Drawing.Size(203, 20);
            this.txt_erpCheckBy.StyleController = this.layoutMx1;
            this.txt_erpCheckBy.TabIndex = 241;
            // 
@@ -912,7 +948,7 @@
            this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem4.Size = new System.Drawing.Size(330, 28);
            this.layoutControlItem4.Text = "主键GUID";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(50, 20);
            this.layoutControlItem4.TextSize = new System.Drawing.Size(44, 16);
            // 
            // Root
            // 
@@ -956,7 +992,7 @@
            rowDefinition1,
            rowDefinition2,
            rowDefinition3});
            this.Root.Size = new System.Drawing.Size(1342, 104);
            this.Root.Size = new System.Drawing.Size(1175, 92);
            this.Root.TextVisible = false;
            // 
            // layoutControlItem1
@@ -964,133 +1000,134 @@
            this.layoutControlItem1.Control = this.txt_billNo;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Size = new System.Drawing.Size(330, 28);
            this.layoutControlItem1.Size = new System.Drawing.Size(288, 24);
            this.layoutControlItem1.Text = "采购单号";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem1.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.txt_documentTypeTxt;
            this.layoutControlItem5.Location = new System.Drawing.Point(330, 0);
            this.layoutControlItem5.Location = new System.Drawing.Point(288, 0);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem5.Size = new System.Drawing.Size(330, 28);
            this.layoutControlItem5.Size = new System.Drawing.Size(289, 24);
            this.layoutControlItem5.Text = "单据类型";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem5.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.txt_suppName;
            this.layoutControlItem2.Location = new System.Drawing.Point(660, 0);
            this.layoutControlItem2.Location = new System.Drawing.Point(577, 0);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem2.Size = new System.Drawing.Size(330, 28);
            this.layoutControlItem2.Size = new System.Drawing.Size(289, 24);
            this.layoutControlItem2.Text = "供应商名称";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem2.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.txt_suppNo;
            this.layoutControlItem6.Location = new System.Drawing.Point(660, 28);
            this.layoutControlItem6.Location = new System.Drawing.Point(577, 24);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem6.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem6.Size = new System.Drawing.Size(330, 28);
            this.layoutControlItem6.Size = new System.Drawing.Size(289, 24);
            this.layoutControlItem6.Text = "供应商编号";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem6.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.txt_dptName;
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 28);
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 24);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem9.Size = new System.Drawing.Size(330, 28);
            this.layoutControlItem9.Size = new System.Drawing.Size(288, 24);
            this.layoutControlItem9.Text = "采购部门";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem9.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.txt_purchaseDate;
            this.layoutControlItem10.Location = new System.Drawing.Point(330, 28);
            this.layoutControlItem10.Location = new System.Drawing.Point(288, 24);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem10.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem10.Size = new System.Drawing.Size(330, 28);
            this.layoutControlItem10.Size = new System.Drawing.Size(289, 24);
            this.layoutControlItem10.Text = "采购日期";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem10.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.txt_cancellationStatusTxt;
            this.layoutControlItem8.Location = new System.Drawing.Point(990, 56);
            this.layoutControlItem8.Location = new System.Drawing.Point(866, 48);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem8.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem8.Size = new System.Drawing.Size(332, 28);
            this.layoutControlItem8.Size = new System.Drawing.Size(289, 24);
            this.layoutControlItem8.Text = "作废状态";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem8.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.txt_closeStatusTxt;
            this.layoutControlItem7.Location = new System.Drawing.Point(990, 28);
            this.layoutControlItem7.Location = new System.Drawing.Point(866, 24);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem7.OptionsTableLayoutItem.RowIndex = 1;
            this.layoutControlItem7.Size = new System.Drawing.Size(332, 28);
            this.layoutControlItem7.Size = new System.Drawing.Size(289, 24);
            this.layoutControlItem7.Text = "关闭状态";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem7.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem11
            // 
            this.layoutControlItem11.Control = this.txt_docStusTxt;
            this.layoutControlItem11.Location = new System.Drawing.Point(990, 0);
            this.layoutControlItem11.Location = new System.Drawing.Point(866, 0);
            this.layoutControlItem11.Name = "layoutControlItem11";
            this.layoutControlItem11.OptionsTableLayoutItem.ColumnIndex = 3;
            this.layoutControlItem11.Size = new System.Drawing.Size(332, 28);
            this.layoutControlItem11.Size = new System.Drawing.Size(289, 24);
            this.layoutControlItem11.Text = "单据状态";
            this.layoutControlItem11.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem11.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem12
            // 
            this.layoutControlItem12.Control = this.txt_createDate;
            this.layoutControlItem12.Location = new System.Drawing.Point(660, 56);
            this.layoutControlItem12.Location = new System.Drawing.Point(577, 48);
            this.layoutControlItem12.Name = "layoutControlItem12";
            this.layoutControlItem12.OptionsTableLayoutItem.ColumnIndex = 2;
            this.layoutControlItem12.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem12.Size = new System.Drawing.Size(330, 28);
            this.layoutControlItem12.Size = new System.Drawing.Size(289, 24);
            this.layoutControlItem12.Text = "同步时间";
            this.layoutControlItem12.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem12.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem13
            // 
            this.layoutControlItem13.Control = this.txt_erpCheckDate;
            this.layoutControlItem13.Location = new System.Drawing.Point(330, 56);
            this.layoutControlItem13.Location = new System.Drawing.Point(288, 48);
            this.layoutControlItem13.Name = "layoutControlItem13";
            this.layoutControlItem13.OptionsTableLayoutItem.ColumnIndex = 1;
            this.layoutControlItem13.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem13.Size = new System.Drawing.Size(330, 28);
            this.layoutControlItem13.Size = new System.Drawing.Size(289, 24);
            this.layoutControlItem13.Text = "ERP审核时间";
            this.layoutControlItem13.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem13.TextSize = new System.Drawing.Size(69, 14);
            // 
            // layoutControlItem14
            // 
            this.layoutControlItem14.Control = this.txt_erpCheckBy;
            this.layoutControlItem14.Location = new System.Drawing.Point(0, 56);
            this.layoutControlItem14.Location = new System.Drawing.Point(0, 48);
            this.layoutControlItem14.Name = "layoutControlItem14";
            this.layoutControlItem14.OptionsTableLayoutItem.RowIndex = 2;
            this.layoutControlItem14.Size = new System.Drawing.Size(330, 28);
            this.layoutControlItem14.Size = new System.Drawing.Size(288, 24);
            this.layoutControlItem14.Text = "ERP审核人";
            this.layoutControlItem14.TextSize = new System.Drawing.Size(85, 18);
            this.layoutControlItem14.TextSize = new System.Drawing.Size(69, 14);
            // 
            // tabMx
            // 
            this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabMx.Location = new System.Drawing.Point(0, 0);
            this.tabMx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabMx.Name = "tabMx";
            this.tabMx.SelectedTabPage = this.tabMxPage1;
            this.tabMx.Size = new System.Drawing.Size(1363, 458);
            this.tabMx.Size = new System.Drawing.Size(1192, 354);
            this.tabMx.TabIndex = 3;
            this.tabMx.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabMxPage1,
@@ -1099,19 +1136,22 @@
            // tabMxPage1
            // 
            this.tabMxPage1.Controls.Add(this.gcMx1);
            this.tabMxPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabMxPage1.Name = "tabMxPage1";
            this.tabMxPage1.Size = new System.Drawing.Size(1361, 426);
            this.tabMxPage1.Size = new System.Drawing.Size(1190, 328);
            this.tabMxPage1.Text = "采购单明细";
            // 
            // gcMx1
            // 
            this.gcMx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMx1.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMx1.Location = new System.Drawing.Point(0, 0);
            this.gcMx1.MainView = this.gvMx1;
            this.gcMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMx1.Name = "gcMx1";
            this.gcMx1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.rptHistory});
            this.gcMx1.Size = new System.Drawing.Size(1361, 426);
            this.gcMx1.Size = new System.Drawing.Size(1190, 328);
            this.gcMx1.TabIndex = 0;
            this.gcMx1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx1});
@@ -1120,7 +1160,7 @@
            // 
            this.gvMx1.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gvMx1.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gvMx1.ColumnPanelRowHeight = 60;
            this.gvMx1.ColumnPanelRowHeight = 47;
            this.gvMx1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn3,
            this.gv_erpid,
@@ -1161,7 +1201,9 @@
            this.gridColumn6,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn19});
            this.gridColumn19,
            this.gv_mxxsdd});
            this.gvMx1.DetailHeight = 272;
            this.gvMx1.GridControl = this.gcMx1;
            this.gvMx1.Name = "gvMx1";
            this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -1172,249 +1214,249 @@
            // 
            this.gridColumn3.Caption = "收料组织";
            this.gridColumn3.FieldName = "receivingOrg";
            this.gridColumn3.MinWidth = 25;
            this.gridColumn3.MinWidth = 22;
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 0;
            this.gridColumn3.Width = 115;
            this.gridColumn3.Width = 101;
            // 
            // gv_erpid
            // 
            this.gv_erpid.Caption = "Erp行Id";
            this.gv_erpid.FieldName = "ebelnK3id";
            this.gv_erpid.MinWidth = 25;
            this.gv_erpid.MinWidth = 22;
            this.gv_erpid.Name = "gv_erpid";
            this.gv_erpid.Width = 46;
            this.gv_erpid.Width = 40;
            // 
            // gvMx1itemId
            // 
            this.gvMx1itemId.AppearanceCell.Options.UseFont = true;
            this.gvMx1itemId.Caption = "物料ID";
            this.gvMx1itemId.FieldName = "itemId";
            this.gvMx1itemId.MinWidth = 25;
            this.gvMx1itemId.MinWidth = 22;
            this.gvMx1itemId.Name = "gvMx1itemId";
            this.gvMx1itemId.Tag = "query_a.ITEM_ID";
            this.gvMx1itemId.Width = 100;
            this.gvMx1itemId.Width = 87;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "物料编码";
            this.gridColumn2.FieldName = "itemNo";
            this.gridColumn2.MinWidth = 25;
            this.gridColumn2.MinWidth = 22;
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            this.gridColumn2.Width = 46;
            this.gridColumn2.Width = 40;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "物料名称";
            this.gridColumn1.FieldName = "itemName";
            this.gridColumn1.MinWidth = 25;
            this.gridColumn1.MinWidth = 22;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 2;
            this.gridColumn1.Width = 55;
            this.gridColumn1.Width = 48;
            // 
            // gvMx1pricingQty
            // 
            this.gvMx1pricingQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1pricingQty.Caption = "计价数量";
            this.gvMx1pricingQty.FieldName = "pricingQty";
            this.gvMx1pricingQty.MinWidth = 25;
            this.gvMx1pricingQty.MinWidth = 22;
            this.gvMx1pricingQty.Name = "gvMx1pricingQty";
            this.gvMx1pricingQty.Tag = "query_a.PRICING_QTY";
            this.gvMx1pricingQty.Width = 25;
            this.gvMx1pricingQty.Width = 22;
            // 
            // gvMx1pricingUnit
            // 
            this.gvMx1pricingUnit.AppearanceCell.Options.UseFont = true;
            this.gvMx1pricingUnit.Caption = "计价单位";
            this.gvMx1pricingUnit.FieldName = "jjFname";
            this.gvMx1pricingUnit.MinWidth = 25;
            this.gvMx1pricingUnit.MinWidth = 22;
            this.gvMx1pricingUnit.Name = "gvMx1pricingUnit";
            this.gvMx1pricingUnit.Tag = "query_a.PRICING_UNIT";
            this.gvMx1pricingUnit.Width = 25;
            this.gvMx1pricingUnit.Width = 22;
            // 
            // gvMx1deliveryDate
            // 
            this.gvMx1deliveryDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1deliveryDate.Caption = "交货日期";
            this.gvMx1deliveryDate.FieldName = "deliveryDate";
            this.gvMx1deliveryDate.MinWidth = 25;
            this.gvMx1deliveryDate.MinWidth = 22;
            this.gvMx1deliveryDate.Name = "gvMx1deliveryDate";
            this.gvMx1deliveryDate.Tag = "query_a.DELIVERY_DATE";
            this.gvMx1deliveryDate.Visible = true;
            this.gvMx1deliveryDate.VisibleIndex = 12;
            this.gvMx1deliveryDate.Width = 92;
            this.gvMx1deliveryDate.VisibleIndex = 13;
            this.gvMx1deliveryDate.Width = 80;
            // 
            // gvMx1earliestDeliveryDate
            // 
            this.gvMx1earliestDeliveryDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1earliestDeliveryDate.Caption = "最早交货日期";
            this.gvMx1earliestDeliveryDate.FieldName = "earliestDeliveryDate";
            this.gvMx1earliestDeliveryDate.MinWidth = 25;
            this.gvMx1earliestDeliveryDate.MinWidth = 22;
            this.gvMx1earliestDeliveryDate.Name = "gvMx1earliestDeliveryDate";
            this.gvMx1earliestDeliveryDate.Tag = "query_a.EARLIEST_DELIVERY_DATE";
            this.gvMx1earliestDeliveryDate.Visible = true;
            this.gvMx1earliestDeliveryDate.VisibleIndex = 13;
            this.gvMx1earliestDeliveryDate.Width = 92;
            this.gvMx1earliestDeliveryDate.VisibleIndex = 14;
            this.gvMx1earliestDeliveryDate.Width = 80;
            // 
            // gvMx1latestDeliveryDate
            // 
            this.gvMx1latestDeliveryDate.AppearanceCell.Options.UseFont = true;
            this.gvMx1latestDeliveryDate.Caption = "最晚交货日期";
            this.gvMx1latestDeliveryDate.FieldName = "latestDeliveryDate";
            this.gvMx1latestDeliveryDate.MinWidth = 25;
            this.gvMx1latestDeliveryDate.MinWidth = 22;
            this.gvMx1latestDeliveryDate.Name = "gvMx1latestDeliveryDate";
            this.gvMx1latestDeliveryDate.Tag = "query_a.LATEST_DELIVERY_DATE";
            this.gvMx1latestDeliveryDate.Visible = true;
            this.gvMx1latestDeliveryDate.VisibleIndex = 14;
            this.gvMx1latestDeliveryDate.Width = 92;
            this.gvMx1latestDeliveryDate.VisibleIndex = 15;
            this.gvMx1latestDeliveryDate.Width = 80;
            // 
            // gvMx1purchaseQty
            // 
            this.gvMx1purchaseQty.AppearanceCell.Options.UseFont = true;
            this.gvMx1purchaseQty.Caption = "采购数量";
            this.gvMx1purchaseQty.FieldName = "purchaseQty";
            this.gvMx1purchaseQty.MinWidth = 25;
            this.gvMx1purchaseQty.MinWidth = 22;
            this.gvMx1purchaseQty.Name = "gvMx1purchaseQty";
            this.gvMx1purchaseQty.Tag = "query_a.PURCHASE_QTY";
            this.gvMx1purchaseQty.Visible = true;
            this.gvMx1purchaseQty.VisibleIndex = 3;
            this.gvMx1purchaseQty.Width = 25;
            this.gvMx1purchaseQty.Width = 22;
            // 
            // gvMx1purchaseUnit
            // 
            this.gvMx1purchaseUnit.AppearanceCell.Options.UseFont = true;
            this.gvMx1purchaseUnit.Caption = "采购单位";
            this.gvMx1purchaseUnit.FieldName = "cgFname";
            this.gvMx1purchaseUnit.MinWidth = 25;
            this.gvMx1purchaseUnit.MinWidth = 22;
            this.gvMx1purchaseUnit.Name = "gvMx1purchaseUnit";
            this.gvMx1purchaseUnit.Tag = "query_a.PURCHASE_UNIT";
            this.gvMx1purchaseUnit.Visible = true;
            this.gvMx1purchaseUnit.VisibleIndex = 6;
            this.gvMx1purchaseUnit.Width = 25;
            this.gvMx1purchaseUnit.VisibleIndex = 7;
            this.gvMx1purchaseUnit.Width = 22;
            // 
            // gvMx1inventoryUnit
            // 
            this.gvMx1inventoryUnit.AppearanceCell.Options.UseFont = true;
            this.gvMx1inventoryUnit.Caption = "库存单位";
            this.gvMx1inventoryUnit.FieldName = "kcFname";
            this.gvMx1inventoryUnit.MinWidth = 25;
            this.gvMx1inventoryUnit.MinWidth = 22;
            this.gvMx1inventoryUnit.Name = "gvMx1inventoryUnit";
            this.gvMx1inventoryUnit.Tag = "query_a.INVENTORY_UNIT";
            this.gvMx1inventoryUnit.Width = 25;
            this.gvMx1inventoryUnit.Width = 22;
            // 
            // gvMx1demandDocumentId
            // 
            this.gvMx1demandDocumentId.AppearanceCell.Options.UseFont = true;
            this.gvMx1demandDocumentId.Caption = "需求单据号";
            this.gvMx1demandDocumentId.FieldName = "demandDocumentId";
            this.gvMx1demandDocumentId.MinWidth = 25;
            this.gvMx1demandDocumentId.MinWidth = 22;
            this.gvMx1demandDocumentId.Name = "gvMx1demandDocumentId";
            this.gvMx1demandDocumentId.Tag = "query_a.DEMAND_DOCUMENT_ID";
            this.gvMx1demandDocumentId.Width = 46;
            this.gvMx1demandDocumentId.Width = 40;
            // 
            // gvMx1isGift
            // 
            this.gvMx1isGift.AppearanceCell.Options.UseFont = true;
            this.gvMx1isGift.Caption = "是否赠品";
            this.gvMx1isGift.FieldName = "isGiftTxt";
            this.gvMx1isGift.MinWidth = 25;
            this.gvMx1isGift.MinWidth = 22;
            this.gvMx1isGift.Name = "gvMx1isGift";
            this.gvMx1isGift.Tag = "query_a.IS_GIFT";
            this.gvMx1isGift.Visible = true;
            this.gvMx1isGift.VisibleIndex = 7;
            this.gvMx1isGift.Width = 25;
            this.gvMx1isGift.VisibleIndex = 8;
            this.gvMx1isGift.Width = 22;
            // 
            // gvMx1remarks
            // 
            this.gvMx1remarks.AppearanceCell.Options.UseFont = true;
            this.gvMx1remarks.Caption = "备注";
            this.gvMx1remarks.FieldName = "remarks";
            this.gvMx1remarks.MinWidth = 25;
            this.gvMx1remarks.MinWidth = 22;
            this.gvMx1remarks.Name = "gvMx1remarks";
            this.gvMx1remarks.Tag = "query_a.REMARKS";
            this.gvMx1remarks.Visible = true;
            this.gvMx1remarks.VisibleIndex = 8;
            this.gvMx1remarks.Width = 46;
            this.gvMx1remarks.VisibleIndex = 9;
            this.gvMx1remarks.Width = 40;
            // 
            // gvMx1businessTerminate
            // 
            this.gvMx1businessTerminate.AppearanceCell.Options.UseFont = true;
            this.gvMx1businessTerminate.Caption = "业务状态";
            this.gvMx1businessTerminate.FieldName = "businessTerminate";
            this.gvMx1businessTerminate.MinWidth = 25;
            this.gvMx1businessTerminate.MinWidth = 22;
            this.gvMx1businessTerminate.Name = "gvMx1businessTerminate";
            this.gvMx1businessTerminate.Tag = "query_a.BUSINESS_TERMINATE";
            this.gvMx1businessTerminate.Visible = true;
            this.gvMx1businessTerminate.VisibleIndex = 9;
            this.gvMx1businessTerminate.Width = 25;
            this.gvMx1businessTerminate.VisibleIndex = 10;
            this.gvMx1businessTerminate.Width = 22;
            // 
            // gvMx1businessClose
            // 
            this.gvMx1businessClose.AppearanceCell.Options.UseFont = true;
            this.gvMx1businessClose.Caption = "关闭状态";
            this.gvMx1businessClose.FieldName = "businessClose";
            this.gvMx1businessClose.MinWidth = 25;
            this.gvMx1businessClose.MinWidth = 22;
            this.gvMx1businessClose.Name = "gvMx1businessClose";
            this.gvMx1businessClose.Tag = "query_a.BUSINESS_CLOSE";
            this.gvMx1businessClose.Visible = true;
            this.gvMx1businessClose.VisibleIndex = 10;
            this.gvMx1businessClose.Width = 25;
            this.gvMx1businessClose.VisibleIndex = 11;
            this.gvMx1businessClose.Width = 22;
            // 
            // gvMx1businessFreeze
            // 
            this.gvMx1businessFreeze.AppearanceCell.Options.UseFont = true;
            this.gvMx1businessFreeze.Caption = "冻结状态";
            this.gvMx1businessFreeze.FieldName = "businessFreeze";
            this.gvMx1businessFreeze.MinWidth = 25;
            this.gvMx1businessFreeze.MinWidth = 22;
            this.gvMx1businessFreeze.Name = "gvMx1businessFreeze";
            this.gvMx1businessFreeze.Tag = "query_a.BUSINESS_FREEZE";
            this.gvMx1businessFreeze.Visible = true;
            this.gvMx1businessFreeze.VisibleIndex = 11;
            this.gvMx1businessFreeze.Width = 25;
            this.gvMx1businessFreeze.VisibleIndex = 12;
            this.gvMx1businessFreeze.Width = 22;
            // 
            // gvMx1freezer
            // 
            this.gvMx1freezer.AppearanceCell.Options.UseFont = true;
            this.gvMx1freezer.Caption = "冻结人";
            this.gvMx1freezer.FieldName = "freezer";
            this.gvMx1freezer.MinWidth = 25;
            this.gvMx1freezer.MinWidth = 22;
            this.gvMx1freezer.Name = "gvMx1freezer";
            this.gvMx1freezer.Tag = "query_a.FREEZER";
            this.gvMx1freezer.Width = 100;
            this.gvMx1freezer.Width = 87;
            // 
            // gvMx1freezeTime
            // 
            this.gvMx1freezeTime.AppearanceCell.Options.UseFont = true;
            this.gvMx1freezeTime.Caption = "冻结时间";
            this.gvMx1freezeTime.FieldName = "freezeTime";
            this.gvMx1freezeTime.MinWidth = 25;
            this.gvMx1freezeTime.MinWidth = 22;
            this.gvMx1freezeTime.Name = "gvMx1freezeTime";
            this.gvMx1freezeTime.Tag = "query_a.FREEZE_TIME";
            this.gvMx1freezeTime.Width = 100;
            this.gvMx1freezeTime.Width = 87;
            // 
            // gvMx1terminator
            // 
            this.gvMx1terminator.AppearanceCell.Options.UseFont = true;
            this.gvMx1terminator.Caption = "终止人";
            this.gvMx1terminator.FieldName = "terminator";
            this.gvMx1terminator.MinWidth = 25;
            this.gvMx1terminator.MinWidth = 22;
            this.gvMx1terminator.Name = "gvMx1terminator";
            this.gvMx1terminator.Tag = "query_a.TERMINATOR";
            this.gvMx1terminator.Width = 100;
            this.gvMx1terminator.Width = 87;
            // 
            // gvMx1terminateTime
            // 
            this.gvMx1terminateTime.AppearanceCell.Options.UseFont = true;
            this.gvMx1terminateTime.Caption = "终止时间";
            this.gvMx1terminateTime.FieldName = "terminateTime";
            this.gvMx1terminateTime.MinWidth = 25;
            this.gvMx1terminateTime.MinWidth = 22;
            this.gvMx1terminateTime.Name = "gvMx1terminateTime";
            this.gvMx1terminateTime.Tag = "query_a.TERMINATE_TIME";
            this.gvMx1terminateTime.Width = 100;
            this.gvMx1terminateTime.Width = 87;
            // 
            // gvMx1totalReceivedQty
            // 
@@ -1425,10 +1467,10 @@
            this.gvMx1totalReceivedQty.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1totalReceivedQty.Caption = "累计收量";
            this.gvMx1totalReceivedQty.FieldName = "qty1";
            this.gvMx1totalReceivedQty.MinWidth = 25;
            this.gvMx1totalReceivedQty.MinWidth = 22;
            this.gvMx1totalReceivedQty.Name = "gvMx1totalReceivedQty";
            this.gvMx1totalReceivedQty.Tag = "query_a.TOTAL_RECEIVED_QTY";
            this.gvMx1totalReceivedQty.Width = 32;
            this.gvMx1totalReceivedQty.Width = 28;
            // 
            // gvMx1totalStoredQty
            // 
@@ -1439,10 +1481,10 @@
            this.gvMx1totalStoredQty.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1totalStoredQty.Caption = "累计入库量";
            this.gvMx1totalStoredQty.FieldName = "qty2";
            this.gvMx1totalStoredQty.MinWidth = 25;
            this.gvMx1totalStoredQty.MinWidth = 22;
            this.gvMx1totalStoredQty.Name = "gvMx1totalStoredQty";
            this.gvMx1totalStoredQty.Tag = "query_a.TOTAL_STORED_QTY";
            this.gvMx1totalStoredQty.Width = 28;
            this.gvMx1totalStoredQty.Width = 24;
            // 
            // gvMx1totalReturnedQty
            // 
@@ -1453,10 +1495,10 @@
            this.gvMx1totalReturnedQty.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1totalReturnedQty.Caption = "累计退量";
            this.gvMx1totalReturnedQty.FieldName = "qty3";
            this.gvMx1totalReturnedQty.MinWidth = 25;
            this.gvMx1totalReturnedQty.MinWidth = 22;
            this.gvMx1totalReturnedQty.Name = "gvMx1totalReturnedQty";
            this.gvMx1totalReturnedQty.Tag = "query_a.TOTAL_RETURNED_QTY";
            this.gvMx1totalReturnedQty.Width = 32;
            this.gvMx1totalReturnedQty.Width = 28;
            // 
            // gridColumn10
            // 
@@ -1466,9 +1508,9 @@
            this.gridColumn10.AppearanceHeader.Options.UseForeColor = true;
            this.gridColumn10.Caption = "累计验退";
            this.gridColumn10.FieldName = "qty4";
            this.gridColumn10.MinWidth = 25;
            this.gridColumn10.MinWidth = 22;
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.Width = 37;
            this.gridColumn10.Width = 32;
            // 
            // gvMx1remainingStoredQty
            // 
@@ -1479,12 +1521,12 @@
            this.gvMx1remainingStoredQty.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1remainingStoredQty.Caption = "剩余收料";
            this.gvMx1remainingStoredQty.FieldName = "qty5";
            this.gvMx1remainingStoredQty.MinWidth = 25;
            this.gvMx1remainingStoredQty.MinWidth = 22;
            this.gvMx1remainingStoredQty.Name = "gvMx1remainingStoredQty";
            this.gvMx1remainingStoredQty.Tag = "query_a.REMAINING_STORED_QTY";
            this.gvMx1remainingStoredQty.Visible = true;
            this.gvMx1remainingStoredQty.VisibleIndex = 4;
            this.gvMx1remainingStoredQty.Width = 32;
            this.gvMx1remainingStoredQty.VisibleIndex = 5;
            this.gvMx1remainingStoredQty.Width = 28;
            // 
            // gvMx1returnableReceivedQty
            // 
@@ -1495,10 +1537,10 @@
            this.gvMx1returnableReceivedQty.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1returnableReceivedQty.Caption = "剩余入库量";
            this.gvMx1returnableReceivedQty.FieldName = "qty6";
            this.gvMx1returnableReceivedQty.MinWidth = 25;
            this.gvMx1returnableReceivedQty.MinWidth = 22;
            this.gvMx1returnableReceivedQty.Name = "gvMx1returnableReceivedQty";
            this.gvMx1returnableReceivedQty.Tag = "query_a.RETURNABLE_RECEIVED_QTY";
            this.gvMx1returnableReceivedQty.Width = 32;
            this.gvMx1returnableReceivedQty.Width = 28;
            // 
            // gridColumn21
            // 
@@ -1508,9 +1550,9 @@
            this.gridColumn21.AppearanceHeader.Options.UseForeColor = true;
            this.gridColumn21.Caption = "库存可退量";
            this.gridColumn21.FieldName = "qty8";
            this.gridColumn21.MinWidth = 25;
            this.gridColumn21.MinWidth = 22;
            this.gridColumn21.Name = "gridColumn21";
            this.gridColumn21.Width = 94;
            this.gridColumn21.Width = 82;
            // 
            // gridColumn20
            // 
@@ -1520,11 +1562,11 @@
            this.gridColumn20.AppearanceHeader.Options.UseForeColor = true;
            this.gridColumn20.Caption = "累计实入库";
            this.gridColumn20.FieldName = "qty9";
            this.gridColumn20.MinWidth = 25;
            this.gridColumn20.MinWidth = 22;
            this.gridColumn20.Name = "gridColumn20";
            this.gridColumn20.Visible = true;
            this.gridColumn20.VisibleIndex = 5;
            this.gridColumn20.Width = 94;
            this.gridColumn20.VisibleIndex = 6;
            this.gridColumn20.Width = 82;
            // 
            // gvMx1returnableStoredQty
            // 
@@ -1535,88 +1577,88 @@
            this.gvMx1returnableStoredQty.AppearanceHeader.Options.UseForeColor = true;
            this.gvMx1returnableStoredQty.Caption = "收料可退量";
            this.gvMx1returnableStoredQty.FieldName = "qty7";
            this.gvMx1returnableStoredQty.MinWidth = 25;
            this.gvMx1returnableStoredQty.MinWidth = 22;
            this.gvMx1returnableStoredQty.Name = "gvMx1returnableStoredQty";
            this.gvMx1returnableStoredQty.Tag = "query_a.RETURNABLE_STORED_QTY";
            this.gvMx1returnableStoredQty.Width = 32;
            this.gvMx1returnableStoredQty.Width = 28;
            // 
            // gvMx1sourceDocumentType
            // 
            this.gvMx1sourceDocumentType.AppearanceCell.Options.UseFont = true;
            this.gvMx1sourceDocumentType.Caption = "来源单据类型";
            this.gvMx1sourceDocumentType.FieldName = "sourceDocumentType";
            this.gvMx1sourceDocumentType.MinWidth = 25;
            this.gvMx1sourceDocumentType.MinWidth = 22;
            this.gvMx1sourceDocumentType.Name = "gvMx1sourceDocumentType";
            this.gvMx1sourceDocumentType.Tag = "query_a.SOURCE_DOCUMENT_TYPE";
            this.gvMx1sourceDocumentType.Width = 36;
            this.gvMx1sourceDocumentType.Width = 31;
            // 
            // gvMx1planTrackingId
            // 
            this.gvMx1planTrackingId.AppearanceCell.Options.UseFont = true;
            this.gvMx1planTrackingId.Caption = "计划跟踪号";
            this.gvMx1planTrackingId.FieldName = "planTrackingId";
            this.gvMx1planTrackingId.MinWidth = 25;
            this.gvMx1planTrackingId.MinWidth = 22;
            this.gvMx1planTrackingId.Name = "gvMx1planTrackingId";
            this.gvMx1planTrackingId.Tag = "query_a.PLAN_TRACKING_ID";
            this.gvMx1planTrackingId.Width = 46;
            this.gvMx1planTrackingId.Width = 40;
            // 
            // gvMx1changeFlag
            // 
            this.gvMx1changeFlag.AppearanceCell.Options.UseFont = true;
            this.gvMx1changeFlag.Caption = "变更标识";
            this.gvMx1changeFlag.FieldName = "changeFlag";
            this.gvMx1changeFlag.MinWidth = 25;
            this.gvMx1changeFlag.MinWidth = 22;
            this.gvMx1changeFlag.Name = "gvMx1changeFlag";
            this.gvMx1changeFlag.Tag = "query_a.CHANGE_FLAG";
            this.gvMx1changeFlag.Width = 25;
            this.gvMx1changeFlag.Width = 22;
            // 
            // gvMx1demandDocumentLineId
            // 
            this.gvMx1demandDocumentLineId.AppearanceCell.Options.UseFont = true;
            this.gvMx1demandDocumentLineId.Caption = "需求单据行号";
            this.gvMx1demandDocumentLineId.FieldName = "demandDocumentLineId";
            this.gvMx1demandDocumentLineId.MinWidth = 25;
            this.gvMx1demandDocumentLineId.MinWidth = 22;
            this.gvMx1demandDocumentLineId.Name = "gvMx1demandDocumentLineId";
            this.gvMx1demandDocumentLineId.Tag = "query_a.DEMAND_DOCUMENT_LINE_ID";
            this.gvMx1demandDocumentLineId.Width = 100;
            this.gvMx1demandDocumentLineId.Width = 87;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "明细表主键Guid";
            this.gridColumn6.FieldName = "guid";
            this.gridColumn6.MinWidth = 25;
            this.gridColumn6.MinWidth = 22;
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Width = 94;
            this.gridColumn6.Width = 82;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "需求组织";
            this.gridColumn8.FieldName = "demandOrg";
            this.gridColumn8.MinWidth = 25;
            this.gridColumn8.MinWidth = 22;
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 15;
            this.gridColumn8.Width = 43;
            this.gridColumn8.VisibleIndex = 16;
            this.gridColumn8.Width = 38;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "委外订单编号";
            this.gridColumn9.FieldName = "outsourcingOrderId";
            this.gridColumn9.MinWidth = 25;
            this.gridColumn9.MinWidth = 22;
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 16;
            this.gridColumn9.Width = 94;
            this.gridColumn9.VisibleIndex = 17;
            this.gridColumn9.Width = 82;
            // 
            // gridColumn19
            // 
            this.gridColumn19.Caption = "到货记录";
            this.gridColumn19.ColumnEdit = this.rptHistory;
            this.gridColumn19.MinWidth = 25;
            this.gridColumn19.MinWidth = 22;
            this.gridColumn19.Name = "gridColumn19";
            this.gridColumn19.Visible = true;
            this.gridColumn19.VisibleIndex = 17;
            this.gridColumn19.Width = 94;
            this.gridColumn19.VisibleIndex = 18;
            this.gridColumn19.Width = 82;
            // 
            // rptHistory
            // 
@@ -1629,20 +1671,32 @@
            this.rptHistory.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            this.rptHistory.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.rptHistory_ButtonClick);
            // 
            // gv_mxxsdd
            //
            this.gv_mxxsdd.Caption = "销售订单";
            this.gv_mxxsdd.FieldName = "xsdd";
            this.gv_mxxsdd.GroupInterval = DevExpress.XtraGrid.ColumnGroupInterval.DateYear;
            this.gv_mxxsdd.Name = "gv_mxxsdd";
            this.gv_mxxsdd.Visible = true;
            this.gv_mxxsdd.VisibleIndex = 4;
            //
            // tabMxPage2
            // 
            this.tabMxPage2.Controls.Add(this.gcMx2);
            this.tabMxPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.tabMxPage2.Name = "tabMxPage2";
            this.tabMxPage2.Size = new System.Drawing.Size(1361, 426);
            this.tabMxPage2.Size = new System.Drawing.Size(1190, 328);
            this.tabMxPage2.Text = "到货明细";
            // 
            // gcMx2
            // 
            this.gcMx2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMx2.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMx2.Location = new System.Drawing.Point(0, 0);
            this.gcMx2.MainView = this.gvMx2;
            this.gcMx2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.gcMx2.Name = "gcMx2";
            this.gcMx2.Size = new System.Drawing.Size(1361, 426);
            this.gcMx2.Size = new System.Drawing.Size(1190, 328);
            this.gcMx2.TabIndex = 1;
            this.gcMx2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvMx2});
@@ -1651,7 +1705,7 @@
            // 
            this.gvMx2.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gvMx2.Appearance.HeaderPanel.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
            this.gvMx2.ColumnPanelRowHeight = 60;
            this.gvMx2.ColumnPanelRowHeight = 47;
            this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn13,
            this.gridColumn14,
@@ -1663,6 +1717,7 @@
            this.gridColumn48,
            this.gridColumn12,
            this.gridColumn18});
            this.gvMx2.DetailHeight = 272;
            this.gvMx2.GridControl = this.gcMx2;
            this.gvMx2.Name = "gvMx2";
            this.gvMx2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True;
@@ -1673,95 +1728,95 @@
            // 
            this.gridColumn13.Caption = "ERP中行ID";
            this.gridColumn13.FieldName = "ebelnK3id";
            this.gridColumn13.MinWidth = 25;
            this.gridColumn13.MinWidth = 22;
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.Visible = true;
            this.gridColumn13.VisibleIndex = 0;
            this.gridColumn13.Width = 46;
            this.gridColumn13.Width = 40;
            // 
            // gridColumn14
            // 
            this.gridColumn14.AppearanceCell.Options.UseFont = true;
            this.gridColumn14.Caption = "物料ID";
            this.gridColumn14.FieldName = "itemId";
            this.gridColumn14.MinWidth = 25;
            this.gridColumn14.MinWidth = 22;
            this.gridColumn14.Name = "gridColumn14";
            this.gridColumn14.Tag = "query_a.ITEM_ID";
            this.gridColumn14.Width = 100;
            this.gridColumn14.Width = 87;
            // 
            // gridColumn15
            // 
            this.gridColumn15.Caption = "物料编码";
            this.gridColumn15.FieldName = "itemNo";
            this.gridColumn15.MinWidth = 25;
            this.gridColumn15.MinWidth = 22;
            this.gridColumn15.Name = "gridColumn15";
            this.gridColumn15.Visible = true;
            this.gridColumn15.VisibleIndex = 2;
            this.gridColumn15.Width = 46;
            this.gridColumn15.Width = 40;
            // 
            // gridColumn16
            // 
            this.gridColumn16.Caption = "物料名称";
            this.gridColumn16.FieldName = "itemName";
            this.gridColumn16.MinWidth = 25;
            this.gridColumn16.MinWidth = 22;
            this.gridColumn16.Name = "gridColumn16";
            this.gridColumn16.Visible = true;
            this.gridColumn16.VisibleIndex = 3;
            this.gridColumn16.Width = 55;
            this.gridColumn16.Width = 48;
            // 
            // gridColumn17
            // 
            this.gridColumn17.AppearanceCell.Options.UseFont = true;
            this.gridColumn17.Caption = "物料规格";
            this.gridColumn17.FieldName = "itemModel";
            this.gridColumn17.MinWidth = 25;
            this.gridColumn17.MinWidth = 22;
            this.gridColumn17.Name = "gridColumn17";
            this.gridColumn17.Tag = "query_a.PRICING_QTY";
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 4;
            this.gridColumn17.Width = 25;
            this.gridColumn17.Width = 22;
            // 
            // gridColumn22
            // 
            this.gridColumn22.AppearanceCell.Options.UseFont = true;
            this.gridColumn22.Caption = "到货数量";
            this.gridColumn22.FieldName = "quantity";
            this.gridColumn22.MinWidth = 25;
            this.gridColumn22.MinWidth = 22;
            this.gridColumn22.Name = "gridColumn22";
            this.gridColumn22.Tag = "query_a.PURCHASE_QTY";
            this.gridColumn22.Visible = true;
            this.gridColumn22.VisibleIndex = 5;
            this.gridColumn22.Width = 25;
            this.gridColumn22.Width = 22;
            // 
            // gridColumn47
            // 
            this.gridColumn47.Caption = "收料人";
            this.gridColumn47.FieldName = "createBy";
            this.gridColumn47.MinWidth = 25;
            this.gridColumn47.MinWidth = 22;
            this.gridColumn47.Name = "gridColumn47";
            this.gridColumn47.Visible = true;
            this.gridColumn47.VisibleIndex = 7;
            this.gridColumn47.Width = 43;
            this.gridColumn47.Width = 38;
            // 
            // gridColumn48
            // 
            this.gridColumn48.Caption = "收料时间";
            this.gridColumn48.FieldName = "createDate";
            this.gridColumn48.MinWidth = 25;
            this.gridColumn48.MinWidth = 22;
            this.gridColumn48.Name = "gridColumn48";
            this.gridColumn48.Visible = true;
            this.gridColumn48.VisibleIndex = 8;
            this.gridColumn48.Width = 94;
            this.gridColumn48.Width = 82;
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "到货单号";
            this.gridColumn12.FieldName = "dhdh";
            this.gridColumn12.MinWidth = 25;
            this.gridColumn12.MinWidth = 22;
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 1;
            this.gridColumn12.Width = 94;
            this.gridColumn12.Width = 82;
            // 
            // gridColumn18
            // 
@@ -1771,19 +1826,20 @@
            this.gridColumn18.AppearanceHeader.Options.UseForeColor = true;
            this.gridColumn18.Caption = "实收数量";
            this.gridColumn18.FieldName = "sjQuantity";
            this.gridColumn18.MinWidth = 25;
            this.gridColumn18.MinWidth = 22;
            this.gridColumn18.Name = "gridColumn18";
            this.gridColumn18.Visible = true;
            this.gridColumn18.VisibleIndex = 6;
            this.gridColumn18.Width = 94;
            this.gridColumn18.Width = 82;
            // 
            // Frm_MesRohIn
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1365, 682);
            this.ClientSize = new System.Drawing.Size(1194, 530);
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
            this.Name = "Frm_MesRohIn";
            this.Text = "采购订单";
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
@@ -1975,5 +2031,7 @@
        private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit rptHistory;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn21;
        private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
        private DevExpress.XtraGrid.Columns.GridColumn gv_xsdd;
        private DevExpress.XtraGrid.Columns.GridColumn gv_mxxsdd;
    }
}