From 19a33b5404cf018adc84f492bc6240a3088a04cb Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期五, 06 十二月 2024 14:24:18 +0800
Subject: [PATCH] 装配上线计划数据中台PPPS备注字段大小写

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