From f043c259ba85338be57a1567f82e3fe55fbab4f7 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 07 十一月 2025 14:06:26 +0800
Subject: [PATCH] ID转姓名:生产领料单、其他出库申请、其他出库单、采购退货申请、采购退货单

---
 DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl_RK.Designer.cs |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl_RK.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl_RK.Designer.cs
index c9a29fa..02c3ed0 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl_RK.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl_RK.Designer.cs
@@ -390,7 +390,7 @@
             // 
             this.gv_createBy.AppearanceCell.Options.UseFont = true;
             this.gv_createBy.Caption = "鍒涘缓浜� ";
-            this.gv_createBy.FieldName = "createBy";
+            this.gv_createBy.FieldName = "cjPeople";
             this.gv_createBy.MinWidth = 25;
             this.gv_createBy.Name = "gv_createBy";
             this.gv_createBy.OptionsColumn.AllowEdit = false;
@@ -416,7 +416,7 @@
             // 
             this.gv_lastupdateBy.AppearanceCell.Options.UseFont = true;
             this.gv_lastupdateBy.Caption = "鏈�鍚庢洿鏂颁汉 ";
-            this.gv_lastupdateBy.FieldName = "lastupdateBy";
+            this.gv_lastupdateBy.FieldName = "gxPeople";
             this.gv_lastupdateBy.MinWidth = 25;
             this.gv_lastupdateBy.Name = "gv_lastupdateBy";
             this.gv_lastupdateBy.OptionsColumn.AllowEdit = false;
@@ -901,6 +901,7 @@
             // layoutControlItem3
             // 
             this.layoutControlItem3.Control = this.txt_createBy;
+            this.layoutControlItem3.CustomizationFormText = "鍒涘缓浜哄憳";
             this.layoutControlItem3.Location = new System.Drawing.Point(662, 0);
             this.layoutControlItem3.Name = "layoutControlItem3";
             this.layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
@@ -915,7 +916,7 @@
             this.layoutControlItem4.Name = "layoutControlItem4";
             this.layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 3;
             this.layoutControlItem4.Size = new System.Drawing.Size(333, 28);
-            this.layoutControlItem4.Text = "瀹℃牳浜�";
+            this.layoutControlItem4.Text = "瀹℃牳浜哄憳";
             this.layoutControlItem4.TextSize = new System.Drawing.Size(60, 18);
             // 
             // layoutControlItem5

--
Gitblit v1.9.3