From f8fbfbc997530ebef786e3f4a4f4f7ce6711058b Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 03 一月 2025 10:30:24 +0800 Subject: [PATCH] 采购到货单 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs | 726 +++++++++++++++++++++++++++---------------------------- 1 files changed, 354 insertions(+), 372 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs index d703f0b..762dfd0 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemIns.Designer.cs @@ -59,7 +59,6 @@ this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu(); this.gcMain = new DevExpress.XtraGrid.GridControl(); this.gridView1 = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView(); - this.gv_status = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_fstatus = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_guid = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_reason = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); @@ -72,9 +71,7 @@ this.gv_checkQty = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_mmlist = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_ebeln = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gv_depotsCode = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_transctionNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gv_suppNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_factory = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_sapstatus = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_ischeck = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); @@ -99,7 +96,10 @@ this.gv_checkDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_insDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_fcheckDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); + this.bandedGridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_depotsId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); + this.gv_depotsCode = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); + this.gv_suppNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_suppId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_paperBillNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); this.gv_remark = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); @@ -108,29 +108,6 @@ this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); - this.panel1 = new System.Windows.Forms.Panel(); - this.txt_status = new DevExpress.XtraEditors.CheckEdit(); - this.txt_checkDate = new DevExpress.XtraEditors.TextEdit(); - this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); - this.lbGuid = new System.Windows.Forms.Label(); - this.picCheckBox = new System.Windows.Forms.PictureBox(); - this.bandedGridColumn1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); - this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand8 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand11 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand12 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand13 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.gridBand14 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); - this.txt_suppName = new DevExpress.XtraEditors.TextEdit(); - this.txt_dptName = new DevExpress.XtraEditors.TextEdit(); this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); this.gvMx1 = new DevExpress.XtraGrid.Views.Grid.GridView(); @@ -148,6 +125,28 @@ this.gvMx1depotCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1ebelnK3id = new DevExpress.XtraGrid.Columns.GridColumn(); this.gvMx1lineK3id = new DevExpress.XtraGrid.Columns.GridColumn(); + this.panel1 = new System.Windows.Forms.Panel(); + this.txt_dptName = new DevExpress.XtraEditors.TextEdit(); + this.txt_suppName = new DevExpress.XtraEditors.TextEdit(); + this.txt_status = new DevExpress.XtraEditors.CheckEdit(); + this.txt_checkDate = new DevExpress.XtraEditors.TextEdit(); + this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); + this.lbGuid = new System.Windows.Forms.Label(); + this.picCheckBox = new System.Windows.Forms.PictureBox(); + this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand9 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand8 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand11 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand12 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand13 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); + this.gridBand14 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); this.tabMxPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx2)).BeginInit(); @@ -165,15 +164,15 @@ this.xtraTabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); - this.panel1.SuspendLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_suppName.Properties)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).BeginInit(); this.xtraTabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).BeginInit(); + this.panel1.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_suppName.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).BeginInit(); this.SuspendLayout(); // // gvMx2itemId @@ -323,9 +322,8 @@ this.gvMx2lineK3id}); this.gvMx2.GridControl = this.gcMx2; this.gvMx2.Name = "gvMx2"; - this.gvMx2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; + this.gvMx2.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False; this.gvMx2.OptionsFind.ShowSearchNavButtons = false; - this.gvMx2.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.gvMx2.OptionsView.ShowGroupPanel = false; // // lb_suppId @@ -507,8 +505,8 @@ this.gridBand1, this.gridBand2, this.gridBand3, - this.gridBand4, this.gridBand5, + this.gridBand4, this.gridBand6, this.gridBand7, this.gridBand8, @@ -517,7 +515,6 @@ this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] { this.gv_guid, this.gv_billNo, - this.gv_status, this.gv_reason, this.gv_createBy, this.gv_createDate, @@ -568,29 +565,17 @@ this.gridView1.OptionsView.ShowColumnHeaders = false; this.gridView1.OptionsView.ShowGroupPanel = false; // - // gv_status - // - this.gv_status.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gv_status.AppearanceCell.Options.UseFont = true; - this.gv_status.Caption = "鐘舵�亅0-鏈鏍�1-瀹℃牳鍏ュ簱\\缁撴 "; - this.gv_status.FieldName = "status2"; - this.gv_status.MinWidth = 50; - this.gv_status.Name = "gv_status"; - this.gv_status.OptionsColumn.AllowEdit = false; - this.gv_status.Tag = "query_a.STATUS"; - this.gv_status.Visible = true; - this.gv_status.Width = 50; - // // gv_fstatus // this.gv_fstatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_fstatus.AppearanceCell.Options.UseFont = true; this.gv_fstatus.Caption = "f鐘舵�� | 0-鏈鏍� 1-瀹℃牳鍏ュ簱/缁撴 "; - this.gv_fstatus.FieldName = "fstatus"; + this.gv_fstatus.FieldName = "checkStatus"; this.gv_fstatus.MinWidth = 50; this.gv_fstatus.Name = "gv_fstatus"; this.gv_fstatus.OptionsColumn.AllowEdit = false; this.gv_fstatus.Tag = "query_a.FSTATUS"; + this.gv_fstatus.Visible = true; this.gv_fstatus.Width = 94; // // gv_guid @@ -725,18 +710,6 @@ this.gv_ebeln.Tag = "query_a.EBELN"; this.gv_ebeln.Width = 64; // - // gv_depotsCode - // - this.gv_depotsCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gv_depotsCode.AppearanceCell.Options.UseFont = true; - this.gv_depotsCode.Caption = "DEPOTS_CODE "; - this.gv_depotsCode.FieldName = "depotsCode"; - this.gv_depotsCode.MinWidth = 50; - this.gv_depotsCode.Name = "gv_depotsCode"; - this.gv_depotsCode.OptionsColumn.AllowEdit = false; - this.gv_depotsCode.Tag = "query_a.DEPOTS_CODE"; - this.gv_depotsCode.Width = 94; - // // gv_transctionNo // this.gv_transctionNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); @@ -748,19 +721,6 @@ this.gv_transctionNo.OptionsColumn.AllowEdit = false; this.gv_transctionNo.Tag = "query_a.TRANSCTION_NO"; this.gv_transctionNo.Width = 94; - // - // gv_suppNo - // - this.gv_suppNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); - this.gv_suppNo.AppearanceCell.Options.UseFont = true; - this.gv_suppNo.Caption = "渚涘簲鍟嗙紪鍙�"; - this.gv_suppNo.FieldName = "supNo"; - this.gv_suppNo.MinWidth = 100; - 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.Width = 100; // // gv_factory // @@ -1057,6 +1017,15 @@ this.gv_fcheckDate.Tag = "query_a.FCHECK_DATE"; this.gv_fcheckDate.Width = 138; // + // bandedGridColumn1 + // + this.bandedGridColumn1.Caption = "浠撳簱缂栧彿"; + this.bandedGridColumn1.FieldName = "depotCode"; + this.bandedGridColumn1.MinWidth = 100; + this.bandedGridColumn1.Name = "bandedGridColumn1"; + this.bandedGridColumn1.Visible = true; + this.bandedGridColumn1.Width = 100; + // // gv_depotsId // this.gv_depotsId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); @@ -1069,6 +1038,31 @@ this.gv_depotsId.Tag = "query_a.DEPOTS_ID"; this.gv_depotsId.Visible = true; this.gv_depotsId.Width = 134; + // + // gv_depotsCode + // + this.gv_depotsCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_depotsCode.AppearanceCell.Options.UseFont = true; + this.gv_depotsCode.Caption = "DEPOTS_CODE "; + this.gv_depotsCode.FieldName = "depotsCode"; + this.gv_depotsCode.MinWidth = 50; + this.gv_depotsCode.Name = "gv_depotsCode"; + this.gv_depotsCode.OptionsColumn.AllowEdit = false; + this.gv_depotsCode.Tag = "query_a.DEPOTS_CODE"; + this.gv_depotsCode.Width = 94; + // + // gv_suppNo + // + this.gv_suppNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_suppNo.AppearanceCell.Options.UseFont = true; + this.gv_suppNo.Caption = "渚涘簲鍟嗙紪鍙�"; + this.gv_suppNo.FieldName = "supNo"; + this.gv_suppNo.MinWidth = 100; + 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.Width = 100; // // gv_suppId // @@ -1161,280 +1155,6 @@ this.tabMxPage2, this.xtraTabPage3}); // - // panel1 - // - this.panel1.BackColor = System.Drawing.Color.White; - this.panel1.Controls.Add(this.txt_dptName); - this.panel1.Controls.Add(this.txt_suppName); - this.panel1.Controls.Add(this.txt_status); - this.panel1.Controls.Add(this.txt_checkDate); - this.panel1.Controls.Add(this.labelControl1); - this.panel1.Controls.Add(this.lbGuid); - this.panel1.Controls.Add(this.lb_suppId); - this.panel1.Controls.Add(this.lb_cbillNo); - this.panel1.Controls.Add(this.txt_cbillNo); - this.panel1.Controls.Add(this.lb_paperBillNo); - this.panel1.Controls.Add(this.txt_paperBillNo); - this.panel1.Controls.Add(this.lb_remark); - this.panel1.Controls.Add(this.txt_remark); - this.panel1.Controls.Add(this.lb_createDate); - this.panel1.Controls.Add(this.txt_createDate); - this.panel1.Controls.Add(this.lb_createBy); - this.panel1.Controls.Add(this.txt_createBy); - this.panel1.Controls.Add(this.lb_depotsId); - this.panel1.Controls.Add(this.lb_status); - this.panel1.Controls.Add(this.lb_billNo); - this.panel1.Controls.Add(this.txt_billNo); - this.panel1.Dock = System.Windows.Forms.DockStyle.Top; - this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); - this.panel1.Location = new System.Drawing.Point(0, 0); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(1346, 127); - this.panel1.TabIndex = 1; - // - // txt_status - // - this.txt_status.Location = new System.Drawing.Point(891, 21); - this.txt_status.Name = "txt_status"; - this.txt_status.Properties.Caption = ""; - this.txt_status.Size = new System.Drawing.Size(48, 24); - this.txt_status.TabIndex = 591; - // - // txt_checkDate - // - this.txt_checkDate.Location = new System.Drawing.Point(891, 53); - this.txt_checkDate.Name = "txt_checkDate"; - this.txt_checkDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txt_checkDate.Properties.Appearance.Options.UseFont = true; - this.txt_checkDate.Size = new System.Drawing.Size(174, 28); - this.txt_checkDate.TabIndex = 587; - // - // labelControl1 - // - this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.labelControl1.Appearance.Options.UseFont = true; - this.labelControl1.Location = new System.Drawing.Point(814, 57); - this.labelControl1.Name = "labelControl1"; - this.labelControl1.Size = new System.Drawing.Size(68, 21); - this.labelControl1.TabIndex = 586; - this.labelControl1.Text = "瀹℃牳鏃ユ湡"; - // - // lbGuid - // - this.lbGuid.AutoSize = true; - this.lbGuid.Location = new System.Drawing.Point(844, 63); - this.lbGuid.Name = "lbGuid"; - this.lbGuid.Size = new System.Drawing.Size(0, 21); - this.lbGuid.TabIndex = 1; - this.lbGuid.Visible = false; - // - // picCheckBox - // - this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck; - this.picCheckBox.Location = new System.Drawing.Point(961, 55); - this.picCheckBox.Name = "picCheckBox"; - this.picCheckBox.Size = new System.Drawing.Size(100, 50); - this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; - this.picCheckBox.TabIndex = 6; - this.picCheckBox.TabStop = false; - this.picCheckBox.Visible = false; - // - // bandedGridColumn1 - // - this.bandedGridColumn1.Caption = "浠撳簱缂栧彿"; - this.bandedGridColumn1.FieldName = "depotCode"; - this.bandedGridColumn1.MinWidth = 100; - this.bandedGridColumn1.Name = "bandedGridColumn1"; - this.bandedGridColumn1.Visible = true; - this.bandedGridColumn1.Width = 100; - // - // gridBand1 - // - this.gridBand1.AppearanceHeader.Options.UseTextOptions = true; - this.gridBand1.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; - this.gridBand1.Caption = "瀹℃牳"; - this.gridBand1.Columns.Add(this.gv_status); - this.gridBand1.Columns.Add(this.gv_fstatus); - this.gridBand1.Columns.Add(this.gv_guid); - this.gridBand1.Columns.Add(this.gv_reason); - this.gridBand1.Columns.Add(this.gv_lastupdateBy); - this.gridBand1.Columns.Add(this.gv_lastupdateDate); - this.gridBand1.Columns.Add(this.gv_userNoBack); - this.gridBand1.Columns.Add(this.gv_checkUser); - this.gridBand1.Columns.Add(this.gv_taskNo); - this.gridBand1.Columns.Add(this.gv_checkRes); - this.gridBand1.Columns.Add(this.gv_checkQty); - this.gridBand1.Columns.Add(this.gv_mmlist); - this.gridBand1.Columns.Add(this.gv_ebeln); - this.gridBand1.Columns.Add(this.gv_transctionNo); - this.gridBand1.Columns.Add(this.gv_factory); - this.gridBand1.Columns.Add(this.gv_sapstatus); - this.gridBand1.Columns.Add(this.gv_ischeck); - this.gridBand1.Columns.Add(this.gv_insby); - this.gridBand1.Columns.Add(this.gv_isVisual); - this.gridBand1.Columns.Add(this.gv_urgentFlag); - this.gridBand1.Columns.Add(this.gv_lineNo); - this.gridBand1.Columns.Add(this.gv_taskLino); - this.gridBand1.Columns.Add(this.gv_fbillno); - this.gridBand1.Columns.Add(this.gv_fbillLino); - this.gridBand1.Columns.Add(this.gv_custNo); - this.gridBand1.Columns.Add(this.gv_custName); - this.gridBand1.Columns.Add(this.gv_iqcReleaseNo); - this.gridBand1.Columns.Add(this.gv_pickIns); - this.gridBand1.Columns.Add(this.gv_fcheckUser); - this.gridBand1.Columns.Add(this.gv_rbillNo); - this.gridBand1.Columns.Add(this.gv_bgr); - this.gridBand1.MinWidth = 50; - this.gridBand1.Name = "gridBand1"; - this.gridBand1.VisibleIndex = 0; - this.gridBand1.Width = 50; - // - // gridBand2 - // - this.gridBand2.Caption = "鍏ュ簱鍗曞彿"; - this.gridBand2.Columns.Add(this.gv_billNo); - this.gridBand2.MinWidth = 180; - this.gridBand2.Name = "gridBand2"; - this.gridBand2.VisibleIndex = 1; - this.gridBand2.Width = 180; - // - // gridBand3 - // - this.gridBand3.Caption = "鍒拌揣鍗曞彿"; - this.gridBand3.Columns.Add(this.gv_cbillNo); - this.gridBand3.MinWidth = 180; - this.gridBand3.Name = "gridBand3"; - this.gridBand3.VisibleIndex = 2; - this.gridBand3.Width = 180; - // - // gridBand4 - // - this.gridBand4.Caption = "鍒涘缓鏃堕棿"; - this.gridBand4.Columns.Add(this.gv_createDate); - this.gridBand4.MinWidth = 180; - this.gridBand4.Name = "gridBand4"; - this.gridBand4.VisibleIndex = 3; - this.gridBand4.Width = 180; - // - // gridBand5 - // - this.gridBand5.Caption = "鍒涘缓浜�"; - this.gridBand5.Columns.Add(this.gv_createBy); - this.gridBand5.MinWidth = 80; - this.gridBand5.Name = "gridBand5"; - this.gridBand5.VisibleIndex = 4; - this.gridBand5.Width = 80; - // - // gridBand6 - // - this.gridBand6.Caption = "瀹℃牳鏃ユ湡"; - this.gridBand6.Columns.Add(this.gv_checkDate); - this.gridBand6.Columns.Add(this.gv_insDate); - this.gridBand6.Columns.Add(this.gv_fcheckDate); - this.gridBand6.MinWidth = 180; - this.gridBand6.Name = "gridBand6"; - this.gridBand6.VisibleIndex = 5; - this.gridBand6.Width = 180; - // - // gridBand7 - // - this.gridBand7.AppearanceHeader.Options.UseTextOptions = true; - this.gridBand7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - this.gridBand7.Caption = "鏀惰揣浠�"; - this.gridBand7.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { - this.gridBand10, - this.gridBand9}); - this.gridBand7.Name = "gridBand7"; - this.gridBand7.VisibleIndex = 6; - this.gridBand7.Width = 234; - // - // gridBand10 - // - this.gridBand10.Caption = "浠撳簱缂栧彿"; - this.gridBand10.Columns.Add(this.bandedGridColumn1); - this.gridBand10.MinWidth = 50; - this.gridBand10.Name = "gridBand10"; - this.gridBand10.VisibleIndex = 0; - this.gridBand10.Width = 100; - // - // gridBand9 - // - this.gridBand9.Caption = "浠撳簱鍚嶇О"; - this.gridBand9.Columns.Add(this.gv_depotsId); - this.gridBand9.Columns.Add(this.gv_depotsCode); - this.gridBand9.MinWidth = 80; - this.gridBand9.Name = "gridBand9"; - this.gridBand9.VisibleIndex = 1; - this.gridBand9.Width = 134; - // - // gridBand8 - // - this.gridBand8.AppearanceHeader.Options.UseTextOptions = true; - this.gridBand8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - this.gridBand8.Caption = "渚涘簲鍟�"; - this.gridBand8.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { - this.gridBand11, - this.gridBand12}); - this.gridBand8.Name = "gridBand8"; - this.gridBand8.VisibleIndex = 7; - this.gridBand8.Width = 250; - // - // gridBand11 - // - this.gridBand11.Caption = "渚涘簲鍟嗙紪鍙�"; - this.gridBand11.Columns.Add(this.gv_suppNo); - this.gridBand11.MinWidth = 50; - this.gridBand11.Name = "gridBand11"; - this.gridBand11.VisibleIndex = 0; - this.gridBand11.Width = 100; - // - // gridBand12 - // - this.gridBand12.Caption = "渚涘簲鍟嗗悕绉�"; - this.gridBand12.Columns.Add(this.gv_suppId); - this.gridBand12.MinWidth = 100; - this.gridBand12.Name = "gridBand12"; - this.gridBand12.VisibleIndex = 1; - this.gridBand12.Width = 150; - // - // gridBand13 - // - this.gridBand13.Caption = "閫佽揣鍗曞彿"; - this.gridBand13.Columns.Add(this.gv_paperBillNo); - this.gridBand13.MinWidth = 120; - this.gridBand13.Name = "gridBand13"; - this.gridBand13.VisibleIndex = 8; - this.gridBand13.Width = 120; - // - // gridBand14 - // - this.gridBand14.Caption = "澶囨敞淇℃伅"; - this.gridBand14.Columns.Add(this.gv_remark); - this.gridBand14.MinWidth = 120; - this.gridBand14.Name = "gridBand14"; - this.gridBand14.VisibleIndex = 9; - this.gridBand14.Width = 120; - // - // txt_suppName - // - this.txt_suppName.Location = new System.Drawing.Point(99, 53); - this.txt_suppName.Name = "txt_suppName"; - this.txt_suppName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txt_suppName.Properties.Appearance.Options.UseFont = true; - this.txt_suppName.Size = new System.Drawing.Size(228, 28); - this.txt_suppName.TabIndex = 592; - this.txt_suppName.Tag = "readonly"; - // - // txt_dptName - // - this.txt_dptName.Location = new System.Drawing.Point(99, 87); - this.txt_dptName.Name = "txt_dptName"; - this.txt_dptName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); - this.txt_dptName.Properties.Appearance.Options.UseFont = true; - this.txt_dptName.Size = new System.Drawing.Size(228, 28); - this.txt_dptName.TabIndex = 593; - this.txt_dptName.Tag = "readonly"; - // // xtraTabPage3 // this.xtraTabPage3.Controls.Add(this.gcMx1); @@ -1474,7 +1194,6 @@ this.gvMx1.Name = "gvMx1"; this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; this.gvMx1.OptionsFind.ShowSearchNavButtons = false; - this.gvMx1.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom; this.gvMx1.OptionsView.ShowGroupPanel = false; // // gvMx1guid @@ -1657,6 +1376,270 @@ this.gvMx1lineK3id.VisibleIndex = 12; this.gvMx1lineK3id.Width = 94; // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.White; + this.panel1.Controls.Add(this.txt_dptName); + this.panel1.Controls.Add(this.txt_suppName); + this.panel1.Controls.Add(this.txt_status); + this.panel1.Controls.Add(this.txt_checkDate); + this.panel1.Controls.Add(this.labelControl1); + this.panel1.Controls.Add(this.lbGuid); + this.panel1.Controls.Add(this.lb_suppId); + this.panel1.Controls.Add(this.lb_cbillNo); + this.panel1.Controls.Add(this.txt_cbillNo); + this.panel1.Controls.Add(this.lb_paperBillNo); + this.panel1.Controls.Add(this.txt_paperBillNo); + this.panel1.Controls.Add(this.lb_remark); + this.panel1.Controls.Add(this.txt_remark); + this.panel1.Controls.Add(this.lb_createDate); + this.panel1.Controls.Add(this.txt_createDate); + this.panel1.Controls.Add(this.lb_createBy); + this.panel1.Controls.Add(this.txt_createBy); + this.panel1.Controls.Add(this.lb_depotsId); + this.panel1.Controls.Add(this.lb_status); + this.panel1.Controls.Add(this.lb_billNo); + this.panel1.Controls.Add(this.txt_billNo); + this.panel1.Dock = System.Windows.Forms.DockStyle.Top; + this.panel1.Font = new System.Drawing.Font("Tahoma", 10F); + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(1346, 127); + this.panel1.TabIndex = 1; + // + // txt_dptName + // + this.txt_dptName.Location = new System.Drawing.Point(99, 87); + this.txt_dptName.Name = "txt_dptName"; + this.txt_dptName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_dptName.Properties.Appearance.Options.UseFont = true; + this.txt_dptName.Size = new System.Drawing.Size(228, 28); + this.txt_dptName.TabIndex = 593; + this.txt_dptName.Tag = "readonly"; + // + // txt_suppName + // + this.txt_suppName.Location = new System.Drawing.Point(99, 53); + this.txt_suppName.Name = "txt_suppName"; + this.txt_suppName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_suppName.Properties.Appearance.Options.UseFont = true; + this.txt_suppName.Size = new System.Drawing.Size(228, 28); + this.txt_suppName.TabIndex = 592; + this.txt_suppName.Tag = "readonly"; + // + // txt_status + // + this.txt_status.Location = new System.Drawing.Point(891, 21); + this.txt_status.Name = "txt_status"; + this.txt_status.Properties.Caption = ""; + this.txt_status.Size = new System.Drawing.Size(48, 24); + this.txt_status.TabIndex = 591; + // + // txt_checkDate + // + this.txt_checkDate.Location = new System.Drawing.Point(891, 53); + this.txt_checkDate.Name = "txt_checkDate"; + this.txt_checkDate.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.txt_checkDate.Properties.Appearance.Options.UseFont = true; + this.txt_checkDate.Size = new System.Drawing.Size(174, 28); + this.txt_checkDate.TabIndex = 587; + // + // labelControl1 + // + this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.labelControl1.Appearance.Options.UseFont = true; + this.labelControl1.Location = new System.Drawing.Point(814, 57); + this.labelControl1.Name = "labelControl1"; + this.labelControl1.Size = new System.Drawing.Size(68, 21); + this.labelControl1.TabIndex = 586; + this.labelControl1.Text = "瀹℃牳鏃ユ湡"; + // + // lbGuid + // + this.lbGuid.AutoSize = true; + this.lbGuid.Location = new System.Drawing.Point(844, 63); + this.lbGuid.Name = "lbGuid"; + this.lbGuid.Size = new System.Drawing.Size(0, 21); + this.lbGuid.TabIndex = 1; + this.lbGuid.Visible = false; + // + // picCheckBox + // + this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck; + this.picCheckBox.Location = new System.Drawing.Point(961, 55); + this.picCheckBox.Name = "picCheckBox"; + this.picCheckBox.Size = new System.Drawing.Size(100, 50); + this.picCheckBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; + this.picCheckBox.TabIndex = 6; + this.picCheckBox.TabStop = false; + this.picCheckBox.Visible = false; + // + // gridBand1 + // + this.gridBand1.AppearanceHeader.Options.UseTextOptions = true; + this.gridBand1.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap; + this.gridBand1.Caption = "瀹℃牳"; + this.gridBand1.Columns.Add(this.gv_fstatus); + this.gridBand1.Columns.Add(this.gv_guid); + this.gridBand1.Columns.Add(this.gv_reason); + this.gridBand1.Columns.Add(this.gv_lastupdateBy); + this.gridBand1.Columns.Add(this.gv_lastupdateDate); + this.gridBand1.Columns.Add(this.gv_userNoBack); + this.gridBand1.Columns.Add(this.gv_checkUser); + this.gridBand1.Columns.Add(this.gv_taskNo); + this.gridBand1.Columns.Add(this.gv_checkRes); + this.gridBand1.Columns.Add(this.gv_checkQty); + this.gridBand1.Columns.Add(this.gv_mmlist); + this.gridBand1.Columns.Add(this.gv_ebeln); + this.gridBand1.Columns.Add(this.gv_transctionNo); + this.gridBand1.Columns.Add(this.gv_factory); + this.gridBand1.Columns.Add(this.gv_sapstatus); + this.gridBand1.Columns.Add(this.gv_ischeck); + this.gridBand1.Columns.Add(this.gv_insby); + this.gridBand1.Columns.Add(this.gv_isVisual); + this.gridBand1.Columns.Add(this.gv_urgentFlag); + this.gridBand1.Columns.Add(this.gv_lineNo); + this.gridBand1.Columns.Add(this.gv_taskLino); + this.gridBand1.Columns.Add(this.gv_fbillno); + this.gridBand1.Columns.Add(this.gv_fbillLino); + this.gridBand1.Columns.Add(this.gv_custNo); + this.gridBand1.Columns.Add(this.gv_custName); + this.gridBand1.Columns.Add(this.gv_iqcReleaseNo); + this.gridBand1.Columns.Add(this.gv_pickIns); + this.gridBand1.Columns.Add(this.gv_fcheckUser); + this.gridBand1.Columns.Add(this.gv_rbillNo); + this.gridBand1.Columns.Add(this.gv_bgr); + this.gridBand1.MinWidth = 50; + this.gridBand1.Name = "gridBand1"; + this.gridBand1.VisibleIndex = 0; + this.gridBand1.Width = 94; + // + // gridBand2 + // + this.gridBand2.Caption = "鍏ュ簱鍗曞彿"; + this.gridBand2.Columns.Add(this.gv_billNo); + this.gridBand2.MinWidth = 180; + this.gridBand2.Name = "gridBand2"; + this.gridBand2.VisibleIndex = 1; + this.gridBand2.Width = 180; + // + // gridBand3 + // + this.gridBand3.Caption = "鍒拌揣鍗曞彿"; + this.gridBand3.Columns.Add(this.gv_cbillNo); + this.gridBand3.MinWidth = 180; + this.gridBand3.Name = "gridBand3"; + this.gridBand3.VisibleIndex = 2; + this.gridBand3.Width = 180; + // + // gridBand5 + // + this.gridBand5.Caption = "鍒涘缓浜�"; + this.gridBand5.Columns.Add(this.gv_createBy); + this.gridBand5.MinWidth = 80; + this.gridBand5.Name = "gridBand5"; + this.gridBand5.VisibleIndex = 3; + this.gridBand5.Width = 80; + // + // gridBand4 + // + this.gridBand4.Caption = "鍒涘缓鏃堕棿"; + this.gridBand4.Columns.Add(this.gv_createDate); + this.gridBand4.MinWidth = 180; + this.gridBand4.Name = "gridBand4"; + this.gridBand4.VisibleIndex = 4; + this.gridBand4.Width = 180; + // + // gridBand6 + // + this.gridBand6.Caption = "瀹℃牳鏃ユ湡"; + this.gridBand6.Columns.Add(this.gv_checkDate); + this.gridBand6.Columns.Add(this.gv_insDate); + this.gridBand6.Columns.Add(this.gv_fcheckDate); + this.gridBand6.MinWidth = 180; + this.gridBand6.Name = "gridBand6"; + this.gridBand6.VisibleIndex = 5; + this.gridBand6.Width = 180; + // + // gridBand7 + // + this.gridBand7.AppearanceHeader.Options.UseTextOptions = true; + this.gridBand7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + this.gridBand7.Caption = "鏀惰揣浠�"; + this.gridBand7.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { + this.gridBand10, + this.gridBand9}); + this.gridBand7.Name = "gridBand7"; + this.gridBand7.VisibleIndex = 6; + this.gridBand7.Width = 234; + // + // gridBand10 + // + this.gridBand10.Caption = "浠撳簱缂栧彿"; + this.gridBand10.Columns.Add(this.bandedGridColumn1); + this.gridBand10.MinWidth = 50; + this.gridBand10.Name = "gridBand10"; + this.gridBand10.VisibleIndex = 0; + this.gridBand10.Width = 100; + // + // gridBand9 + // + this.gridBand9.Caption = "浠撳簱鍚嶇О"; + this.gridBand9.Columns.Add(this.gv_depotsId); + this.gridBand9.Columns.Add(this.gv_depotsCode); + this.gridBand9.MinWidth = 80; + this.gridBand9.Name = "gridBand9"; + this.gridBand9.VisibleIndex = 1; + this.gridBand9.Width = 134; + // + // gridBand8 + // + this.gridBand8.AppearanceHeader.Options.UseTextOptions = true; + this.gridBand8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + this.gridBand8.Caption = "渚涘簲鍟�"; + this.gridBand8.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] { + this.gridBand11, + this.gridBand12}); + this.gridBand8.Name = "gridBand8"; + this.gridBand8.VisibleIndex = 7; + this.gridBand8.Width = 250; + // + // gridBand11 + // + this.gridBand11.Caption = "渚涘簲鍟嗙紪鍙�"; + this.gridBand11.Columns.Add(this.gv_suppNo); + this.gridBand11.MinWidth = 50; + this.gridBand11.Name = "gridBand11"; + this.gridBand11.VisibleIndex = 0; + this.gridBand11.Width = 100; + // + // gridBand12 + // + this.gridBand12.Caption = "渚涘簲鍟嗗悕绉�"; + this.gridBand12.Columns.Add(this.gv_suppId); + this.gridBand12.MinWidth = 100; + this.gridBand12.Name = "gridBand12"; + this.gridBand12.VisibleIndex = 1; + this.gridBand12.Width = 150; + // + // gridBand13 + // + this.gridBand13.Caption = "閫佽揣鍗曞彿"; + this.gridBand13.Columns.Add(this.gv_paperBillNo); + this.gridBand13.MinWidth = 120; + this.gridBand13.Name = "gridBand13"; + this.gridBand13.VisibleIndex = 8; + this.gridBand13.Width = 120; + // + // gridBand14 + // + this.gridBand14.Caption = "澶囨敞淇℃伅"; + this.gridBand14.Columns.Add(this.gv_remark); + this.gridBand14.MinWidth = 120; + this.gridBand14.Name = "gridBand14"; + this.gridBand14.VisibleIndex = 9; + this.gridBand14.Width = 120; + // // Frm_MesInvItemIns // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -1684,16 +1667,16 @@ this.xtraTabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); - this.panel1.ResumeLayout(false); - this.panel1.PerformLayout(); - ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_suppName.Properties)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).EndInit(); this.xtraTabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gcMx1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.gvMx1)).EndInit(); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.txt_dptName.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_suppName.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.picCheckBox)).EndInit(); this.ResumeLayout(false); } @@ -1745,7 +1728,6 @@ private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView gridView1; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_guid; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_billNo; - private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_status; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_depotsId; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_reason; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_createBy; @@ -1792,20 +1774,6 @@ private DevExpress.XtraEditors.CheckEdit txt_status; private System.Windows.Forms.PictureBox picCheckBox; private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn bandedGridColumn1; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand2; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand3; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand4; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand5; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand6; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand7; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand10; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand9; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand8; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand11; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand12; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand13; - private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand14; private DevExpress.XtraEditors.TextEdit txt_suppName; private DevExpress.XtraEditors.TextEdit txt_dptName; private DevExpress.XtraTab.XtraTabPage xtraTabPage3; @@ -1825,5 +1793,19 @@ private DevExpress.XtraGrid.Columns.GridColumn gvMx1depotCode; private DevExpress.XtraGrid.Columns.GridColumn gvMx1ebelnK3id; private DevExpress.XtraGrid.Columns.GridColumn gvMx1lineK3id; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand2; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand3; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand5; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand4; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand6; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand7; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand10; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand9; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand8; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand11; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand12; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand13; + private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand14; } } \ No newline at end of file -- Gitblit v1.9.3