From 45658068e0fb7bc4359c9ec4ce194f17aaab5e3e Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期一, 17 十一月 2025 18:00:56 +0800
Subject: [PATCH] ID转人名:计时单价、异常工时、部门产线对应维护、排班管理、工艺设置、现场修理

---
 DevApp/Gs.DevApp/DevFrm/JJGZ/Frm_MESJJERRORJS.Designer.cs |   68 +++++++++++++++++-----------------
 1 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/JJGZ/Frm_MESJJERRORJS.Designer.cs b/DevApp/Gs.DevApp/DevFrm/JJGZ/Frm_MESJJERRORJS.Designer.cs
index 61917b0..ea6cdff 100644
--- a/DevApp/Gs.DevApp/DevFrm/JJGZ/Frm_MESJJERRORJS.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/JJGZ/Frm_MESJJERRORJS.Designer.cs
@@ -68,8 +68,8 @@
             this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
             this.lbGuid = new System.Windows.Forms.Label();
             this.txt_createDate = new DevExpress.XtraEditors.TextEdit();
-            this.txt_createBy = new DevExpress.XtraEditors.TextEdit();
-            this.txt_checkBy = new DevExpress.XtraEditors.TextEdit();
+            this.txt_createByName = new DevExpress.XtraEditors.TextEdit();
+            this.txt_checkUserName = new DevExpress.XtraEditors.TextEdit();
             this.txt_checkDate = new DevExpress.XtraEditors.TextEdit();
             this.txt_checkStatus = new DevExpress.XtraEditors.CheckEdit();
             this.txt_Remark = new DevExpress.XtraEditors.TextEdit();
@@ -141,8 +141,8 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
             this.layoutMx1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_checkBy.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_createByName.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_checkUserName.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_checkStatus.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_Remark.Properties)).BeginInit();
@@ -288,11 +288,11 @@
             // 
             this.gv_createBy.AppearanceCell.Options.UseFont = true;
             this.gv_createBy.Caption = "寤虹珛鑰�";
-            this.gv_createBy.FieldName = "createBy";
+            this.gv_createBy.FieldName = "createByName";
             this.gv_createBy.MinWidth = 62;
             this.gv_createBy.Name = "gv_createBy";
             this.gv_createBy.OptionsColumn.AllowEdit = false;
-            this.gv_createBy.Tag = "query_a.create_by";
+            this.gv_createBy.Tag = "cj.USER_NAME";
             this.gv_createBy.Visible = true;
             this.gv_createBy.VisibleIndex = 1;
             this.gv_createBy.Width = 100;
@@ -305,7 +305,7 @@
             this.gv_createDate.MinWidth = 225;
             this.gv_createDate.Name = "gv_createDate";
             this.gv_createDate.OptionsColumn.AllowEdit = false;
-            this.gv_createDate.Tag = "query_a.create_date";
+            this.gv_createDate.Tag = "a.create_date";
             this.gv_createDate.Visible = true;
             this.gv_createDate.VisibleIndex = 2;
             this.gv_createDate.Width = 286;
@@ -379,10 +379,10 @@
             // gridColumn7
             // 
             this.gridColumn7.Caption = "宸ュ崟鍙�";
-            this.gridColumn7.FieldName = "dAA001";
+            this.gridColumn7.FieldName = "daa001";
             this.gridColumn7.MinWidth = 30;
             this.gridColumn7.Name = "gridColumn7";
-            this.gridColumn7.Tag = "dAA001";
+            this.gridColumn7.Tag = "daa001";
             this.gridColumn7.Visible = true;
             this.gridColumn7.VisibleIndex = 8;
             this.gridColumn7.Width = 112;
@@ -457,8 +457,8 @@
             this.layoutMx1.Controls.Add(this.btnSelect);
             this.layoutMx1.Controls.Add(this.lbGuid);
             this.layoutMx1.Controls.Add(this.txt_createDate);
-            this.layoutMx1.Controls.Add(this.txt_createBy);
-            this.layoutMx1.Controls.Add(this.txt_checkBy);
+            this.layoutMx1.Controls.Add(this.txt_createByName);
+            this.layoutMx1.Controls.Add(this.txt_checkUserName);
             this.layoutMx1.Controls.Add(this.txt_checkDate);
             this.layoutMx1.Controls.Add(this.txt_checkStatus);
             this.layoutMx1.Controls.Add(this.txt_Remark);
@@ -525,26 +525,26 @@
             this.txt_createDate.TabIndex = 231;
             this.txt_createDate.Tag = "readonly";
             // 
