From 20680ab30a4a06f437f51a932a9e2327fbc924ea Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期二, 29 十月 2024 16:01:08 +0800
Subject: [PATCH] 大连外租库优化
---
_Main/UI/MacroPlannerWebApp/Component_FormDispatchShiftSchedulingInformation/Response_PanelDispatchShiftSchedulingInformation_bDispatch_OnClick.def | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormDispatchShiftSchedulingInformation/Response_PanelDispatchShiftSchedulingInformation_bDispatch_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_FormDispatchShiftSchedulingInformation/Response_PanelDispatchShiftSchedulingInformation_bDispatch_OnClick.def
index 837ac98..edcb05d 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormDispatchShiftSchedulingInformation/Response_PanelDispatchShiftSchedulingInformation_bDispatch_OnClick.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormDispatchShiftSchedulingInformation/Response_PanelDispatchShiftSchedulingInformation_bDispatch_OnClick.def
@@ -23,6 +23,8 @@
factoryNameChinese := factoryNameChinese.Concat( "澶ц繛宸ュ巶;" );
factoryNameEnglish := factoryNameEnglish.Concat( "DL;" );
}
+ factoryNameChinese := factoryNameChinese.SubString( 0,factoryNameChinese.Length() - 1 );
+ factoryNameEnglish := factoryNameEnglish.SubString( 0,factoryNameEnglish.Length() - 1 );
if( WebMessageBox::Question( Translations::RecycleBin_DispatchShiftSchedulingDispatchCheck( factoryNameChinese,factoryNameEnglish ),Translations::MessageBox_YesNo() ) = 0 ){
if( cbCC.Checked() ){
message := DispatchShiftSchedulingLine::DispatchCC( RecycleBin );
@@ -32,8 +34,10 @@
message := DispatchShiftSchedulingLine::DispatchDL( RecycleBin );
WebMessageBox::Information( message );
}
+ WebMessageBox::Success( "涓嬪彂鎴愬姛" );
+ }else{
+ WebMessageBox::Success( "Cancel" );
}
- WebMessageBox::Success( "涓嬪彂鎴愬姛" );
*]
GroupServerCalls: false
}
--
Gitblit v1.9.3