| | |
| | | this.gv_billNo = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_supplierItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gv_supplierItemName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gv_billNo, |
| | | this.gridColumn3, |
| | | this.gridColumn4, |
| | | this.gridColumn1, |
| | | this.gv_supplierItemCode, |
| | | this.gv_supplierItemName, |
| | | this.gridColumn5, |
| | |
| | | // |
| | | // gv_chk |
| | | // |
| | | this.gv_chk.AppearanceCell.ForeColor = System.Drawing.Color.Black; |
| | | this.gv_chk.AppearanceCell.Options.UseForeColor = true; |
| | | this.gv_chk.AppearanceHeader.ForeColor = System.Drawing.Color.Black; |
| | | this.gv_chk.AppearanceHeader.Options.UseForeColor = true; |
| | | this.gv_chk.Caption = "选择"; |
| | | this.gv_chk.FieldName = "gvChk"; |
| | | this.gv_chk.MinWidth = 60; |
| | |
| | | // gv_billNo |
| | | // |
| | | this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_billNo.AppearanceCell.ForeColor = System.Drawing.Color.Red; |
| | | this.gv_billNo.AppearanceCell.Options.UseFont = true; |
| | | this.gv_billNo.AppearanceCell.Options.UseForeColor = true; |
| | | this.gv_billNo.AppearanceHeader.ForeColor = System.Drawing.Color.Red; |
| | | this.gv_billNo.AppearanceHeader.Options.UseForeColor = true; |
| | | this.gv_billNo.Caption = "未排数量"; |
| | | this.gv_billNo.FieldName = "caa012"; |
| | | this.gv_billNo.MinWidth = 80; |
| | |
| | | this.gridColumn4.Visible = true; |
| | | this.gridColumn4.VisibleIndex = 6; |
| | | this.gridColumn4.Width = 120; |
| | | // |
| | | // gridColumn1 |
| | | // |
| | | this.gridColumn1.Caption = "物料ID"; |
| | | this.gridColumn1.FieldName = "itemId"; |
| | | this.gridColumn1.MinWidth = 80; |
| | | this.gridColumn1.Name = "gridColumn1"; |
| | | this.gridColumn1.OptionsColumn.ReadOnly = true; |
| | | this.gridColumn1.Visible = true; |
| | | this.gridColumn1.VisibleIndex = 7; |
| | | this.gridColumn1.Width = 94; |
| | | // |
| | | // gv_supplierItemCode |
| | | // |
| | |
| | | // |
| | | this.gv_purchaseUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_purchaseUnit.AppearanceCell.Options.UseFont = true; |
| | | this.gv_purchaseUnit.Caption = "车间ID"; |
| | | this.gv_purchaseUnit.FieldName = "caa021"; |
| | | this.gv_purchaseUnit.Caption = "车间"; |
| | | this.gv_purchaseUnit.FieldName = "dptName"; |
| | | this.gv_purchaseUnit.MinWidth = 100; |
| | | this.gv_purchaseUnit.Name = "gv_purchaseUnit"; |
| | | this.gv_purchaseUnit.OptionsColumn.AllowEdit = false; |
| | | this.gv_purchaseUnit.OptionsColumn.ReadOnly = true; |
| | | this.gv_purchaseUnit.Tag = "query_a.PURCHASE_UNIT"; |
| | | this.gv_purchaseUnit.Visible = true; |
| | | this.gv_purchaseUnit.VisibleIndex = 15; |
| | | this.gv_purchaseUnit.VisibleIndex = 14; |
| | | this.gv_purchaseUnit.Width = 100; |
| | | // |
| | | // gv_inventoryUnit |
| | |
| | | this.gv_inventoryUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_inventoryUnit.AppearanceCell.Options.UseFont = true; |
| | | this.gv_inventoryUnit.Caption = "开工状态"; |
| | | this.gv_inventoryUnit.FieldName = "zt"; |
| | | this.gv_inventoryUnit.FieldName = "gdzt"; |
| | | this.gv_inventoryUnit.MinWidth = 100; |
| | | this.gv_inventoryUnit.Name = "gv_inventoryUnit"; |
| | | this.gv_inventoryUnit.OptionsColumn.AllowEdit = false; |
| | | this.gv_inventoryUnit.OptionsColumn.ReadOnly = true; |
| | | this.gv_inventoryUnit.Tag = "query_a.INVENTORY_UNIT"; |
| | | this.gv_inventoryUnit.Visible = true; |
| | | this.gv_inventoryUnit.VisibleIndex = 16; |
| | | this.gv_inventoryUnit.VisibleIndex = 15; |
| | | this.gv_inventoryUnit.Width = 100; |
| | | // |
| | | // gv_remarks |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_billNo; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; |