| | |
| | | this.gv_custName = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gv_iqcReleaseNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gv_pickIns = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gv_fcheckUser = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gv_rbillNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gv_bgr = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | | this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | |
| | | this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | 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.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | this.gridBand10 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand(); |
| | | this.gv_depotsId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn(); |
| | |
| | | this.gv_iqcReleaseNo, |
| | | this.gv_cbillNo, |
| | | this.gv_pickIns, |
| | | this.gv_fcheckUser, |
| | | this.gv_fcheckDate, |
| | | this.gv_rbillNo, |
| | | this.gv_bgr, |
| | | this.gv_suppId}); |
| | |
| | | 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.gv_pickIns.Tag = "query_a.PICK_INS"; |
| | | this.gv_pickIns.Width = 64; |
| | | // |
| | | // gv_fcheckUser |
| | | // |
| | | this.gv_fcheckUser.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_fcheckUser.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fcheckUser.Caption = "入库审核人 "; |
| | | this.gv_fcheckUser.FieldName = "fcheckUser"; |
| | | this.gv_fcheckUser.MinWidth = 25; |
| | | this.gv_fcheckUser.Name = "gv_fcheckUser"; |
| | | this.gv_fcheckUser.OptionsColumn.AllowEdit = false; |
| | | this.gv_fcheckUser.Tag = "query_a.FCHECK_USER"; |
| | | this.gv_fcheckUser.Width = 64; |
| | | // |
| | | // gv_rbillNo |
| | | // |
| | | this.gv_rbillNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | |
| | | 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 = 25; |
| | | this.gridBand6.Name = "gridBand6"; |
| | | this.gridBand6.VisibleIndex = 5; |
| | |
| | | this.gv_insDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_insDate.Tag = "query_a.INS_DATE"; |
| | | this.gv_insDate.Width = 64; |
| | | // |
| | | // gv_fcheckDate |
| | | // |
| | | this.gv_fcheckDate.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_fcheckDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fcheckDate.Caption = "入库审核日期 "; |
| | | this.gv_fcheckDate.FieldName = "fcheckDate"; |
| | | this.gv_fcheckDate.MinWidth = 25; |
| | | this.gv_fcheckDate.Name = "gv_fcheckDate"; |
| | | this.gv_fcheckDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_fcheckDate.Tag = "query_a.FCHECK_DATE"; |
| | | this.gv_fcheckDate.Width = 138; |
| | | // |
| | | // gridBand7 |
| | | // |
| | |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_iqcReleaseNo; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_cbillNo; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_pickIns; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_fcheckUser; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_fcheckDate; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_rbillNo; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_bgr; |
| | | private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_suppId; |