-            // txt_createBy
+            // txt_createByName
             // 
-            this.txt_createBy.Location = new System.Drawing.Point(96, 179);
-            this.txt_createBy.Margin = new System.Windows.Forms.Padding(4);
-            this.txt_createBy.Name = "txt_createBy";
-            this.txt_createBy.Properties.Appearance.Options.UseFont = true;
-            this.txt_createBy.Size = new System.Drawing.Size(259, 28);
-            this.txt_createBy.StyleController = this.layoutMx1;
-            this.txt_createBy.TabIndex = 228;
-            this.txt_createBy.Tag = "readonly";
+            this.txt_createByName.Location = new System.Drawing.Point(96, 179);
+            this.txt_createByName.Margin = new System.Windows.Forms.Padding(4);
+            this.txt_createByName.Name = "txt_createByName";
+            this.txt_createByName.Properties.Appearance.Options.UseFont = true;
+            this.txt_createByName.Size = new System.Drawing.Size(259, 28);
+            this.txt_createByName.StyleController = this.layoutMx1;
+            this.txt_createByName.TabIndex = 228;
+            this.txt_createByName.Tag = "readonly";
             // 
-            // txt_checkBy
+            // txt_checkUserName
             // 
-            this.txt_checkBy.Location = new System.Drawing.Point(790, 123);
-            this.txt_checkBy.Margin = new System.Windows.Forms.Padding(4);
-            this.txt_checkBy.Name = "txt_checkBy";
-            this.txt_checkBy.Size = new System.Drawing.Size(259, 28);
-            this.txt_checkBy.StyleController = this.layoutMx1;
-            this.txt_checkBy.TabIndex = 247;
-            this.txt_checkBy.Tag = "readonly";
+            this.txt_checkUserName.Location = new System.Drawing.Point(790, 123);
+            this.txt_checkUserName.Margin = new System.Windows.Forms.Padding(4);
+            this.txt_checkUserName.Name = "txt_checkUserName";
+            this.txt_checkUserName.Size = new System.Drawing.Size(259, 28);
+            this.txt_checkUserName.StyleController = this.layoutMx1;
+            this.txt_checkUserName.TabIndex = 247;
+            this.txt_checkUserName.Tag = "readonly";
             // 
             // txt_checkDate
             // 
@@ -831,7 +831,7 @@
             // 
             // layoutControlItem5
             // 
-            this.layoutControlItem5.Control = this.txt_createBy;
+            this.layoutControlItem5.Control = this.txt_createByName;
             this.layoutControlItem5.Location = new System.Drawing.Point(0, 167);
             this.layoutControlItem5.Name = "layoutControlItem5";
             this.layoutControlItem5.OptionsTableLayoutItem.RowIndex = 3;
@@ -852,7 +852,7 @@
             // 
             // layoutControlItem7
             // 
-            this.layoutControlItem7.Control = this.txt_checkBy;
+            this.layoutControlItem7.Control = this.txt_checkUserName;
             this.layoutControlItem7.Location = new System.Drawing.Point(694, 111);
             this.layoutControlItem7.Name = "layoutControlItem7";
             this.layoutControlItem7.OptionsTableLayoutItem.ColumnIndex = 2;
@@ -1199,8 +1199,8 @@
             ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
             this.layoutMx1.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.txt_createDate.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_createBy.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.txt_checkBy.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_createByName.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_checkUserName.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_checkDate.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_checkStatus.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_Remark.Properties)).EndInit();
@@ -1257,12 +1257,12 @@
         private DevExpress.XtraEditors.SplitContainerControl splitMx1;
         private System.Windows.Forms.Label lbGuid;
         private DevExpress.XtraEditors.TextEdit txt_createDate;
-        private DevExpress.XtraEditors.TextEdit txt_createBy;
+        private DevExpress.XtraEditors.TextEdit txt_createByName;
         private DevExpress.XtraLayout.LayoutControl layoutMx1;
         private DevExpress.XtraLayout.LayoutControlGroup Root;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
         private DevExpress.Utils.ToolTipController tips;
-        private DevExpress.XtraEditors.TextEdit txt_checkBy;
+        private DevExpress.XtraEditors.TextEdit txt_checkUserName;
         private DevExpress.XtraEditors.TextEdit txt_checkDate;
         private DevExpress.XtraEditors.CheckEdit txt_checkStatus;
         private System.Windows.Forms.PictureBox picCheckBox;

--
Gitblit v1.9.3