From bc05ba97955c569e0c2887c51d6c3e054dbcdf63 Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期一, 09 十二月 2024 00:08:55 +0800
Subject: [PATCH] Merge branch 'dev' of http://47.101.211.7:10101/r/VWED into dev

---
 _Main/UI/MacroPlannerWebApp/Component_DialogPublishPlan/Method_OnOK.def |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_DialogPublishPlan/Method_OnOK.def b/_Main/UI/MacroPlannerWebApp/Component_DialogPublishPlan/Method_OnOK.def
index e15e3bf..c7c19c6 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_DialogPublishPlan/Method_OnOK.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_DialogPublishPlan/Method_OnOK.def
@@ -53,7 +53,7 @@
     if( ccplannames.Size() > 0 ){
       showlabel     := showlabel.Concat( ccshowname.Concat( ccplannames.Concatenate( "銆�" ) ) ).Concat( "锛�");
     }
-    showlabel       := showlabel.Concat( '銆�' );
+    showlabel       := showlabel.Replace( showlabel.Length() - 1, 1, '銆�' );
     currentuser     := QuintiqUser::CurrentUser().DisplayName();
     if( WebMessageBox::Question( this, showlabel, 'OK|Cancel' ) = 0 ){
       InterfaceDataset.PublishPlanReportData( MacroPlan,Archive, cbCustomDemand.Checked()

--
Gitblit v1.9.3