From 86829d19c1c87e25eef04eedcc009ef09cbbb5c7 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期六, 20 九月 2025 09:23:08 +0800 Subject: [PATCH] 批量打印 --- DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.cs index ad94ccc..feab3b7 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/CKTmkc.cs @@ -229,7 +229,7 @@ if (Gs.DevApp.ToolBox.UtilityHelper.ToCheck(checkBox)) { if (sb.Length > 0) - sb.Append(","); + sb.Append("|"); sb.Append(_guid); } } @@ -240,15 +240,15 @@ this.toolBarMenu1.rptParameter = "return false"; return; } - string rowGuid = sb.ToString(); - this.toolBarMenu1.rptParameter = "rpt_XSCK{" - + "" + this.toolBarMenu1.rptParameter = "rpt_cktm{" + + "100" + "," + "" + "," + "" + + "," + "" + "," + "" - + "," + "" + + "," + sb.ToString() + "}"; - this.toolBarMenu1.guidKey = rowGuid; + this.toolBarMenu1.guidKey = null; } } } \ No newline at end of file -- Gitblit v1.9.3