_Main/UI/MacroPlannerWebApp/Component_DialogPublishPlan/Method_OnOK.def
@@ -26,8 +26,14 @@ } showlabel := showlabel.Concat( plannames.Concatenate( "、" ) ).Concat( '?' ); currentuser := QuintiqUser::CurrentUser().DisplayName(); if( WebMessageBox::Question( this, showlabel, 'OK|Cancel' ) = 0 ){ InterfaceDataset.PublishPlanReportData( MacroPlan, cbCustomDemand.Checked() , cbOfflinePlan.Checked() , cbShiftPlan.Checked() , cbAssembleOnlinePlan.Checked() , cbInventoryPlan.Checked() , currentuser ); } this.Close();