From 41e4e091da1149150501f5c07244c44053c0309a Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 23 六月 2025 16:15:10 +0800
Subject: [PATCH] 重检方案
---
DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.Designer.cs | 208 +++++++++++++++++++++++++++------------------------
1 files changed, 110 insertions(+), 98 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.Designer.cs
index ef51a2a..0d5f213 100644
--- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_ProductionOrder.Designer.cs
@@ -30,19 +30,19 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.ColumnDefinition columnDefinition3 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition6 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition7 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition8 = new DevExpress.XtraLayout.RowDefinition();
- DevExpress.XtraLayout.RowDefinition rowDefinition9 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition7 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.ColumnDefinition columnDefinition8 = new DevExpress.XtraLayout.ColumnDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition10 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition11 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition12 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition13 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition14 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition15 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition16 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition17 = new DevExpress.XtraLayout.RowDefinition();
+ DevExpress.XtraLayout.RowDefinition rowDefinition18 = new DevExpress.XtraLayout.RowDefinition();
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -50,12 +50,12 @@
this.gcMain1 = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.gv_orderNo = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gv_businessStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_erpProductionOrderNo = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_orderType = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gv_businessStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_workOrderQty = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_nostockinqty = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_stockinqty = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -202,6 +202,7 @@
this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
this.picCheckBox = new System.Windows.Forms.PictureBox();
this.tips = new DevExpress.Utils.ToolTipController(this.components);
+ this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -407,7 +408,8 @@
this.gridColumn4,
this.gridColumn7,
this.gridColumn14,
- this.gridColumn15});
+ this.gridColumn15,
+ this.gridColumn16});
this.gridView1.GridControl = this.gcMain1;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -425,8 +427,21 @@
this.gv_orderNo.OptionsColumn.AllowEdit = false;
this.gv_orderNo.Tag = "query_a.ORDER_NO";
this.gv_orderNo.Visible = true;
- this.gv_orderNo.VisibleIndex = 0;
+ this.gv_orderNo.VisibleIndex = 3;
this.gv_orderNo.Width = 120;
+ //
+ // gv_businessStatus
+ //
+ this.gv_businessStatus.AppearanceCell.Options.UseFont = true;
+ this.gv_businessStatus.Caption = "涓氬姟鐘舵��";
+ this.gv_businessStatus.FieldName = "businessStatus";
+ this.gv_businessStatus.MinWidth = 25;
+ this.gv_businessStatus.Name = "gv_businessStatus";
+ this.gv_businessStatus.OptionsColumn.AllowEdit = false;
+ this.gv_businessStatus.Tag = "query_a.BUSINESS_STATUS";
+ this.gv_businessStatus.Visible = true;
+ this.gv_businessStatus.VisibleIndex = 5;
+ this.gv_businessStatus.Width = 50;
//
// gridColumn3
//
@@ -435,7 +450,7 @@
this.gridColumn3.MinWidth = 10;
this.gridColumn3.Name = "gridColumn3";
this.gridColumn3.Visible = true;
- this.gridColumn3.VisibleIndex = 2;
+ this.gridColumn3.VisibleIndex = 6;
this.gridColumn3.Width = 100;
//
// gridColumn2
@@ -445,7 +460,7 @@
this.gridColumn2.MinWidth = 10;
this.gridColumn2.Name = "gridColumn2";
this.gridColumn2.Visible = true;
- this.gridColumn2.VisibleIndex = 3;
+ this.gridColumn2.VisibleIndex = 7;
this.gridColumn2.Width = 150;
//
// gridColumn1
@@ -455,7 +470,7 @@
this.gridColumn1.MinWidth = 10;
this.gridColumn1.Name = "gridColumn1";
this.gridColumn1.Visible = true;
- this.gridColumn1.VisibleIndex = 4;
+ this.gridColumn1.VisibleIndex = 8;
this.gridColumn1.Width = 150;
//
// gv_erpProductionOrderNo
@@ -468,7 +483,7 @@
this.gv_erpProductionOrderNo.OptionsColumn.AllowEdit = false;
this.gv_erpProductionOrderNo.Tag = "query_a.ERP_PRODUCTION_ORDER_NO";
this.gv_erpProductionOrderNo.Visible = true;
- this.gv_erpProductionOrderNo.VisibleIndex = 5;
+ this.gv_erpProductionOrderNo.VisibleIndex = 4;
this.gv_erpProductionOrderNo.Width = 94;
//
// gv_orderType
@@ -481,21 +496,8 @@
this.gv_orderType.OptionsColumn.AllowEdit = false;
this.gv_orderType.Tag = "query_a.ORDER_TYPE";
this.gv_orderType.Visible = true;
- this.gv_orderType.VisibleIndex = 6;
+ this.gv_orderType.VisibleIndex = 9;
this.gv_orderType.Width = 94;
- //
- // gv_businessStatus
- //
- this.gv_businessStatus.AppearanceCell.Options.UseFont = true;
- this.gv_businessStatus.Caption = "涓氬姟鐘舵��";
- this.gv_businessStatus.FieldName = "businessStatus";
- this.gv_businessStatus.MinWidth = 25;
- this.gv_businessStatus.Name = "gv_businessStatus";
- this.gv_businessStatus.OptionsColumn.AllowEdit = false;
- this.gv_businessStatus.Tag = "query_a.BUSINESS_STATUS";
- this.gv_businessStatus.Visible = true;
- this.gv_businessStatus.VisibleIndex = 1;
- this.gv_businessStatus.Width = 50;
//
// gv_workOrderQty
//
@@ -507,7 +509,7 @@
this.gv_workOrderQty.OptionsColumn.AllowEdit = false;
this.gv_workOrderQty.Tag = "query_a.WORK_ORDER_QTY";
this.gv_workOrderQty.Visible = true;
- this.gv_workOrderQty.VisibleIndex = 7;
+ this.gv_workOrderQty.VisibleIndex = 10;
this.gv_workOrderQty.Width = 50;
//
// gv_nostockinqty
@@ -520,7 +522,7 @@
this.gv_nostockinqty.OptionsColumn.AllowEdit = false;
this.gv_nostockinqty.Tag = "query_a.NOSTOCKINQTY";
this.gv_nostockinqty.Visible = true;
- this.gv_nostockinqty.VisibleIndex = 8;
+ this.gv_nostockinqty.VisibleIndex = 12;
this.gv_nostockinqty.Width = 50;
//
// gv_stockinqty
@@ -533,7 +535,7 @@
this.gv_stockinqty.OptionsColumn.AllowEdit = false;
this.gv_stockinqty.Tag = "query_a.STOCKINQTY";
this.gv_stockinqty.Visible = true;
- this.gv_stockinqty.VisibleIndex = 9;
+ this.gv_stockinqty.VisibleIndex = 11;
this.gv_stockinqty.Width = 50;
//
// gv_unit
@@ -546,33 +548,33 @@
this.gv_unit.OptionsColumn.AllowEdit = false;
this.gv_unit.Tag = "query_a.UNIT";
this.gv_unit.Visible = true;
- this.gv_unit.VisibleIndex = 11;
+ this.gv_unit.VisibleIndex = 15;
this.gv_unit.Width = 50;
//
// gv_estimatedStartTime
//
this.gv_estimatedStartTime.AppearanceCell.Options.UseFont = true;
- this.gv_estimatedStartTime.Caption = "棰勮寮�宸ユ椂闂� ";
+ this.gv_estimatedStartTime.Caption = "Erp棰勮寮�宸�";
this.gv_estimatedStartTime.FieldName = "estimatedStartTime";
this.gv_estimatedStartTime.MinWidth = 10;
this.gv_estimatedStartTime.Name = "gv_estimatedStartTime";
this.gv_estimatedStartTime.OptionsColumn.AllowEdit = false;
this.gv_estimatedStartTime.Tag = "query_a.ESTIMATED_START_TIME";
this.gv_estimatedStartTime.Visible = true;
- this.gv_estimatedStartTime.VisibleIndex = 10;
+ this.gv_estimatedStartTime.VisibleIndex = 13;
this.gv_estimatedStartTime.Width = 180;
//
// gv_estimatedEndTime
//
this.gv_estimatedEndTime.AppearanceCell.Options.UseFont = true;
- this.gv_estimatedEndTime.Caption = "棰勮瀹屽伐鏃堕棿 ";
+ this.gv_estimatedEndTime.Caption = "Erp棰勮瀹屽伐";
this.gv_estimatedEndTime.FieldName = "estimatedEndTime";
this.gv_estimatedEndTime.MinWidth = 10;
this.gv_estimatedEndTime.Name = "gv_estimatedEndTime";
this.gv_estimatedEndTime.OptionsColumn.AllowEdit = false;
this.gv_estimatedEndTime.Tag = "query_a.ESTIMATED_END_TIME";
this.gv_estimatedEndTime.Visible = true;
- this.gv_estimatedEndTime.VisibleIndex = 12;
+ this.gv_estimatedEndTime.VisibleIndex = 14;
this.gv_estimatedEndTime.Width = 180;
//
// gv_planReleaseDate
@@ -585,7 +587,7 @@
this.gv_planReleaseDate.OptionsColumn.AllowEdit = false;
this.gv_planReleaseDate.Tag = "query_a.PLAN_RELEASE_DATE";
this.gv_planReleaseDate.Visible = true;
- this.gv_planReleaseDate.VisibleIndex = 13;
+ this.gv_planReleaseDate.VisibleIndex = 16;
this.gv_planReleaseDate.Width = 94;
//
// gv_storageUpperLimit
@@ -598,7 +600,7 @@
this.gv_storageUpperLimit.OptionsColumn.AllowEdit = false;
this.gv_storageUpperLimit.Tag = "query_a.STORAGE_UPPER_LIMIT";
this.gv_storageUpperLimit.Visible = true;
- this.gv_storageUpperLimit.VisibleIndex = 14;
+ this.gv_storageUpperLimit.VisibleIndex = 17;
this.gv_storageUpperLimit.Width = 50;
//
// gv_storageLowerLimit
@@ -611,7 +613,7 @@
this.gv_storageLowerLimit.OptionsColumn.AllowEdit = false;
this.gv_storageLowerLimit.Tag = "query_a.STORAGE_LOWER_LIMIT";
this.gv_storageLowerLimit.Visible = true;
- this.gv_storageLowerLimit.VisibleIndex = 16;
+ this.gv_storageLowerLimit.VisibleIndex = 18;
this.gv_storageLowerLimit.Width = 50;
//
// gv_trackingNo
@@ -623,8 +625,6 @@
this.gv_trackingNo.Name = "gv_trackingNo";
this.gv_trackingNo.OptionsColumn.AllowEdit = false;
this.gv_trackingNo.Tag = "query_a.TRACKING_NO";
- this.gv_trackingNo.Visible = true;
- this.gv_trackingNo.VisibleIndex = 15;
this.gv_trackingNo.Width = 94;
//
// gv_batchNo
@@ -637,7 +637,7 @@
this.gv_batchNo.OptionsColumn.AllowEdit = false;
this.gv_batchNo.Tag = "query_a.BATCH_NO";
this.gv_batchNo.Visible = true;
- this.gv_batchNo.VisibleIndex = 17;
+ this.gv_batchNo.VisibleIndex = 19;
this.gv_batchNo.Width = 94;
//
// gv_bomVersion
@@ -650,7 +650,7 @@
this.gv_bomVersion.OptionsColumn.AllowEdit = false;
this.gv_bomVersion.Tag = "query_a.BOM_VERSION";
this.gv_bomVersion.Visible = true;
- this.gv_bomVersion.VisibleIndex = 18;
+ this.gv_bomVersion.VisibleIndex = 20;
this.gv_bomVersion.Width = 94;
//
// gv_generationMethod
@@ -663,7 +663,7 @@
this.gv_generationMethod.OptionsColumn.AllowEdit = false;
this.gv_generationMethod.Tag = "query_a.GENERATION_METHOD";
this.gv_generationMethod.Visible = true;
- this.gv_generationMethod.VisibleIndex = 19;
+ this.gv_generationMethod.VisibleIndex = 21;
this.gv_generationMethod.Width = 94;
//
// gv_demandOrderNo
@@ -676,7 +676,7 @@
this.gv_demandOrderNo.OptionsColumn.AllowEdit = false;
this.gv_demandOrderNo.Tag = "query_a.DEMAND_ORDER_NO";
this.gv_demandOrderNo.Visible = true;
- this.gv_demandOrderNo.VisibleIndex = 20;
+ this.gv_demandOrderNo.VisibleIndex = 22;
this.gv_demandOrderNo.Width = 94;
//
// gv_demandOrderLineNo
@@ -689,7 +689,7 @@
this.gv_demandOrderLineNo.OptionsColumn.AllowEdit = false;
this.gv_demandOrderLineNo.Tag = "query_a.DEMAND_ORDER_LINE_NO";
this.gv_demandOrderLineNo.Visible = true;
- this.gv_demandOrderLineNo.VisibleIndex = 21;
+ this.gv_demandOrderLineNo.VisibleIndex = 23;
this.gv_demandOrderLineNo.Width = 60;
//
// gv_closingPerson
@@ -701,8 +701,6 @@
this.gv_closingPerson.Name = "gv_closingPerson";
this.gv_closingPerson.OptionsColumn.AllowEdit = false;
this.gv_closingPerson.Tag = "query_a.CLOSING_PERSON";
- this.gv_closingPerson.Visible = true;
- this.gv_closingPerson.VisibleIndex = 22;
this.gv_closingPerson.Width = 94;
//
// gv_closingType
@@ -714,8 +712,6 @@
this.gv_closingType.Name = "gv_closingType";
this.gv_closingType.OptionsColumn.AllowEdit = false;
this.gv_closingType.Tag = "query_a.CLOSING_TYPE";
- this.gv_closingType.Visible = true;
- this.gv_closingType.VisibleIndex = 23;
this.gv_closingType.Width = 94;
//
// gv_remarks
@@ -766,6 +762,8 @@
this.gv_auditor.Name = "gv_auditor";
this.gv_auditor.OptionsColumn.AllowEdit = false;
this.gv_auditor.Tag = "query_a.AUDITOR";
+ this.gv_auditor.Visible = true;
+ this.gv_auditor.VisibleIndex = 2;
this.gv_auditor.Width = 94;
//
// gv_auditDate
@@ -777,6 +775,8 @@
this.gv_auditDate.Name = "gv_auditDate";
this.gv_auditDate.OptionsColumn.AllowEdit = false;
this.gv_auditDate.Tag = "query_a.AUDIT_DATE";
+ this.gv_auditDate.Visible = true;
+ this.gv_auditDate.VisibleIndex = 1;
this.gv_auditDate.Width = 94;
//
// gv_stockowner
@@ -1302,47 +1302,47 @@
this.layoutControlItem35});
this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
this.Root.Name = "Root";
- columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition1.Width = 100D;
- columnDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition2.Width = 100D;
- columnDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition3.Width = 100D;
- columnDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
- columnDefinition4.Width = 100D;
+ columnDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition5.Width = 100D;
+ columnDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition6.Width = 100D;
+ columnDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition7.Width = 100D;
+ columnDefinition8.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition8.Width = 100D;
this.Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] {
- columnDefinition1,
- columnDefinition2,
- columnDefinition3,
- columnDefinition4});
- rowDefinition1.Height = 100D;
- rowDefinition1.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition2.Height = 100D;
- rowDefinition2.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition3.Height = 100D;
- rowDefinition3.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition4.Height = 100D;
- rowDefinition4.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition5.Height = 100D;
- rowDefinition5.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition6.Height = 100D;
- rowDefinition6.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition7.Height = 100D;
- rowDefinition7.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition8.Height = 100D;
- rowDefinition8.SizeType = System.Windows.Forms.SizeType.Percent;
- rowDefinition9.Height = 100D;
- rowDefinition9.SizeType = System.Windows.Forms.SizeType.Percent;
+ columnDefinition5,
+ columnDefinition6,
+ columnDefinition7,
+ columnDefinition8});
+ rowDefinition10.Height = 100D;
+ rowDefinition10.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition11.Height = 100D;
+ rowDefinition11.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition12.Height = 100D;
+ rowDefinition12.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition13.Height = 100D;
+ rowDefinition13.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition14.Height = 100D;
+ rowDefinition14.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition15.Height = 100D;
+ rowDefinition15.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition16.Height = 100D;
+ rowDefinition16.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition17.Height = 100D;
+ rowDefinition17.SizeType = System.Windows.Forms.SizeType.Percent;
+ rowDefinition18.Height = 100D;
+ rowDefinition18.SizeType = System.Windows.Forms.SizeType.Percent;
this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
- rowDefinition1,
- rowDefinition2,
- rowDefinition3,
- rowDefinition4,
- rowDefinition5,
- rowDefinition6,
- rowDefinition7,
- rowDefinition8,
- rowDefinition9});
+ rowDefinition10,
+ rowDefinition11,
+ rowDefinition12,
+ rowDefinition13,
+ rowDefinition14,
+ rowDefinition15,
+ rowDefinition16,
+ rowDefinition17,
+ rowDefinition18});
this.Root.Size = new System.Drawing.Size(1126, 303);
this.Root.TextVisible = false;
//
@@ -1546,12 +1546,13 @@
// layoutControlItem15
//
this.layoutControlItem15.Control = this.txt_estimatedStartTime;
+ this.layoutControlItem15.CustomizationFormText = "Erp棰勮寮�宸�";
this.layoutControlItem15.Location = new System.Drawing.Point(828, 31);
this.layoutControlItem15.Name = "layoutControlItem15";
this.layoutControlItem15.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem15.OptionsTableLayoutItem.RowIndex = 1;
this.layoutControlItem15.Size = new System.Drawing.Size(278, 31);
- this.layoutControlItem15.Text = "棰勮寮�宸ユ椂闂�";
+ this.layoutControlItem15.Text = "Erp棰勮寮�宸�";
this.layoutControlItem15.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem19
@@ -1562,7 +1563,7 @@
this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 3;
this.layoutControlItem19.OptionsTableLayoutItem.RowIndex = 2;
this.layoutControlItem19.Size = new System.Drawing.Size(278, 31);
- this.layoutControlItem19.Text = "棰勮瀹屽伐鏃堕棿";
+ this.layoutControlItem19.Text = "Erp棰勮瀹屽伐";
this.layoutControlItem19.TextSize = new System.Drawing.Size(90, 18);
//
// layoutControlItem23
@@ -1910,7 +1911,7 @@
//
this.gvMx1warehouse.AppearanceCell.Options.UseFont = true;
this.gvMx1warehouse.Caption = "浠撳簱 ";
- this.gvMx1warehouse.FieldName = "warehouse";
+ this.gvMx1warehouse.FieldName = "warehouseTxt";
this.gvMx1warehouse.MinWidth = 50;
this.gvMx1warehouse.Name = "gvMx1warehouse";
this.gvMx1warehouse.Tag = "query_a.WAREHOUSE";
@@ -2215,6 +2216,16 @@
this.picCheckBox.TabStop = false;
this.picCheckBox.Visible = false;
//
+ // gridColumn16
+ //
+ this.gridColumn16.Caption = "瀹℃牳";
+ this.gridColumn16.FieldName = "auditStatusChk";
+ this.gridColumn16.MinWidth = 25;
+ this.gridColumn16.Name = "gridColumn16";
+ this.gridColumn16.Visible = true;
+ this.gridColumn16.VisibleIndex = 0;
+ this.gridColumn16.Width = 94;
+ //
// Frm_ProductionOrder
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -2483,5 +2494,6 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem35;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn15;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn16;
}
}
\ No newline at end of file
--
Gitblit v1.9.3