From 4dc2dbda4150c7c74a26435a75308789dc359b99 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期六, 01 十一月 2025 17:06:41 +0800
Subject: [PATCH] 增加批量打印功能,增加组织分开维护

---
 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