| | |
| | | /// </summary> |
| | | private void InitializeComponent() |
| | | { |
| | | this.gvMx1purchaseOrderLineNumber = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1erpId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1id = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1ebelnK3id = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1demandDocumentLineId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1demandDocumentId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1demandSource = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gvMx1businessClose = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1batchNumber = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1outsourcingOrderId = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1supplierItemName = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1supplierItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1remarks = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1isGift = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1settlementOrg = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1receivingOrg = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1demandOrg = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1latestDeliveryDate = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1earliestDeliveryDate = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.gvMx1deliveryDate = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gv_checkDate = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_ebelnK3id = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_ebelnK3id = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_ebelnK3id = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_erpCheckDate = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_erpCheckDate = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_erpCheckDate = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gv_cancellationStatus = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_fixtureMoldProcurement = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_fixtureMoldProcurement = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_fixtureMoldProcurement = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_remarks = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_remarks = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_remarks = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gv_transportMethod = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_email = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_email = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_email = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_paymentParty = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_paymentParty = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_paymentParty = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.gv_qtyAcceptance = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_purchaseGroup = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_purchaseGroup = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_purchaseGroup = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_purchaseDept = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_purchaseDept = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_purchaseDept = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_purchaseOrg = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_purchaseOrg = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_purchaseOrg = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | | this.lb_closeStatus = new DevExpress.XtraEditors.LabelControl(); |
| | | this.txt_closeStatus = new DevExpress.XtraEditors.TextEdit(); |
| | | this.gv_closeStatus = new DevExpress.XtraGrid.Columns.GridColumn(); |
| | |
| | | this.panel1.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | | // |
| | | // gvMx1purchaseOrderLineNumber |
| | | // |
| | | this.gvMx1purchaseOrderLineNumber.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1purchaseOrderLineNumber.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1purchaseOrderLineNumber.Caption = "采购订单行号 "; |
| | | this.gvMx1purchaseOrderLineNumber.FieldName = "purchaseOrderLineNumber"; |
| | | this.gvMx1purchaseOrderLineNumber.MinWidth = 50; |
| | | this.gvMx1purchaseOrderLineNumber.Name = "gvMx1purchaseOrderLineNumber"; |
| | | this.gvMx1purchaseOrderLineNumber.Tag = "query_a.PURCHASE_ORDER_LINE_NUMBER"; |
| | | this.gvMx1purchaseOrderLineNumber.Visible = true; |
| | | this.gvMx1purchaseOrderLineNumber.VisibleIndex = 45; |
| | | this.gvMx1purchaseOrderLineNumber.Width = 94; |
| | | // |
| | | // gvMx1erpId |
| | | // |
| | | this.gvMx1erpId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1erpId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1erpId.Caption = "ERP系统中的ID "; |
| | | this.gvMx1erpId.FieldName = "erpId"; |
| | | this.gvMx1erpId.MinWidth = 50; |
| | | this.gvMx1erpId.Name = "gvMx1erpId"; |
| | | this.gvMx1erpId.Tag = "query_a.ERP_ID"; |
| | | this.gvMx1erpId.Visible = true; |
| | | this.gvMx1erpId.VisibleIndex = 44; |
| | | this.gvMx1erpId.Width = 94; |
| | | // |
| | | // gvMx1id |
| | | // |
| | | this.gvMx1id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1id.Caption = "主键ID "; |
| | | this.gvMx1id.FieldName = "id"; |
| | | this.gvMx1id.MinWidth = 50; |
| | | this.gvMx1id.Name = "gvMx1id"; |
| | | this.gvMx1id.Tag = "query_a.ID"; |
| | | this.gvMx1id.Visible = true; |
| | | this.gvMx1id.VisibleIndex = 43; |
| | | this.gvMx1id.Width = 94; |
| | | // |
| | | // gvMx1ebelnK3id |
| | | // |
| | | this.gvMx1ebelnK3id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1ebelnK3id.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1ebelnK3id.Caption = "采购订单行号(K3系统)"; |
| | | this.gvMx1ebelnK3id.FieldName = "ebelnK3id"; |
| | | this.gvMx1ebelnK3id.MinWidth = 50; |
| | | this.gvMx1ebelnK3id.Name = "gvMx1ebelnK3id"; |
| | | this.gvMx1ebelnK3id.Tag = "query_a.EBELN_K3ID"; |
| | | this.gvMx1ebelnK3id.Visible = true; |
| | | this.gvMx1ebelnK3id.VisibleIndex = 42; |
| | | this.gvMx1ebelnK3id.Width = 94; |
| | | // |
| | | // gvMx1demandDocumentLineId |
| | | // |
| | | this.gvMx1demandDocumentLineId.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1demandDocumentLineId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1demandDocumentLineId.Caption = "需求单据行号"; |
| | | this.gvMx1demandDocumentLineId.FieldName = "demandDocumentLineId"; |
| | | this.gvMx1demandDocumentLineId.MinWidth = 50; |
| | | this.gvMx1demandDocumentLineId.MinWidth = 100; |
| | | this.gvMx1demandDocumentLineId.Name = "gvMx1demandDocumentLineId"; |
| | | this.gvMx1demandDocumentLineId.Tag = "query_a.DEMAND_DOCUMENT_LINE_ID"; |
| | | this.gvMx1demandDocumentLineId.Visible = true; |
| | | this.gvMx1demandDocumentLineId.VisibleIndex = 41; |
| | | this.gvMx1demandDocumentLineId.Width = 94; |
| | | this.gvMx1demandDocumentLineId.VisibleIndex = 36; |
| | | this.gvMx1demandDocumentLineId.Width = 100; |
| | | // |
| | | // gvMx1demandDocumentId |
| | | // |
| | |
| | | this.gvMx1demandDocumentId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1demandDocumentId.Caption = "需求单据号"; |
| | | this.gvMx1demandDocumentId.FieldName = "demandDocumentId"; |
| | | this.gvMx1demandDocumentId.MinWidth = 50; |
| | | this.gvMx1demandDocumentId.MinWidth = 100; |
| | | this.gvMx1demandDocumentId.Name = "gvMx1demandDocumentId"; |
| | | this.gvMx1demandDocumentId.Tag = "query_a.DEMAND_DOCUMENT_ID"; |
| | | this.gvMx1demandDocumentId.Visible = true; |
| | | this.gvMx1demandDocumentId.VisibleIndex = 40; |
| | | this.gvMx1demandDocumentId.Width = 94; |
| | | this.gvMx1demandDocumentId.VisibleIndex = 35; |
| | | this.gvMx1demandDocumentId.Width = 100; |
| | | // |
| | | // gvMx1demandSource |
| | | // |
| | |
| | | this.gvMx1demandSource.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1demandSource.Caption = "需求来源"; |
| | | this.gvMx1demandSource.FieldName = "demandSource"; |
| | | this.gvMx1demandSource.MinWidth = 50; |
| | | this.gvMx1demandSource.MinWidth = 100; |
| | | this.gvMx1demandSource.Name = "gvMx1demandSource"; |
| | | this.gvMx1demandSource.Tag = "query_a.DEMAND_SOURCE"; |
| | | this.gvMx1demandSource.Visible = true; |
| | | this.gvMx1demandSource.VisibleIndex = 39; |
| | | this.gvMx1demandSource.Width = 94; |
| | | this.gvMx1demandSource.VisibleIndex = 34; |
| | | this.gvMx1demandSource.Width = 100; |
| | | // |
| | | // gvMx1changeFlag |
| | | // |
| | |
| | | this.gvMx1changeFlag.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1changeFlag.Caption = "变更标识"; |
| | | this.gvMx1changeFlag.FieldName = "changeFlag"; |
| | | this.gvMx1changeFlag.MinWidth = 50; |
| | | this.gvMx1changeFlag.MinWidth = 100; |
| | | this.gvMx1changeFlag.Name = "gvMx1changeFlag"; |
| | | this.gvMx1changeFlag.Tag = "query_a.CHANGE_FLAG"; |
| | | this.gvMx1changeFlag.Visible = true; |
| | | this.gvMx1changeFlag.VisibleIndex = 38; |
| | | this.gvMx1changeFlag.Width = 94; |
| | | this.gvMx1changeFlag.VisibleIndex = 33; |
| | | this.gvMx1changeFlag.Width = 100; |
| | | // |
| | | // gvMx1planTrackingId |
| | | // |
| | |
| | | this.gvMx1planTrackingId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1planTrackingId.Caption = "计划跟踪号"; |
| | | this.gvMx1planTrackingId.FieldName = "planTrackingId"; |
| | | this.gvMx1planTrackingId.MinWidth = 50; |
| | | this.gvMx1planTrackingId.MinWidth = 100; |
| | | this.gvMx1planTrackingId.Name = "gvMx1planTrackingId"; |
| | | this.gvMx1planTrackingId.Tag = "query_a.PLAN_TRACKING_ID"; |
| | | this.gvMx1planTrackingId.Visible = true; |
| | | this.gvMx1planTrackingId.VisibleIndex = 37; |
| | | this.gvMx1planTrackingId.Width = 94; |
| | | this.gvMx1planTrackingId.VisibleIndex = 32; |
| | | this.gvMx1planTrackingId.Width = 100; |
| | | // |
| | | // gvMx1demandTrackingId |
| | | // |
| | |
| | | this.gvMx1demandTrackingId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1demandTrackingId.Caption = "需求跟踪号"; |
| | | this.gvMx1demandTrackingId.FieldName = "demandTrackingId"; |
| | | this.gvMx1demandTrackingId.MinWidth = 50; |
| | | this.gvMx1demandTrackingId.MinWidth = 100; |
| | | this.gvMx1demandTrackingId.Name = "gvMx1demandTrackingId"; |
| | | this.gvMx1demandTrackingId.Tag = "query_a.DEMAND_TRACKING_ID"; |
| | | this.gvMx1demandTrackingId.Visible = true; |
| | | this.gvMx1demandTrackingId.VisibleIndex = 36; |
| | | this.gvMx1demandTrackingId.Width = 94; |
| | | this.gvMx1demandTrackingId.VisibleIndex = 31; |
| | | this.gvMx1demandTrackingId.Width = 100; |
| | | // |
| | | // gvMx1sourceDocumentId |
| | | // |
| | |
| | | this.gvMx1sourceDocumentId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1sourceDocumentId.Caption = "来源单据号"; |
| | | this.gvMx1sourceDocumentId.FieldName = "sourceDocumentId"; |
| | | this.gvMx1sourceDocumentId.MinWidth = 50; |
| | | this.gvMx1sourceDocumentId.MinWidth = 100; |
| | | this.gvMx1sourceDocumentId.Name = "gvMx1sourceDocumentId"; |
| | | this.gvMx1sourceDocumentId.Tag = "query_a.SOURCE_DOCUMENT_ID"; |
| | | this.gvMx1sourceDocumentId.Visible = true; |
| | | this.gvMx1sourceDocumentId.VisibleIndex = 35; |
| | | this.gvMx1sourceDocumentId.Width = 94; |
| | | this.gvMx1sourceDocumentId.VisibleIndex = 30; |
| | | this.gvMx1sourceDocumentId.Width = 100; |
| | | // |
| | | // gvMx1sourceDocumentType |
| | | // |
| | |
| | | this.gvMx1sourceDocumentType.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1sourceDocumentType.Caption = "来源单据类型"; |
| | | this.gvMx1sourceDocumentType.FieldName = "sourceDocumentType"; |
| | | this.gvMx1sourceDocumentType.MinWidth = 50; |
| | | this.gvMx1sourceDocumentType.MinWidth = 100; |
| | | this.gvMx1sourceDocumentType.Name = "gvMx1sourceDocumentType"; |
| | | this.gvMx1sourceDocumentType.Tag = "query_a.SOURCE_DOCUMENT_TYPE"; |
| | | this.gvMx1sourceDocumentType.Visible = true; |
| | | this.gvMx1sourceDocumentType.VisibleIndex = 34; |
| | | this.gvMx1sourceDocumentType.Width = 94; |
| | | this.gvMx1sourceDocumentType.VisibleIndex = 29; |
| | | this.gvMx1sourceDocumentType.Width = 100; |
| | | // |
| | | // gvMx1returnableStoredQty |
| | | // |
| | |
| | | this.gvMx1returnableStoredQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1returnableStoredQty.Caption = "可退入库数量"; |
| | | this.gvMx1returnableStoredQty.FieldName = "returnableStoredQty"; |
| | | this.gvMx1returnableStoredQty.MinWidth = 50; |
| | | this.gvMx1returnableStoredQty.MinWidth = 100; |
| | | this.gvMx1returnableStoredQty.Name = "gvMx1returnableStoredQty"; |
| | | this.gvMx1returnableStoredQty.Tag = "query_a.RETURNABLE_STORED_QTY"; |
| | | this.gvMx1returnableStoredQty.Visible = true; |
| | | this.gvMx1returnableStoredQty.VisibleIndex = 33; |
| | | this.gvMx1returnableStoredQty.Width = 94; |
| | | this.gvMx1returnableStoredQty.VisibleIndex = 28; |
| | | this.gvMx1returnableStoredQty.Width = 100; |
| | | // |
| | | // gvMx1returnableReceivedQty |
| | | // |
| | |
| | | this.gvMx1returnableReceivedQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1returnableReceivedQty.Caption = "可退收货数量"; |
| | | this.gvMx1returnableReceivedQty.FieldName = "returnableReceivedQty"; |
| | | this.gvMx1returnableReceivedQty.MinWidth = 50; |
| | | this.gvMx1returnableReceivedQty.MinWidth = 100; |
| | | this.gvMx1returnableReceivedQty.Name = "gvMx1returnableReceivedQty"; |
| | | this.gvMx1returnableReceivedQty.Tag = "query_a.RETURNABLE_RECEIVED_QTY"; |
| | | this.gvMx1returnableReceivedQty.Visible = true; |
| | | this.gvMx1returnableReceivedQty.VisibleIndex = 32; |
| | | this.gvMx1returnableReceivedQty.Width = 94; |
| | | this.gvMx1returnableReceivedQty.VisibleIndex = 27; |
| | | this.gvMx1returnableReceivedQty.Width = 100; |
| | | // |
| | | // gvMx1totalReturnedQty |
| | | // |
| | |
| | | this.gvMx1totalReturnedQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1totalReturnedQty.Caption = "总退货数量"; |
| | | this.gvMx1totalReturnedQty.FieldName = "totalReturnedQty"; |
| | | this.gvMx1totalReturnedQty.MinWidth = 50; |
| | | this.gvMx1totalReturnedQty.MinWidth = 100; |
| | | this.gvMx1totalReturnedQty.Name = "gvMx1totalReturnedQty"; |
| | | this.gvMx1totalReturnedQty.Tag = "query_a.TOTAL_RETURNED_QTY"; |
| | | this.gvMx1totalReturnedQty.Visible = true; |
| | | this.gvMx1totalReturnedQty.VisibleIndex = 31; |
| | | this.gvMx1totalReturnedQty.Width = 94; |
| | | this.gvMx1totalReturnedQty.VisibleIndex = 26; |
| | | this.gvMx1totalReturnedQty.Width = 100; |
| | | // |
| | | // gvMx1remainingStoredQty |
| | | // |
| | |
| | | this.gvMx1remainingStoredQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1remainingStoredQty.Caption = "剩余入库数量"; |
| | | this.gvMx1remainingStoredQty.FieldName = "remainingStoredQty"; |
| | | this.gvMx1remainingStoredQty.MinWidth = 50; |
| | | this.gvMx1remainingStoredQty.MinWidth = 100; |
| | | this.gvMx1remainingStoredQty.Name = "gvMx1remainingStoredQty"; |
| | | this.gvMx1remainingStoredQty.Tag = "query_a.REMAINING_STORED_QTY"; |
| | | this.gvMx1remainingStoredQty.Visible = true; |
| | | this.gvMx1remainingStoredQty.VisibleIndex = 30; |
| | | this.gvMx1remainingStoredQty.Width = 94; |
| | | this.gvMx1remainingStoredQty.VisibleIndex = 25; |
| | | this.gvMx1remainingStoredQty.Width = 100; |
| | | // |
| | | // gvMx1totalStoredQty |
| | | // |
| | |
| | | this.gvMx1totalStoredQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1totalStoredQty.Caption = "总已入库数量"; |
| | | this.gvMx1totalStoredQty.FieldName = "totalStoredQty"; |
| | | this.gvMx1totalStoredQty.MinWidth = 50; |
| | | this.gvMx1totalStoredQty.MinWidth = 100; |
| | | this.gvMx1totalStoredQty.Name = "gvMx1totalStoredQty"; |
| | | this.gvMx1totalStoredQty.Tag = "query_a.TOTAL_STORED_QTY"; |
| | | this.gvMx1totalStoredQty.Visible = true; |
| | | this.gvMx1totalStoredQty.VisibleIndex = 29; |
| | | this.gvMx1totalStoredQty.Width = 94; |
| | | this.gvMx1totalStoredQty.VisibleIndex = 24; |
| | | this.gvMx1totalStoredQty.Width = 100; |
| | | // |
| | | // gvMx1remainingReceivedQty |
| | | // |
| | |
| | | this.gvMx1remainingReceivedQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1remainingReceivedQty.Caption = "剩余收货数量"; |
| | | this.gvMx1remainingReceivedQty.FieldName = "remainingReceivedQty"; |
| | | this.gvMx1remainingReceivedQty.MinWidth = 50; |
| | | this.gvMx1remainingReceivedQty.MinWidth = 100; |
| | | this.gvMx1remainingReceivedQty.Name = "gvMx1remainingReceivedQty"; |
| | | this.gvMx1remainingReceivedQty.Tag = "query_a.REMAINING_RECEIVED_QTY"; |
| | | this.gvMx1remainingReceivedQty.Visible = true; |
| | | this.gvMx1remainingReceivedQty.VisibleIndex = 28; |
| | | this.gvMx1remainingReceivedQty.Width = 94; |
| | | this.gvMx1remainingReceivedQty.VisibleIndex = 23; |
| | | this.gvMx1remainingReceivedQty.Width = 100; |
| | | // |
| | | // gvMx1totalReceivedQty |
| | | // |
| | |
| | | this.gvMx1totalReceivedQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1totalReceivedQty.Caption = "总已收数量"; |
| | | this.gvMx1totalReceivedQty.FieldName = "totalReceivedQty"; |
| | | this.gvMx1totalReceivedQty.MinWidth = 50; |
| | | this.gvMx1totalReceivedQty.MinWidth = 100; |
| | | this.gvMx1totalReceivedQty.Name = "gvMx1totalReceivedQty"; |
| | | this.gvMx1totalReceivedQty.Tag = "query_a.TOTAL_RECEIVED_QTY"; |
| | | this.gvMx1totalReceivedQty.Visible = true; |
| | | this.gvMx1totalReceivedQty.VisibleIndex = 27; |
| | | this.gvMx1totalReceivedQty.Width = 94; |
| | | this.gvMx1totalReceivedQty.VisibleIndex = 22; |
| | | this.gvMx1totalReceivedQty.Width = 100; |
| | | // |
| | | // gvMx1terminateTime |
| | | // |
| | |
| | | this.gvMx1terminateTime.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1terminateTime.Caption = "终止时间"; |
| | | this.gvMx1terminateTime.FieldName = "terminateTime"; |
| | | this.gvMx1terminateTime.MinWidth = 50; |
| | | this.gvMx1terminateTime.MinWidth = 100; |
| | | this.gvMx1terminateTime.Name = "gvMx1terminateTime"; |
| | | this.gvMx1terminateTime.Tag = "query_a.TERMINATE_TIME"; |
| | | this.gvMx1terminateTime.Visible = true; |
| | | this.gvMx1terminateTime.VisibleIndex = 26; |
| | | this.gvMx1terminateTime.Width = 94; |
| | | this.gvMx1terminateTime.VisibleIndex = 21; |
| | | this.gvMx1terminateTime.Width = 100; |
| | | // |
| | | // gvMx1terminator |
| | | // |
| | |
| | | this.gvMx1terminator.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1terminator.Caption = "终止人"; |
| | | this.gvMx1terminator.FieldName = "terminator"; |
| | | this.gvMx1terminator.MinWidth = 50; |
| | | this.gvMx1terminator.MinWidth = 100; |
| | | this.gvMx1terminator.Name = "gvMx1terminator"; |
| | | this.gvMx1terminator.Tag = "query_a.TERMINATOR"; |
| | | this.gvMx1terminator.Visible = true; |
| | | this.gvMx1terminator.VisibleIndex = 25; |
| | | this.gvMx1terminator.Width = 94; |
| | | this.gvMx1terminator.VisibleIndex = 20; |
| | | this.gvMx1terminator.Width = 100; |
| | | // |
| | | // gvMx1businessTerminate |
| | | // |
| | |
| | | this.gvMx1freezeTime.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1freezeTime.Caption = "冻结时间"; |
| | | this.gvMx1freezeTime.FieldName = "freezeTime"; |
| | | this.gvMx1freezeTime.MinWidth = 50; |
| | | this.gvMx1freezeTime.MinWidth = 100; |
| | | this.gvMx1freezeTime.Name = "gvMx1freezeTime"; |
| | | this.gvMx1freezeTime.Tag = "query_a.FREEZE_TIME"; |
| | | this.gvMx1freezeTime.Visible = true; |
| | | this.gvMx1freezeTime.VisibleIndex = 23; |
| | | this.gvMx1freezeTime.Width = 94; |
| | | this.gvMx1freezeTime.VisibleIndex = 18; |
| | | this.gvMx1freezeTime.Width = 100; |
| | | // |
| | | // gvMx1freezer |
| | | // |
| | |
| | | this.gvMx1freezer.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1freezer.Caption = "冻结人"; |
| | | this.gvMx1freezer.FieldName = "freezer"; |
| | | this.gvMx1freezer.MinWidth = 50; |
| | | this.gvMx1freezer.MinWidth = 100; |
| | | this.gvMx1freezer.Name = "gvMx1freezer"; |
| | | this.gvMx1freezer.Tag = "query_a.FREEZER"; |
| | | this.gvMx1freezer.Visible = true; |
| | | this.gvMx1freezer.VisibleIndex = 22; |
| | | this.gvMx1freezer.Width = 94; |
| | | this.gvMx1freezer.VisibleIndex = 17; |
| | | this.gvMx1freezer.Width = 100; |
| | | // |
| | | // gvMx1businessFreeze |
| | | // |
| | |
| | | this.gvMx1businessClose.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1businessClose.Caption = "业务关闭标识"; |
| | | this.gvMx1businessClose.FieldName = "businessClose"; |
| | | this.gvMx1businessClose.MinWidth = 50; |
| | | this.gvMx1businessClose.MinWidth = 100; |
| | | this.gvMx1businessClose.Name = "gvMx1businessClose"; |
| | | this.gvMx1businessClose.Tag = "query_a.BUSINESS_CLOSE"; |
| | | this.gvMx1businessClose.Visible = true; |
| | | this.gvMx1businessClose.VisibleIndex = 20; |
| | | this.gvMx1businessClose.Width = 94; |
| | | this.gvMx1businessClose.VisibleIndex = 15; |
| | | this.gvMx1businessClose.Width = 100; |
| | | // |
| | | // gvMx1batchNumber |
| | | // |
| | |
| | | this.gvMx1outsourcingOrderId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1outsourcingOrderId.Caption = "委外订单号"; |
| | | this.gvMx1outsourcingOrderId.FieldName = "outsourcingOrderId"; |
| | | this.gvMx1outsourcingOrderId.MinWidth = 50; |
| | | this.gvMx1outsourcingOrderId.MinWidth = 100; |
| | | this.gvMx1outsourcingOrderId.Name = "gvMx1outsourcingOrderId"; |
| | | this.gvMx1outsourcingOrderId.Tag = "query_a.OUTSOURCING_ORDER_ID"; |
| | | this.gvMx1outsourcingOrderId.Visible = true; |
| | | this.gvMx1outsourcingOrderId.VisibleIndex = 18; |
| | | this.gvMx1outsourcingOrderId.Width = 94; |
| | | // |
| | | // gvMx1supplierItemName |
| | | // |
| | | this.gvMx1supplierItemName.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1supplierItemName.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1supplierItemName.Caption = "供应商物料名称"; |
| | | this.gvMx1supplierItemName.FieldName = "supplierItemName"; |
| | | this.gvMx1supplierItemName.MinWidth = 50; |
| | | this.gvMx1supplierItemName.Name = "gvMx1supplierItemName"; |
| | | this.gvMx1supplierItemName.Tag = "query_a.SUPPLIER_ITEM_NAME"; |
| | | this.gvMx1supplierItemName.Visible = true; |
| | | this.gvMx1supplierItemName.VisibleIndex = 17; |
| | | this.gvMx1supplierItemName.Width = 94; |
| | | // |
| | | // gvMx1supplierItemCode |
| | | // |
| | | this.gvMx1supplierItemCode.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1supplierItemCode.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1supplierItemCode.Caption = "供应商物料编码"; |
| | | this.gvMx1supplierItemCode.FieldName = "supplierItemCode"; |
| | | this.gvMx1supplierItemCode.MinWidth = 50; |
| | | this.gvMx1supplierItemCode.Name = "gvMx1supplierItemCode"; |
| | | this.gvMx1supplierItemCode.Tag = "query_a.SUPPLIER_ITEM_CODE"; |
| | | this.gvMx1supplierItemCode.Visible = true; |
| | | this.gvMx1supplierItemCode.VisibleIndex = 16; |
| | | this.gvMx1supplierItemCode.Width = 94; |
| | | this.gvMx1outsourcingOrderId.VisibleIndex = 13; |
| | | this.gvMx1outsourcingOrderId.Width = 100; |
| | | // |
| | | // gvMx1remarks |
| | | // |
| | |
| | | this.gvMx1remarks.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1remarks.Caption = "备注"; |
| | | this.gvMx1remarks.FieldName = "remarks"; |
| | | this.gvMx1remarks.MinWidth = 50; |
| | | this.gvMx1remarks.MinWidth = 100; |
| | | this.gvMx1remarks.Name = "gvMx1remarks"; |
| | | this.gvMx1remarks.Tag = "query_a.REMARKS"; |
| | | this.gvMx1remarks.Visible = true; |
| | | this.gvMx1remarks.VisibleIndex = 15; |
| | | this.gvMx1remarks.Width = 94; |
| | | this.gvMx1remarks.VisibleIndex = 12; |
| | | this.gvMx1remarks.Width = 100; |
| | | // |
| | | // gvMx1isGift |
| | | // |
| | |
| | | this.gvMx1isGift.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1isGift.Caption = "是否赠品"; |
| | | this.gvMx1isGift.FieldName = "isGift"; |
| | | this.gvMx1isGift.MinWidth = 50; |
| | | this.gvMx1isGift.MinWidth = 100; |
| | | this.gvMx1isGift.Name = "gvMx1isGift"; |
| | | this.gvMx1isGift.Tag = "query_a.IS_GIFT"; |
| | | this.gvMx1isGift.Visible = true; |
| | | this.gvMx1isGift.VisibleIndex = 14; |
| | | this.gvMx1isGift.Width = 94; |
| | | // |
| | | // gvMx1settlementOrg |
| | | // |
| | | this.gvMx1settlementOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1settlementOrg.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1settlementOrg.Caption = "结算组织"; |
| | | this.gvMx1settlementOrg.FieldName = "settlementOrg"; |
| | | this.gvMx1settlementOrg.MinWidth = 50; |
| | | this.gvMx1settlementOrg.Name = "gvMx1settlementOrg"; |
| | | this.gvMx1settlementOrg.Tag = "query_a.SETTLEMENT_ORG"; |
| | | this.gvMx1settlementOrg.Visible = true; |
| | | this.gvMx1settlementOrg.VisibleIndex = 13; |
| | | this.gvMx1settlementOrg.Width = 94; |
| | | // |
| | | // gvMx1receivingOrg |
| | | // |
| | | this.gvMx1receivingOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1receivingOrg.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1receivingOrg.Caption = "收料组织"; |
| | | this.gvMx1receivingOrg.FieldName = "receivingOrg"; |
| | | this.gvMx1receivingOrg.MinWidth = 50; |
| | | this.gvMx1receivingOrg.Name = "gvMx1receivingOrg"; |
| | | this.gvMx1receivingOrg.Tag = "query_a.RECEIVING_ORG"; |
| | | this.gvMx1receivingOrg.Visible = true; |
| | | this.gvMx1receivingOrg.VisibleIndex = 12; |
| | | this.gvMx1receivingOrg.Width = 94; |
| | | // |
| | | // gvMx1demandOrg |
| | | // |
| | | this.gvMx1demandOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gvMx1demandOrg.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1demandOrg.Caption = "需求组织"; |
| | | this.gvMx1demandOrg.FieldName = "demandOrg"; |
| | | this.gvMx1demandOrg.MinWidth = 50; |
| | | this.gvMx1demandOrg.Name = "gvMx1demandOrg"; |
| | | this.gvMx1demandOrg.Tag = "query_a.DEMAND_ORG"; |
| | | this.gvMx1demandOrg.Visible = true; |
| | | this.gvMx1demandOrg.VisibleIndex = 11; |
| | | this.gvMx1demandOrg.Width = 94; |
| | | this.gvMx1isGift.VisibleIndex = 11; |
| | | this.gvMx1isGift.Width = 100; |
| | | // |
| | | // gvMx1latestDeliveryDate |
| | | // |
| | |
| | | this.gvMx1latestDeliveryDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1latestDeliveryDate.Caption = "最晚交货日期"; |
| | | this.gvMx1latestDeliveryDate.FieldName = "latestDeliveryDate"; |
| | | this.gvMx1latestDeliveryDate.MinWidth = 50; |
| | | this.gvMx1latestDeliveryDate.MinWidth = 200; |
| | | this.gvMx1latestDeliveryDate.Name = "gvMx1latestDeliveryDate"; |
| | | this.gvMx1latestDeliveryDate.Tag = "query_a.LATEST_DELIVERY_DATE"; |
| | | this.gvMx1latestDeliveryDate.Visible = true; |
| | | this.gvMx1latestDeliveryDate.VisibleIndex = 10; |
| | | this.gvMx1latestDeliveryDate.Width = 94; |
| | | this.gvMx1latestDeliveryDate.Width = 200; |
| | | // |
| | | // gvMx1earliestDeliveryDate |
| | | // |
| | |
| | | this.gvMx1earliestDeliveryDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1earliestDeliveryDate.Caption = "最早交货日期"; |
| | | this.gvMx1earliestDeliveryDate.FieldName = "earliestDeliveryDate"; |
| | | this.gvMx1earliestDeliveryDate.MinWidth = 50; |
| | | this.gvMx1earliestDeliveryDate.MinWidth = 200; |
| | | this.gvMx1earliestDeliveryDate.Name = "gvMx1earliestDeliveryDate"; |
| | | this.gvMx1earliestDeliveryDate.Tag = "query_a.EARLIEST_DELIVERY_DATE"; |
| | | this.gvMx1earliestDeliveryDate.Visible = true; |
| | | this.gvMx1earliestDeliveryDate.VisibleIndex = 9; |
| | | this.gvMx1earliestDeliveryDate.Width = 94; |
| | | this.gvMx1earliestDeliveryDate.Width = 200; |
| | | // |
| | | // gvMx1deliveryDate |
| | | // |
| | |
| | | this.gvMx1deliveryDate.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1deliveryDate.Caption = "交货日期"; |
| | | this.gvMx1deliveryDate.FieldName = "deliveryDate"; |
| | | this.gvMx1deliveryDate.MinWidth = 50; |
| | | this.gvMx1deliveryDate.MinWidth = 200; |
| | | this.gvMx1deliveryDate.Name = "gvMx1deliveryDate"; |
| | | this.gvMx1deliveryDate.Tag = "query_a.DELIVERY_DATE"; |
| | | this.gvMx1deliveryDate.Visible = true; |
| | | this.gvMx1deliveryDate.VisibleIndex = 8; |
| | | this.gvMx1deliveryDate.Width = 94; |
| | | this.gvMx1deliveryDate.Width = 200; |
| | | // |
| | | // gvMx1pricingQty |
| | | // |
| | |
| | | this.gvMx1pricingQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1pricingQty.Caption = "计价数量"; |
| | | this.gvMx1pricingQty.FieldName = "pricingQty"; |
| | | this.gvMx1pricingQty.MinWidth = 50; |
| | | this.gvMx1pricingQty.MinWidth = 100; |
| | | this.gvMx1pricingQty.Name = "gvMx1pricingQty"; |
| | | this.gvMx1pricingQty.Tag = "query_a.PRICING_QTY"; |
| | | this.gvMx1pricingQty.Visible = true; |
| | | this.gvMx1pricingQty.VisibleIndex = 7; |
| | | this.gvMx1pricingQty.Width = 94; |
| | | this.gvMx1pricingQty.Width = 100; |
| | | // |
| | | // gvMx1pricingUnit |
| | | // |
| | |
| | | this.gvMx1pricingUnit.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1pricingUnit.Caption = "计价单位"; |
| | | this.gvMx1pricingUnit.FieldName = "pricingUnit"; |
| | | this.gvMx1pricingUnit.MinWidth = 50; |
| | | this.gvMx1pricingUnit.MinWidth = 100; |
| | | this.gvMx1pricingUnit.Name = "gvMx1pricingUnit"; |
| | | this.gvMx1pricingUnit.Tag = "query_a.PRICING_UNIT"; |
| | | this.gvMx1pricingUnit.Visible = true; |
| | | this.gvMx1pricingUnit.VisibleIndex = 6; |
| | | this.gvMx1pricingUnit.Width = 94; |
| | | this.gvMx1pricingUnit.Width = 100; |
| | | // |
| | | // gvMx1inventoryUnit |
| | | // |
| | |
| | | this.gvMx1inventoryUnit.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1inventoryUnit.Caption = "库存单位"; |
| | | this.gvMx1inventoryUnit.FieldName = "inventoryUnit"; |
| | | this.gvMx1inventoryUnit.MinWidth = 50; |
| | | this.gvMx1inventoryUnit.MinWidth = 100; |
| | | this.gvMx1inventoryUnit.Name = "gvMx1inventoryUnit"; |
| | | this.gvMx1inventoryUnit.Tag = "query_a.INVENTORY_UNIT"; |
| | | this.gvMx1inventoryUnit.Visible = true; |
| | | this.gvMx1inventoryUnit.VisibleIndex = 5; |
| | | this.gvMx1inventoryUnit.Width = 94; |
| | | this.gvMx1inventoryUnit.Width = 100; |
| | | // |
| | | // gvMx1purchaseQty |
| | | // |
| | |
| | | this.gvMx1purchaseQty.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1purchaseQty.Caption = "采购数量"; |
| | | this.gvMx1purchaseQty.FieldName = "purchaseQty"; |
| | | this.gvMx1purchaseQty.MinWidth = 50; |
| | | this.gvMx1purchaseQty.MinWidth = 100; |
| | | this.gvMx1purchaseQty.Name = "gvMx1purchaseQty"; |
| | | this.gvMx1purchaseQty.Tag = "query_a.PURCHASE_QTY"; |
| | | this.gvMx1purchaseQty.Visible = true; |
| | | this.gvMx1purchaseQty.VisibleIndex = 4; |
| | | this.gvMx1purchaseQty.Width = 94; |
| | | this.gvMx1purchaseQty.Width = 100; |
| | | // |
| | | // gvMx1purchaseUnit |
| | | // |
| | |
| | | this.gvMx1purchaseUnit.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1purchaseUnit.Caption = "采购单位"; |
| | | this.gvMx1purchaseUnit.FieldName = "purchaseUnit"; |
| | | this.gvMx1purchaseUnit.MinWidth = 50; |
| | | this.gvMx1purchaseUnit.MinWidth = 100; |
| | | this.gvMx1purchaseUnit.Name = "gvMx1purchaseUnit"; |
| | | this.gvMx1purchaseUnit.Tag = "query_a.PURCHASE_UNIT"; |
| | | this.gvMx1purchaseUnit.Visible = true; |
| | | this.gvMx1purchaseUnit.VisibleIndex = 3; |
| | | this.gvMx1purchaseUnit.Width = 94; |
| | | this.gvMx1purchaseUnit.Width = 100; |
| | | // |
| | | // gvMx1itemId |
| | | // |
| | |
| | | this.gvMx1itemId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1itemId.Caption = "物料编码"; |
| | | this.gvMx1itemId.FieldName = "itemId"; |
| | | this.gvMx1itemId.MinWidth = 50; |
| | | this.gvMx1itemId.MinWidth = 100; |
| | | this.gvMx1itemId.Name = "gvMx1itemId"; |
| | | this.gvMx1itemId.Tag = "query_a.ITEM_ID"; |
| | | this.gvMx1itemId.Visible = true; |
| | | this.gvMx1itemId.VisibleIndex = 2; |
| | | this.gvMx1itemId.Width = 94; |
| | | this.gvMx1itemId.Width = 100; |
| | | // |
| | | // gvMx1orderLineId |
| | | // |
| | |
| | | this.gvMx1orderLineId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1orderLineId.Caption = "采购订单行号"; |
| | | this.gvMx1orderLineId.FieldName = "orderLineId"; |
| | | this.gvMx1orderLineId.MinWidth = 50; |
| | | this.gvMx1orderLineId.MinWidth = 100; |
| | | this.gvMx1orderLineId.Name = "gvMx1orderLineId"; |
| | | this.gvMx1orderLineId.Tag = "query_a.ORDER_LINE_ID"; |
| | | this.gvMx1orderLineId.Visible = true; |
| | | this.gvMx1orderLineId.VisibleIndex = 1; |
| | | this.gvMx1orderLineId.Width = 94; |
| | | this.gvMx1orderLineId.Width = 100; |
| | | // |
| | | // gvMx1salesOrderId |
| | | // |
| | |
| | | this.gvMx1salesOrderId.AppearanceCell.Options.UseFont = true; |
| | | this.gvMx1salesOrderId.Caption = "销售订单号"; |
| | | this.gvMx1salesOrderId.FieldName = "salesOrderId"; |
| | | this.gvMx1salesOrderId.MinWidth = 50; |
| | | this.gvMx1salesOrderId.MinWidth = 150; |
| | | this.gvMx1salesOrderId.Name = "gvMx1salesOrderId"; |
| | | this.gvMx1salesOrderId.Tag = "query_a.SALES_ORDER_ID"; |
| | | this.gvMx1salesOrderId.Visible = true; |
| | | this.gvMx1salesOrderId.VisibleIndex = 0; |
| | | this.gvMx1salesOrderId.Width = 94; |
| | | this.gvMx1salesOrderId.Width = 150; |
| | | // |
| | | // gvMx1guid |
| | | // |
| | |
| | | this.gvMx1salesOrderId, |
| | | this.gvMx1orderLineId, |
| | | this.gvMx1itemId, |
| | | this.gvMx1purchaseUnit, |
| | | this.gvMx1purchaseQty, |
| | | this.gvMx1purchaseUnit, |
| | | this.gvMx1inventoryUnit, |
| | | this.gvMx1pricingUnit, |
| | | this.gvMx1pricingQty, |
| | | this.gvMx1deliveryDate, |
| | | this.gvMx1earliestDeliveryDate, |
| | | this.gvMx1latestDeliveryDate, |
| | | this.gvMx1demandOrg, |
| | | this.gvMx1receivingOrg, |
| | | this.gvMx1settlementOrg, |
| | | this.gvMx1isGift, |
| | | this.gvMx1remarks, |
| | | this.gvMx1supplierItemCode, |
| | | this.gvMx1supplierItemName, |
| | | this.gvMx1outsourcingOrderId, |
| | | this.gvMx1batchNumber, |
| | | this.gvMx1businessClose, |
| | |
| | | this.gvMx1changeFlag, |
| | | this.gvMx1demandSource, |
| | | this.gvMx1demandDocumentId, |
| | | this.gvMx1demandDocumentLineId, |
| | | this.gvMx1ebelnK3id, |
| | | this.gvMx1id, |
| | | this.gvMx1erpId, |
| | | this.gvMx1purchaseOrderLineNumber}); |
| | | this.gvMx1demandDocumentLineId}); |
| | | this.gvMx1.GridControl = this.gcMx1; |
| | | this.gvMx1.Name = "gvMx1"; |
| | | this.gvMx1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.True; |
| | |
| | | this.gv_changereason.AppearanceCell.Options.UseFont = true; |
| | | this.gv_changereason.Caption = "变更原因 "; |
| | | this.gv_changereason.FieldName = "changereason"; |
| | | this.gv_changereason.MinWidth = 50; |
| | | this.gv_changereason.MinWidth = 100; |
| | | 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 = 32; |
| | | this.gv_changereason.Width = 50; |
| | | this.gv_changereason.VisibleIndex = 28; |
| | | this.gv_changereason.Width = 100; |
| | | // |
| | | // lb_checkFalg |
| | | // |
| | |
| | | this.gv_checkFalg.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkFalg.Caption = "审核标识 "; |
| | | this.gv_checkFalg.FieldName = "checkFalg"; |
| | | this.gv_checkFalg.MinWidth = 50; |
| | | this.gv_checkFalg.MinWidth = 100; |
| | | this.gv_checkFalg.Name = "gv_checkFalg"; |
| | | this.gv_checkFalg.OptionsColumn.AllowEdit = false; |
| | | this.gv_checkFalg.Tag = "query_a.CHECK_FALG"; |
| | | this.gv_checkFalg.Visible = true; |
| | | this.gv_checkFalg.VisibleIndex = 31; |
| | | this.gv_checkFalg.Width = 50; |
| | | this.gv_checkFalg.VisibleIndex = 27; |
| | | this.gv_checkFalg.Width = 100; |
| | | // |
| | | // lb_checkBy |
| | | // |
| | |
| | | this.gv_checkBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkBy.Caption = "审核人 "; |
| | | this.gv_checkBy.FieldName = "checkBy"; |
| | | this.gv_checkBy.MinWidth = 50; |
| | | this.gv_checkBy.MinWidth = 100; |
| | | this.gv_checkBy.Name = "gv_checkBy"; |
| | | this.gv_checkBy.OptionsColumn.AllowEdit = false; |
| | | this.gv_checkBy.Tag = "query_a.CHECK_BY"; |
| | | this.gv_checkBy.Visible = true; |
| | | this.gv_checkBy.VisibleIndex = 30; |
| | | this.gv_checkBy.Width = 50; |
| | | this.gv_checkBy.VisibleIndex = 26; |
| | | this.gv_checkBy.Width = 100; |
| | | // |
| | | // lb_checkDate |
| | | // |
| | |
| | | this.gv_checkDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_checkDate.Caption = "审核日期 "; |
| | | this.gv_checkDate.FieldName = "checkDate"; |
| | | this.gv_checkDate.MinWidth = 50; |
| | | this.gv_checkDate.MinWidth = 100; |
| | | 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 = 29; |
| | | this.gv_checkDate.Width = 50; |
| | | this.gv_checkDate.VisibleIndex = 25; |
| | | this.gv_checkDate.Width = 100; |
| | | // |
| | | // lb_ebelnK3id |
| | | // |
| | |
| | | this.txt_ebelnK3id.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_ebelnK3id.Size = new System.Drawing.Size(150, 28); |
| | | this.txt_ebelnK3id.TabIndex = 360; |
| | | // |
| | | // gv_ebelnK3id |
| | | // |
| | | this.gv_ebelnK3id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_ebelnK3id.AppearanceCell.Options.UseFont = true; |
| | | this.gv_ebelnK3id.Caption = "ERP的ID号 "; |
| | | this.gv_ebelnK3id.FieldName = "ebelnK3id"; |
| | | this.gv_ebelnK3id.MinWidth = 50; |
| | | this.gv_ebelnK3id.Name = "gv_ebelnK3id"; |
| | | this.gv_ebelnK3id.OptionsColumn.AllowEdit = false; |
| | | this.gv_ebelnK3id.Tag = "query_a.EBELN_K3ID"; |
| | | this.gv_ebelnK3id.Visible = true; |
| | | this.gv_ebelnK3id.VisibleIndex = 28; |
| | | this.gv_ebelnK3id.Width = 50; |
| | | // |
| | | // lb_erpCheckDate |
| | | // |
| | |
| | | this.gv_erpCheckDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_erpCheckDate.Caption = "审核时间 "; |
| | | this.gv_erpCheckDate.FieldName = "erpCheckDate"; |
| | | this.gv_erpCheckDate.MinWidth = 50; |
| | | this.gv_erpCheckDate.MinWidth = 100; |
| | | 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 = 27; |
| | | this.gv_erpCheckDate.Width = 50; |
| | | this.gv_erpCheckDate.VisibleIndex = 24; |
| | | this.gv_erpCheckDate.Width = 100; |
| | | // |
| | | // lb_erpCheckBy |
| | | // |
| | |
| | | this.gv_erpCheckBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_erpCheckBy.Caption = "审核人 "; |
| | | this.gv_erpCheckBy.FieldName = "erpCheckBy"; |
| | | this.gv_erpCheckBy.MinWidth = 50; |
| | | this.gv_erpCheckBy.MinWidth = 100; |
| | | 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 = 26; |
| | | this.gv_erpCheckBy.Width = 50; |
| | | this.gv_erpCheckBy.VisibleIndex = 23; |
| | | this.gv_erpCheckBy.Width = 100; |
| | | // |
| | | // lb_lastupdateBy |
| | | // |
| | |
| | | this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastupdateBy.Caption = "最后修改人 "; |
| | | this.gv_lastupdateBy.FieldName = "lastupdateBy"; |
| | | this.gv_lastupdateBy.MinWidth = 50; |
| | | this.gv_lastupdateBy.MinWidth = 100; |
| | | 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 = 25; |
| | | this.gv_lastupdateBy.Width = 50; |
| | | this.gv_lastupdateBy.VisibleIndex = 22; |
| | | this.gv_lastupdateBy.Width = 100; |
| | | // |
| | | // lb_lastupdateDate |
| | | // |
| | |
| | | this.gv_lastupdateDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_lastupdateDate.Caption = "最后修改时间 "; |
| | | this.gv_lastupdateDate.FieldName = "lastupdateDate"; |
| | | this.gv_lastupdateDate.MinWidth = 50; |
| | | this.gv_lastupdateDate.MinWidth = 100; |
| | | 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 = 24; |
| | | this.gv_lastupdateDate.Width = 50; |
| | | this.gv_lastupdateDate.VisibleIndex = 21; |
| | | this.gv_lastupdateDate.Width = 100; |
| | | // |
| | | // lb_createDate |
| | | // |
| | |
| | | this.gv_createDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createDate.Caption = "创建日期 "; |
| | | this.gv_createDate.FieldName = "createDate"; |
| | | this.gv_createDate.MinWidth = 50; |
| | | this.gv_createDate.MinWidth = 200; |
| | | 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 = 23; |
| | | this.gv_createDate.Width = 50; |
| | | this.gv_createDate.VisibleIndex = 20; |
| | | this.gv_createDate.Width = 200; |
| | | // |
| | | // lb_createBy |
| | | // |
| | |
| | | this.gv_createBy.AppearanceCell.Options.UseFont = true; |
| | | this.gv_createBy.Caption = "创建人 "; |
| | | this.gv_createBy.FieldName = "createBy"; |
| | | this.gv_createBy.MinWidth = 50; |
| | | this.gv_createBy.MinWidth = 100; |
| | | 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 = 22; |
| | | this.gv_createBy.Width = 50; |
| | | this.gv_createBy.VisibleIndex = 19; |
| | | this.gv_createBy.Width = 100; |
| | | // |
| | | // lb_cancellationDate |
| | | // |
| | |
| | | this.gv_cancellationDate.AppearanceCell.Options.UseFont = true; |
| | | this.gv_cancellationDate.Caption = "作废日期 "; |
| | | this.gv_cancellationDate.FieldName = "cancellationDate"; |
| | | this.gv_cancellationDate.MinWidth = 50; |
| | | this.gv_cancellationDate.MinWidth = 100; |
| | | 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 = 21; |
| | | this.gv_cancellationDate.Width = 50; |
| | | this.gv_cancellationDate.VisibleIndex = 18; |
| | | this.gv_cancellationDate.Width = 100; |
| | | // |
| | | // lb_cancellationPerson |
| | | // |
| | |
| | | this.gv_cancellationPerson.AppearanceCell.Options.UseFont = true; |
| | | this.gv_cancellationPerson.Caption = "作废人 "; |
| | | this.gv_cancellationPerson.FieldName = "cancellationPerson"; |
| | | this.gv_cancellationPerson.MinWidth = 50; |
| | | this.gv_cancellationPerson.MinWidth = 100; |
| | | 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 = 20; |
| | | this.gv_cancellationPerson.Width = 50; |
| | | this.gv_cancellationPerson.VisibleIndex = 17; |
| | | this.gv_cancellationPerson.Width = 100; |
| | | // |
| | | // lb_cancellationStatus |
| | | // |
| | |
| | | this.gv_cancellationStatus.OptionsColumn.AllowEdit = false; |
| | | this.gv_cancellationStatus.Tag = "query_a.CANCELLATION_STATUS"; |
| | | this.gv_cancellationStatus.Visible = true; |
| | | this.gv_cancellationStatus.VisibleIndex = 19; |
| | | this.gv_cancellationStatus.VisibleIndex = 17; |
| | | this.gv_cancellationStatus.Width = 50; |
| | | // |
| | | // lb_fixtureMoldProcurement |
| | |
| | | this.txt_fixtureMoldProcurement.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_fixtureMoldProcurement.Size = new System.Drawing.Size(150, 28); |
| | | this.txt_fixtureMoldProcurement.TabIndex = 285; |
| | | // |
| | | // gv_fixtureMoldProcurement |
| | | // |
| | | this.gv_fixtureMoldProcurement.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_fixtureMoldProcurement.AppearanceCell.Options.UseFont = true; |
| | | this.gv_fixtureMoldProcurement.Caption = "治具丶模具加工及采购 "; |
| | | this.gv_fixtureMoldProcurement.FieldName = "fixtureMoldProcurement"; |
| | | this.gv_fixtureMoldProcurement.MinWidth = 50; |
| | | this.gv_fixtureMoldProcurement.Name = "gv_fixtureMoldProcurement"; |
| | | this.gv_fixtureMoldProcurement.OptionsColumn.AllowEdit = false; |
| | | this.gv_fixtureMoldProcurement.Tag = "query_a.FIXTURE_MOLD_PROCUREMENT"; |
| | | this.gv_fixtureMoldProcurement.Visible = true; |
| | | this.gv_fixtureMoldProcurement.VisibleIndex = 18; |
| | | this.gv_fixtureMoldProcurement.Width = 50; |
| | | // |
| | | // lb_remarks |
| | | // |
| | |
| | | this.gv_remarks.AppearanceCell.Options.UseFont = true; |
| | | this.gv_remarks.Caption = "备注 "; |
| | | this.gv_remarks.FieldName = "remarks"; |
| | | this.gv_remarks.MinWidth = 50; |
| | | this.gv_remarks.MinWidth = 100; |
| | | 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 = 17; |
| | | this.gv_remarks.Width = 50; |
| | | this.gv_remarks.VisibleIndex = 15; |
| | | this.gv_remarks.Width = 100; |
| | | // |
| | | // lb_transportMethod |
| | | // |
| | |
| | | this.gv_transportMethod.AppearanceCell.Options.UseFont = true; |
| | | this.gv_transportMethod.Caption = "运输方式 "; |
| | | this.gv_transportMethod.FieldName = "transportMethod"; |
| | | this.gv_transportMethod.MinWidth = 50; |
| | | this.gv_transportMethod.MinWidth = 100; |
| | | this.gv_transportMethod.Name = "gv_transportMethod"; |
| | | this.gv_transportMethod.OptionsColumn.AllowEdit = false; |
| | | this.gv_transportMethod.Tag = "query_a.TRANSPORT_METHOD"; |
| | | this.gv_transportMethod.Visible = true; |
| | | this.gv_transportMethod.VisibleIndex = 16; |
| | | this.gv_transportMethod.Width = 50; |
| | | this.gv_transportMethod.VisibleIndex = 14; |
| | | this.gv_transportMethod.Width = 100; |
| | | // |
| | | // lb_email |
| | | // |
| | |
| | | this.txt_email.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_email.Size = new System.Drawing.Size(150, 28); |
| | | this.txt_email.TabIndex = 267; |
| | | // |
| | | // gv_email |
| | | // |
| | | this.gv_email.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_email.AppearanceCell.Options.UseFont = true; |
| | | this.gv_email.Caption = "邮箱 "; |
| | | this.gv_email.FieldName = "email"; |
| | | this.gv_email.MinWidth = 50; |
| | | this.gv_email.Name = "gv_email"; |
| | | this.gv_email.OptionsColumn.AllowEdit = false; |
| | | this.gv_email.Tag = "query_a.EMAIL"; |
| | | this.gv_email.Visible = true; |
| | | this.gv_email.VisibleIndex = 15; |
| | | this.gv_email.Width = 50; |
| | | // |
| | | // lb_paymentParty |
| | | // |
| | |
| | | this.gv_paymentParty.AppearanceCell.Options.UseFont = true; |
| | | this.gv_paymentParty.Caption = "收款方 "; |
| | | this.gv_paymentParty.FieldName = "paymentParty"; |
| | | this.gv_paymentParty.MinWidth = 50; |
| | | this.gv_paymentParty.MinWidth = 100; |
| | | this.gv_paymentParty.Name = "gv_paymentParty"; |
| | | this.gv_paymentParty.OptionsColumn.AllowEdit = false; |
| | | this.gv_paymentParty.Tag = "query_a.PAYMENT_PARTY"; |
| | | this.gv_paymentParty.Visible = true; |
| | | this.gv_paymentParty.VisibleIndex = 14; |
| | | this.gv_paymentParty.Width = 50; |
| | | this.gv_paymentParty.VisibleIndex = 13; |
| | | this.gv_paymentParty.Width = 100; |
| | | // |
| | | // lb_settlementParty |
| | | // |
| | |
| | | this.gv_settlementParty.AppearanceCell.Options.UseFont = true; |
| | | this.gv_settlementParty.Caption = "结算方 "; |
| | | this.gv_settlementParty.FieldName = "settlementParty"; |
| | | this.gv_settlementParty.MinWidth = 50; |
| | | this.gv_settlementParty.MinWidth = 100; |
| | | this.gv_settlementParty.Name = "gv_settlementParty"; |
| | | this.gv_settlementParty.OptionsColumn.AllowEdit = false; |
| | | this.gv_settlementParty.Tag = "query_a.SETTLEMENT_PARTY"; |
| | | this.gv_settlementParty.Visible = true; |
| | | this.gv_settlementParty.VisibleIndex = 13; |
| | | this.gv_settlementParty.Width = 50; |
| | | this.gv_settlementParty.VisibleIndex = 12; |
| | | this.gv_settlementParty.Width = 100; |
| | | // |
| | | // lb_qualityReq |
| | | // |
| | |
| | | this.gv_qualityReq.AppearanceCell.Options.UseFont = true; |
| | | this.gv_qualityReq.Caption = "质量要求 "; |
| | | this.gv_qualityReq.FieldName = "qualityReq"; |
| | | this.gv_qualityReq.MinWidth = 50; |
| | | this.gv_qualityReq.MinWidth = 100; |
| | | 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 = 12; |
| | | this.gv_qualityReq.Width = 50; |
| | | this.gv_qualityReq.VisibleIndex = 11; |
| | | this.gv_qualityReq.Width = 100; |
| | | // |
| | | // lb_purchaser |
| | | // |
| | |
| | | this.txt_purchaseGroup.Size = new System.Drawing.Size(150, 28); |
| | | this.txt_purchaseGroup.TabIndex = 240; |
| | | // |
| | | // gv_purchaseGroup |
| | | // |
| | | this.gv_purchaseGroup.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_purchaseGroup.AppearanceCell.Options.UseFont = true; |
| | | this.gv_purchaseGroup.Caption = "采购组 "; |
| | | this.gv_purchaseGroup.FieldName = "purchaseGroup"; |
| | | this.gv_purchaseGroup.MinWidth = 110; |
| | | this.gv_purchaseGroup.Name = "gv_purchaseGroup"; |
| | | this.gv_purchaseGroup.OptionsColumn.AllowEdit = false; |
| | | this.gv_purchaseGroup.Tag = "query_a.PURCHASE_GROUP"; |
| | | this.gv_purchaseGroup.Visible = true; |
| | | this.gv_purchaseGroup.VisibleIndex = 9; |
| | | this.gv_purchaseGroup.Width = 110; |
| | | // |
| | | // lb_purchaseDept |
| | | // |
| | | this.lb_purchaseDept.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); |
| | |
| | | this.gv_purchaseDept.OptionsColumn.AllowEdit = false; |
| | | this.gv_purchaseDept.Tag = "query_a.PURCHASE_DEPT"; |
| | | this.gv_purchaseDept.Visible = true; |
| | | this.gv_purchaseDept.VisibleIndex = 8; |
| | | this.gv_purchaseDept.VisibleIndex = 9; |
| | | this.gv_purchaseDept.Width = 110; |
| | | // |
| | | // lb_purchaseOrg |
| | |
| | | this.txt_purchaseOrg.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_purchaseOrg.Size = new System.Drawing.Size(150, 28); |
| | | this.txt_purchaseOrg.TabIndex = 231; |
| | | // |
| | | // gv_purchaseOrg |
| | | // |
| | | this.gv_purchaseOrg.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gv_purchaseOrg.AppearanceCell.Options.UseFont = true; |
| | | this.gv_purchaseOrg.Caption = "采购组织 "; |
| | | this.gv_purchaseOrg.FieldName = "purchaseOrg"; |
| | | this.gv_purchaseOrg.MinWidth = 110; |
| | | this.gv_purchaseOrg.Name = "gv_purchaseOrg"; |
| | | this.gv_purchaseOrg.OptionsColumn.AllowEdit = false; |
| | | this.gv_purchaseOrg.Tag = "query_a.PURCHASE_ORG"; |
| | | this.gv_purchaseOrg.Visible = true; |
| | | this.gv_purchaseOrg.VisibleIndex = 7; |
| | | this.gv_purchaseOrg.Width = 110; |
| | | // |
| | | // lb_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.VisibleIndex = 7; |
| | | this.gv_closeStatus.Width = 100; |
| | | // |
| | | // lb_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.VisibleIndex = 6; |
| | | this.gv_supplier.Width = 110; |
| | | // |
| | | // lb_purchaseDate |
| | |
| | | this.gv_purchaseDate.OptionsColumn.AllowEdit = false; |
| | | this.gv_purchaseDate.Tag = "query_a.PURCHASE_DATE"; |
| | | this.gv_purchaseDate.Visible = true; |
| | | this.gv_purchaseDate.VisibleIndex = 4; |
| | | this.gv_purchaseDate.VisibleIndex = 5; |
| | | this.gv_purchaseDate.Width = 200; |
| | | // |
| | | // lb_businessType |
| | |
| | | this.gv_businessType.OptionsColumn.AllowEdit = false; |
| | | this.gv_businessType.Tag = "query_a.BUSINESS_TYPE"; |
| | | this.gv_businessType.Visible = true; |
| | | this.gv_businessType.VisibleIndex = 3; |
| | | this.gv_businessType.VisibleIndex = 4; |
| | | this.gv_businessType.Width = 100; |
| | | // |
| | | // lb_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.VisibleIndex = 3; |
| | | this.gv_documentType.Width = 110; |
| | | // |
| | | // lb_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.VisibleIndex = 2; |
| | | this.gv_documentStatus.Width = 100; |
| | | // |
| | | // lb_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.VisibleIndex = 1; |
| | | this.gv_billNo.Width = 120; |
| | | // |
| | | // toolBarMenu1 |
| | |
| | | this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F); |
| | | this.gridView1.Appearance.Row.Options.UseFont = true; |
| | | this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { |
| | | this.gv_factory, |
| | | this.gv_billNo, |
| | | this.gv_documentStatus, |
| | | this.gv_documentType, |
| | |
| | | this.gv_purchaseDate, |
| | | this.gv_supplier, |
| | | this.gv_closeStatus, |
| | | this.gv_purchaseOrg, |
| | | this.gv_purchaseDept, |
| | | this.gv_purchaseGroup, |
| | | this.gv_qtyAcceptance, |
| | | this.gv_purchaser, |
| | | this.gv_qualityReq, |
| | | this.gv_settlementParty, |
| | | this.gv_paymentParty, |
| | | this.gv_email, |
| | | this.gv_transportMethod, |
| | | this.gv_remarks, |
| | | this.gv_fixtureMoldProcurement, |
| | | this.gv_cancellationStatus, |
| | | this.gv_cancellationPerson, |
| | | this.gv_cancellationDate, |
| | |
| | | this.gv_lastupdateBy, |
| | | this.gv_erpCheckBy, |
| | | this.gv_erpCheckDate, |
| | | this.gv_ebelnK3id, |
| | | this.gv_checkDate, |
| | | this.gv_checkBy, |
| | | this.gv_checkFalg, |
| | | this.gv_changereason, |
| | | this.gv_factory}); |
| | | this.gv_changereason}); |
| | | this.gridView1.GridControl = this.gcMain; |
| | | this.gridView1.IndicatorWidth = 50; |
| | | this.gridView1.Name = "gridView1"; |
| | |
| | | this.gv_factory.MinWidth = 25; |
| | | this.gv_factory.Name = "gv_factory"; |
| | | this.gv_factory.Visible = true; |
| | | this.gv_factory.VisibleIndex = 33; |
| | | this.gv_factory.VisibleIndex = 0; |
| | | this.gv_factory.Width = 25; |
| | | // |
| | | // xtraTabControl1 |
| | |
| | | private System.Windows.Forms.Label lbGuid; |
| | | private DevExpress.XtraEditors.LabelControl labelControl11; |
| | | private DevExpress.XtraTab.XtraTabControl tabMx; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1purchaseOrderLineNumber; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1erpId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1id; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1ebelnK3id; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1demandDocumentLineId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1demandDocumentId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1demandSource; |
| | |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1businessClose; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1batchNumber; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1outsourcingOrderId; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1supplierItemName; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1supplierItemCode; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1remarks; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1isGift; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1settlementOrg; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1receivingOrg; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1demandOrg; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1latestDeliveryDate; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1earliestDeliveryDate; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gvMx1deliveryDate; |
| | |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_ebelnK3id; |
| | | private DevExpress.XtraEditors.TextEdit txt_ebelnK3id; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_ebelnK3id; |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_erpCheckDate; |
| | | private DevExpress.XtraEditors.TextEdit txt_erpCheckDate; |
| | |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_fixtureMoldProcurement; |
| | | private DevExpress.XtraEditors.TextEdit txt_fixtureMoldProcurement; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_fixtureMoldProcurement; |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_remarks; |
| | | private DevExpress.XtraEditors.TextEdit txt_remarks; |
| | |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_email; |
| | | private DevExpress.XtraEditors.TextEdit txt_email; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_email; |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_paymentParty; |
| | | private DevExpress.XtraEditors.TextEdit txt_paymentParty; |
| | |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_purchaseGroup; |
| | | private DevExpress.XtraEditors.TextEdit txt_purchaseGroup; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseGroup; |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_purchaseDept; |
| | | private DevExpress.XtraEditors.TextEdit txt_purchaseDept; |
| | |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_purchaseOrg; |
| | | private DevExpress.XtraEditors.TextEdit txt_purchaseOrg; |
| | | private DevExpress.XtraGrid.Columns.GridColumn gv_purchaseOrg; |
| | | |
| | | private DevExpress.XtraEditors.LabelControl lb_closeStatus; |
| | | private DevExpress.XtraEditors.TextEdit txt_closeStatus; |