lu
2025-04-01 2bd886f2f9d315f483126afbfafca3ce18ae8b05
现场修理
已修改2个文件
131 ■■■■■ 文件已修改
DevApp/Gs.DevApp/DevFrm/Work/Frm_Repair.Designer.cs 92 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs 39 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DevApp/Gs.DevApp/DevFrm/Work/Frm_Repair.Designer.cs
@@ -28,16 +28,16 @@
        /// </summary>
        private void InitializeComponent()
        {
            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.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 rowDefinition7 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition8 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition9 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition10 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition11 = new DevExpress.XtraLayout.RowDefinition();
            DevExpress.XtraLayout.RowDefinition rowDefinition12 = new DevExpress.XtraLayout.RowDefinition();
            this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
@@ -168,7 +168,6 @@
            // gcMain1
            // 
            this.gcMain1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcMain1.Location = new System.Drawing.Point(0, 0);
            this.gcMain1.MainView = this.gridView1;
            this.gcMain1.Name = "gcMain1";
@@ -182,7 +181,6 @@
            // 
            // gridView1
            // 
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gv_operationTime,
@@ -198,7 +196,6 @@
            // 
            // gv_operationTime
            // 
            this.gv_operationTime.AppearanceCell.Options.UseFont = true;
            this.gv_operationTime.Caption = "操作时间";
            this.gv_operationTime.FieldName = "operationTime";
@@ -211,7 +208,6 @@
            // 
            // gv_userName
            // 
            this.gv_userName.AppearanceCell.Options.UseFont = true;
            this.gv_userName.Caption = "操作人员";
            this.gv_userName.FieldName = "userName";
@@ -224,7 +220,6 @@
            // 
            // gv_operationTable
            // 
            this.gv_operationTable.AppearanceCell.Options.UseFont = true;
            this.gv_operationTable.Caption = "相关表";
            this.gv_operationTable.FieldName = "operationTable";
@@ -245,7 +240,6 @@
            // 
            // gv_msg
            // 
            this.gv_msg.AppearanceCell.Options.UseFont = true;
            this.gv_msg.Caption = "操作详情";
            this.gv_msg.FieldName = "msg";
@@ -414,38 +408,38 @@
            this.layoutControlItem7});
            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;
            columnDefinition5,
            columnDefinition6,
            columnDefinition7,
            columnDefinition8});
            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;
            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;
            this.Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
            rowDefinition1,
            rowDefinition2,
            rowDefinition3,
            rowDefinition4,
            rowDefinition5,
            rowDefinition6});
            rowDefinition7,
            rowDefinition8,
            rowDefinition9,
            rowDefinition10,
            rowDefinition11,
            rowDefinition12});
            this.Root.Size = new System.Drawing.Size(1126, 192);
            this.Root.TextVisible = false;
            // 
@@ -523,15 +517,15 @@
            this.layoutControlItem7.Text = "返回JSON";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(65, 18);
            // 
            // SysLog
            // Frm_Repair
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1128, 682);
            this.Controls.Add(this.xtraTabControl1);
            this.Controls.Add(this.toolBarMenu1);
            this.Name = "SysLog";
            this.Text = "系统日志";
            this.Name = "Frm_Repair";
            this.Text = "现场修理";
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
DevApp/Gs.DevApp/DevFrm/Work/Frm_Work01.Designer.cs
@@ -109,6 +109,7 @@
            this.gvMx2tlQty = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.tabMxPage2 = new DevExpress.XtraTab.XtraTabPage();
@@ -128,7 +129,6 @@
            this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.alertControl1 = new DevExpress.XtraBars.Alerter.AlertControl(this.components);
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.splitMx1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitMx1.Panel1)).BeginInit();
            this.splitMx1.Panel1.SuspendLayout();
@@ -275,7 +275,6 @@
            this.txt_gdbh.Name = "txt_gdbh";
            this.txt_gdbh.Properties.ReadOnly = true;
            this.txt_gdbh.Size = new System.Drawing.Size(126, 24);
            this.txt_gdbh.StyleController = this.layTop1;
            this.txt_gdbh.TabIndex = 4;
            // 
            // txt_gx
@@ -284,7 +283,6 @@
            this.txt_gx.Name = "txt_gx";
            this.txt_gx.Properties.ReadOnly = true;
            this.txt_gx.Size = new System.Drawing.Size(126, 24);
            this.txt_gx.StyleController = this.layTop1;
            this.txt_gx.TabIndex = 5;
            // 
            // txt_czz
@@ -293,7 +291,6 @@
            this.txt_czz.Name = "txt_czz";
            this.txt_czz.Properties.ReadOnly = true;
            this.txt_czz.Size = new System.Drawing.Size(126, 24);
            this.txt_czz.StyleController = this.layTop1;
            this.txt_czz.TabIndex = 6;
            // 
            // txt_barCode
@@ -301,7 +298,6 @@
            this.txt_barCode.Location = new System.Drawing.Point(84, 96);
            this.txt_barCode.Name = "txt_barCode";
            this.txt_barCode.Size = new System.Drawing.Size(328, 24);
            this.txt_barCode.StyleController = this.layTop1;
            this.txt_barCode.TabIndex = 7;
            // 
            // txt_currentBarCode
@@ -310,7 +306,6 @@
            this.txt_currentBarCode.Name = "txt_currentBarCode";
            this.txt_currentBarCode.Properties.ReadOnly = true;
            this.txt_currentBarCode.Size = new System.Drawing.Size(328, 24);
            this.txt_currentBarCode.StyleController = this.layTop1;
            this.txt_currentBarCode.TabIndex = 8;
            // 
            // txt_gwm
