| | |
| | | this.split1 = new DevExpress.XtraEditors.SplitContainerControl(); |
| | | this.gcMain1 = new DevExpress.XtraGrid.GridControl(); |
| | | this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_status = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_isFinish = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_isOut = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_billNo = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_lastUpdateUser = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_lastUpdateTime = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_checkUser = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_checkDate = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_returnMethod = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_returnType = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_depotId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_suppId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.pageBar1 = new UserControls.Data.UcPageBar(); |
| | | this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); |
| | |
| | | this.txt_remark = new DevExpress.XtraEditors.TextEdit(); |
| | | this.txt_checkUser = new DevExpress.XtraEditors.TextEdit(); |
| | | this.txt_status = new DevExpress.XtraEditors.CheckEdit(); |
| | | this.lastUpdateUser = new DevExpress.XtraEditors.TextEdit(); |
| | | this.lastUpdateTime = new DevExpress.XtraEditors.TextEdit(); |
| | | this.txt_lastUpdateUser = new DevExpress.XtraEditors.TextEdit(); |
| | | this.txt_lastUpdateTime = new DevExpress.XtraEditors.TextEdit(); |
| | | this.txt_guid = new DevExpress.XtraEditors.TextEdit(); |
| | | this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_checkUser.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.lastUpdateUser.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.lastUpdateTime.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateUser.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateTime.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit(); |
| | |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.ColumnPanelRowHeight = 50; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gridColumn1, |
| | | this.gv_status, |
| | | this.gv_isFinish, |
| | | this.gv_isOut, |
| | | this.gv_billNo, |
| | | this.gv_lastUpdateUser, |
| | | this.gv_lastUpdateTime, |
| | | this.gv_checkUser, |
| | | this.gv_checkDate, |
| | | this.gv_returnMethod, |
| | | this.gv_returnType, |
| | | this.gv_depotId, |
| | | this.gv_suppId, |
| | | this.gv_remark}); |
| | | this.gridView1.GridControl = this.gcMain1; |
| | | this.gridView1.IndicatorWidth = 50; |
| | |
| | | this.gridView1.OptionsFind.ShowSearchNavButtons = false; |
| | | this.gridView1.OptionsView.ShowAutoFilterRow = true; |
| | | this.gridView1.OptionsView.ShowGroupPanel = false; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "退货组织"; |
| | | this.gridColumn1.FieldName = "receivingOrg"; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.Tag = "org.fnamber"; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 0; |
| | | this.gridColumn1.Width = 250; |
| | | // |
| | | // gv_status |
| | | // |
| | |
| | | this.gv_status.OptionsColumn.AllowEdit = false; |
| | | this.gv_status.Tag = "query_a.STATUS"; |
| | | this.gv_status.Visible = true; |
| | | this.gv_status.VisibleIndex = 1; |
| | | this.gv_status.VisibleIndex = 0; |
| | | this.gv_status.Width = 50; |
| | | // |
| | | // gv_isFinish |
| | | // |
| | | this.gv_isFinish.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isFinish.Caption = "是否完成"; |
| | | this.gv_isFinish.FieldName = "isFinish"; |
| | | this.gv_isFinish.MaxWidth = 50; |
| | | this.gv_isFinish.MinWidth = 50; |
| | | this.gv_isFinish.Name = "gv_isFinish"; |
| | | this.gv_isFinish.OptionsColumn.AllowEdit = false; |
| | | this.gv_isFinish.Tag = "query_a.IS_FINISH"; |
| | | this.gv_isFinish.Visible = true; |
| | | this.gv_isFinish.VisibleIndex = 2; |
| | | this.gv_isFinish.Width = 50; |
| | | // |
| | | // gv_isOut |
| | | // |
| | | this.gv_isOut.AppearanceCell.Options.UseFont = true; |
| | | this.gv_isOut.Caption = "委外标识"; |
| | | this.gv_isOut.FieldName = "isOut"; |
| | | this.gv_isOut.MaxWidth = 50; |
| | | this.gv_isOut.MinWidth = 50; |
| | | this.gv_isOut.Name = "gv_isOut"; |
| | | this.gv_isOut.OptionsColumn.AllowEdit = false; |
| | | this.gv_isOut.Tag = "query_a.IS_OUT"; |
| | | this.gv_isOut.Visible = true; |
| | | this.gv_isOut.VisibleIndex = 3; |
| | | this.gv_isOut.Width = 50; |
| | | // |
| | | // 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 = 4; |
| | | this.gv_billNo.VisibleIndex = 1; |
| | | this.gv_billNo.Width = 120; |
| | | // |
| | | // gv_lastUpdateUser |
| | |
| | | this.gv_lastUpdateUser.OptionsColumn.AllowEdit = false; |
| | | this.gv_lastUpdateUser.Tag = "query_a.LAST_UPDATE_USER"; |
| | | this.gv_lastUpdateUser.Visible = true; |
| | | this.gv_lastUpdateUser.VisibleIndex = 5; |
| | | this.gv_lastUpdateUser.VisibleIndex = 2; |
| | | this.gv_lastUpdateUser.Width = 94; |
| | | // |
| | | // gv_lastUpdateTime |
| | |
| | | this.gv_lastUpdateTime.OptionsColumn.AllowEdit = false; |
| | | this.gv_lastUpdateTime.Tag = "query_a.LAST_UPDATE_TIME"; |
| | | this.gv_lastUpdateTime.Visible = true; |
| | | this.gv_lastUpdateTime.VisibleIndex = 6; |
| | | this.gv_lastUpdateTime.VisibleIndex = 3; |
| | | this.gv_lastUpdateTime.Width = 180; |
| | | // |
| | | // 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 = 7; |
| | | this.gv_checkUser.VisibleIndex = 4; |
| | | this.gv_checkUser.Width = 94; |
| | | // |
| | | // 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 = 8; |
| | | this.gv_checkDate.VisibleIndex = 5; |
| | | this.gv_checkDate.Width = 94; |
| | | // |
| | | // gv_returnMethod |
| | | // |
| | | this.gv_returnMethod.AppearanceCell.Options.UseFont = true; |
| | | this.gv_returnMethod.Caption = "退料方式 "; |
| | | this.gv_returnMethod.FieldName = "returnMethod"; |
| | | this.gv_returnMethod.Name = "gv_returnMethod"; |
| | | this.gv_returnMethod.OptionsColumn.AllowEdit = false; |
| | | this.gv_returnMethod.Tag = "query_a.RETURN_METHOD"; |
| | | this.gv_returnMethod.Visible = true; |
| | | this.gv_returnMethod.VisibleIndex = 9; |
| | | this.gv_returnMethod.Width = 94; |
| | | // |
| | | // gv_returnType |
| | | // |
| | | this.gv_returnType.AppearanceCell.Options.UseFont = true; |
| | | this.gv_returnType.Caption = "退料类型 "; |
| | | this.gv_returnType.Caption = "退库类型 "; |
| | | this.gv_returnType.FieldName = "returnType"; |
| | | this.gv_returnType.Name = "gv_returnType"; |
| | | this.gv_returnType.OptionsColumn.AllowEdit = false; |
| | | this.gv_returnType.Tag = "query_a.RETURN_TYPE"; |
| | | this.gv_returnType.Visible = true; |
| | | this.gv_returnType.VisibleIndex = 10; |
| | | this.gv_returnType.VisibleIndex = 6; |
| | | this.gv_returnType.Width = 94; |
| | | // |
| | | // gv_depotId |
| | |
| | | this.gv_depotId.OptionsColumn.AllowEdit = false; |
| | | this.gv_depotId.Tag = "query_a.DEPOT_ID"; |
| | | this.gv_depotId.Visible = true; |
| | | this.gv_depotId.VisibleIndex = 11; |
| | | this.gv_depotId.VisibleIndex = 7; |
| | | this.gv_depotId.Width = 94; |
| | | // |
| | | // gv_suppId |
| | | // |
| | | this.gv_suppId.AppearanceCell.Options.UseFont = true; |
| | | this.gv_suppId.Caption = "供应商"; |
| | | this.gv_suppId.FieldName = "supName"; |
| | | 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 = 12; |
| | | this.gv_suppId.Width = 94; |
| | | // |
| | | // gv_remark |
| | | // |
| | |
| | | this.gv_remark.OptionsColumn.AllowEdit = false; |
| | | this.gv_remark.Tag = "query_a.REMARK"; |
| | | this.gv_remark.Visible = true; |
| | | this.gv_remark.VisibleIndex = 13; |
| | | this.gv_remark.VisibleIndex = 8; |
| | | this.gv_remark.Width = 94; |
| | | // |
| | | // pageBar1 |
| | |
| | | this.layoutMx1.Controls.Add(this.txt_remark); |
| | | this.layoutMx1.Controls.Add(this.txt_checkUser); |
| | | this.layoutMx1.Controls.Add(this.txt_status); |
| | | this.layoutMx1.Controls.Add(this.lastUpdateUser); |
| | | this.layoutMx1.Controls.Add(this.lastUpdateTime); |
| | | this.layoutMx1.Controls.Add(this.txt_lastUpdateUser); |
| | | this.layoutMx1.Controls.Add(this.txt_lastUpdateTime); |
| | | this.layoutMx1.Controls.Add(this.txt_guid); |
| | | this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; |
| | | this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
| | |
| | | this.btnSelect.Size = new System.Drawing.Size(116, 27); |
| | | this.btnSelect.StyleController = this.layoutMx1; |
| | | this.btnSelect.TabIndex = 525; |
| | | this.btnSelect.Text = "选择退货明细"; |
| | | this.btnSelect.Text = "选择退库明细"; |
| | | // |
| | | // lbGuid |
| | | // |
| | |
| | | this.txt_status.TabIndex = 528; |
| | | this.txt_status.Tag = "readonly"; |
| | | // |
| | | // lastUpdateUser |
| | | // txt_lastUpdateUser |
| | | // |
| | | this.lastUpdateUser.Location = new System.Drawing.Point(656, 12); |
| | | this.lastUpdateUser.Name = "lastUpdateUser"; |
| | | this.lastUpdateUser.Size = new System.Drawing.Size(165, 24); |
| | | this.lastUpdateUser.StyleController = this.layoutMx1; |
| | | this.lastUpdateUser.TabIndex = 530; |
| | | this.lastUpdateUser.Tag = "readonly"; |
| | | this.txt_lastUpdateUser.Location = new System.Drawing.Point(656, 12); |
| | | this.txt_lastUpdateUser.Name = "txt_lastUpdateUser"; |
| | | this.txt_lastUpdateUser.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_lastUpdateUser.StyleController = this.layoutMx1; |
| | | this.txt_lastUpdateUser.TabIndex = 530; |
| | | this.txt_lastUpdateUser.Tag = "readonly"; |
| | | // |
| | | // lastUpdateTime |
| | | // txt_lastUpdateTime |
| | | // |
| | | this.lastUpdateTime.Location = new System.Drawing.Point(656, 43); |
| | | this.lastUpdateTime.Name = "lastUpdateTime"; |
| | | this.lastUpdateTime.Size = new System.Drawing.Size(165, 24); |
| | | this.lastUpdateTime.StyleController = this.layoutMx1; |
| | | this.lastUpdateTime.TabIndex = 531; |
| | | this.lastUpdateTime.Tag = "readonly"; |
| | | this.txt_lastUpdateTime.Location = new System.Drawing.Point(656, 43); |
| | | this.txt_lastUpdateTime.Name = "txt_lastUpdateTime"; |
| | | this.txt_lastUpdateTime.Size = new System.Drawing.Size(165, 24); |
| | | this.txt_lastUpdateTime.StyleController = this.layoutMx1; |
| | | this.txt_lastUpdateTime.TabIndex = 531; |
| | | this.txt_lastUpdateTime.Tag = "readonly"; |
| | | // |
| | | // txt_guid |
| | | // |
| | |
| | | this.layoutControlItem9.Name = "layoutControlItem9"; |
| | | this.layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 3; |
| | | this.layoutControlItem9.Size = new System.Drawing.Size(272, 31); |
| | | this.layoutControlItem9.Text = "审核人"; |
| | | this.layoutControlItem9.Text = "审核人员"; |
| | | this.layoutControlItem9.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | | // layoutControlItem10 |
| | |
| | | // |
| | | // layoutControlItem14 |
| | | // |
| | | this.layoutControlItem14.Control = this.lastUpdateUser; |
| | | this.layoutControlItem14.Control = this.txt_lastUpdateUser; |
| | | this.layoutControlItem14.Location = new System.Drawing.Point(542, 0); |
| | | this.layoutControlItem14.Name = "layoutControlItem14"; |
| | | this.layoutControlItem14.OptionsTableLayoutItem.ColumnIndex = 2; |
| | | this.layoutControlItem14.Size = new System.Drawing.Size(271, 31); |
| | | this.layoutControlItem14.Text = "最后更新人"; |
| | | this.layoutControlItem14.Text = "最后更新人员"; |
| | | this.layoutControlItem14.TextSize = new System.Drawing.Size(90, 18); |
| | | // |
| | | // layoutControlItem15 |
| | | // |
| | | this.layoutControlItem15.Control = this.lastUpdateTime; |
| | | this.layoutControlItem15.Control = this.txt_lastUpdateTime; |
| | | this.layoutControlItem15.Location = new System.Drawing.Point(542, 31); |
| | | this.layoutControlItem15.Name = "layoutControlItem15"; |
| | | this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 2; |
| | |
| | | // |
| | | // rkmxGuid |
| | | // |
| | | this.rkmxGuid.Caption = "gridColumn1"; |
| | | this.rkmxGuid.Caption = "入库明细表Guid"; |
| | | this.rkmxGuid.FieldName = "rkmxGuid"; |
| | | this.rkmxGuid.MinWidth = 25; |
| | | this.rkmxGuid.Name = "rkmxGuid"; |
| | |
| | | // gvMx1id |
| | | // |
| | | this.gvMx1id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1id.Caption = "ID "; |
| | | this.gvMx1id.Caption = "申请明细Guid"; |
| | | this.gvMx1id.FieldName = "id"; |
| | | this.gvMx1id.MinWidth = 50; |
| | | this.gvMx1id.Name = "gvMx1id"; |
| | |
| | | // gvMx1mid |
| | | // |
| | | this.gvMx1mid.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1mid.Caption = "MID "; |
| | | this.gvMx1mid.Caption = "主表Guid"; |
| | | this.gvMx1mid.FieldName = "mid"; |
| | | this.gvMx1mid.MinWidth = 50; |
| | | this.gvMx1mid.Name = "gvMx1mid"; |
| | |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_checkUser.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_status.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.lastUpdateUser.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.lastUpdateTime.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateUser.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_lastUpdateTime.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit(); |
| | |
| | | private DevExpress.XtraEditors.SplitContainerControl split1; |
| | | private DevExpress.XtraGrid.GridControl gcMain1; |
| | | private DevExpress.XtraGrid.Views.Grid.GridView gridView1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_status; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_isFinish; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_isOut; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_billNo; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_lastUpdateUser; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_lastUpdateTime; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_checkUser; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_checkDate; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_returnMethod; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_returnType; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_depotId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_suppId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_remark; |
| | | private UserControls.Data.UcPageBar pageBar1; |
| | | private DevExpress.XtraTab.XtraTabPage xtraTabPage2; |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13; |
| | | private DevExpress.XtraEditors.TextEdit lastUpdateUser; |
| | | private DevExpress.XtraEditors.TextEdit lastUpdateTime; |
| | | private DevExpress.XtraEditors.TextEdit txt_lastUpdateUser; |
| | | private DevExpress.XtraEditors.TextEdit txt_lastUpdateTime; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15; |
| | | private DevExpress.XtraTab.XtraTabControl tabMx; |