@@ -318,7 +313,6 @@
            this.txt_gwm.Location = new System.Drawing.Point(84, 152);
            this.txt_gwm.Name = "txt_gwm";
            this.txt_gwm.Size = new System.Drawing.Size(126, 24);
            this.txt_gwm.StyleController = this.layTop1;
            this.txt_gwm.TabIndex = 9;
            // 
            // txt_itemNo
@@ -327,7 +321,6 @@
            this.txt_itemNo.Name = "txt_itemNo";
            this.txt_itemNo.Properties.ReadOnly = true;
            this.txt_itemNo.Size = new System.Drawing.Size(126, 24);
            this.txt_itemNo.StyleController = this.layTop1;
            this.txt_itemNo.TabIndex = 10;
            // 
            // txt_bc
@@ -336,7 +329,6 @@
            this.txt_bc.Name = "txt_bc";
            this.txt_bc.Properties.ReadOnly = true;
            this.txt_bc.Size = new System.Drawing.Size(126, 24);
            this.txt_bc.StyleController = this.layTop1;
            this.txt_bc.TabIndex = 11;
            // 
            // txt_gw
@@ -345,7 +337,6 @@
            this.txt_gw.Name = "txt_gw";
            this.txt_gw.Properties.ReadOnly = true;
            this.txt_gw.Size = new System.Drawing.Size(126, 24);
            this.txt_gw.StyleController = this.layTop1;
            this.txt_gw.TabIndex = 12;
            // 
            // txt_itemName
@@ -354,7 +345,6 @@
            this.txt_itemName.Name = "txt_itemName";
            this.txt_itemName.Properties.ReadOnly = true;
            this.txt_itemName.Size = new System.Drawing.Size(126, 24);
            this.txt_itemName.StyleController = this.layTop1;
            this.txt_itemName.TabIndex = 13;
            // 
            // txt_itemModel
@@ -363,7 +353,6 @@
            this.txt_itemModel.Name = "txt_itemModel";
            this.txt_itemModel.Properties.ReadOnly = true;
            this.txt_itemModel.Size = new System.Drawing.Size(126, 24);
            this.txt_itemModel.StyleController = this.layTop1;
            this.txt_itemModel.TabIndex = 14;
            // 
            // txt_sbNo
@@ -372,7 +361,6 @@
            this.txt_sbNo.Name = "txt_sbNo";
            this.txt_sbNo.Properties.ReadOnly = true;
            this.txt_sbNo.Size = new System.Drawing.Size(126, 24);
            this.txt_sbNo.StyleController = this.layTop1;
            this.txt_sbNo.TabIndex = 15;
            // 
            // txt_sjXt
@@ -381,7 +369,6 @@
            this.txt_sjXt.Name = "txt_sjXt";
            this.txt_sjXt.Properties.ReadOnly = true;
            this.txt_sjXt.Size = new System.Drawing.Size(126, 24);
            this.txt_sjXt.StyleController = this.layTop1;
            this.txt_sjXt.TabIndex = 16;
            // 
            // txt_yjDate
@@ -390,7 +377,6 @@
            this.txt_yjDate.Name = "txt_yjDate";
            this.txt_yjDate.Properties.ReadOnly = true;
            this.txt_yjDate.Size = new System.Drawing.Size(126, 24);
            this.txt_yjDate.StyleController = this.layTop1;
            this.txt_yjDate.TabIndex = 17;
            // 
            // txt_sjDate
@@ -399,7 +385,6 @@
            this.txt_sjDate.Name = "txt_sjDate";
            this.txt_sjDate.Properties.ReadOnly = true;
            this.txt_sjDate.Size = new System.Drawing.Size(126, 24);
            this.txt_sjDate.StyleController = this.layTop1;
            this.txt_sjDate.TabIndex = 18;
            // 
            // btnGood
@@ -409,7 +394,6 @@
            this.btnGood.Location = new System.Drawing.Point(416, 96);
            this.btnGood.Name = "btnGood";
            this.btnGood.Size = new System.Drawing.Size(198, 83);
            this.btnGood.StyleController = this.layTop1;
            this.btnGood.TabIndex = 19;
            this.btnGood.Text = "良品";
            // 
@@ -420,7 +404,6 @@
            this.btnBad.Location = new System.Drawing.Point(618, 96);
            this.btnBad.Name = "btnBad";
            this.btnBad.Size = new System.Drawing.Size(198, 83);
            this.btnBad.StyleController = this.layTop1;
            this.btnBad.TabIndex = 20;
            this.btnBad.Text = "不良品";
            // 
@@ -1002,6 +985,16 @@
            this.gridColumn1.VisibleIndex = 8;
            this.gridColumn1.Width = 94;
            // 
            // gridColumn4
            //
            this.gridColumn4.Caption = "结果";
            this.gridColumn4.FieldName = "checkResult";
            this.gridColumn4.MinWidth = 25;
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 9;
            this.gridColumn4.Width = 94;
            //
            // gridColumn14
            // 
            this.gridColumn14.Caption = "创建人";
@@ -1198,16 +1191,6 @@
            this.gridColumn17.Visible = true;
            this.gridColumn17.VisibleIndex = 11;
            this.gridColumn17.Width = 94;
            //
            // gridColumn4
            //
            this.gridColumn4.Caption = "结果";
            this.gridColumn4.FieldName = "checkResult";
            this.gridColumn4.MinWidth = 25;
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 9;
            this.gridColumn4.Width = 94;
            // 
            // Frm_Work01
            //