瀏覽代碼

Epure Online, show hint text after upload report

MaiXinRong 8 年之前
父節點
當前提交
c3cfba38b0
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      Forms/SignOnlineReportsFrm.pas
  2. 1 0
      Frames/ProjectManagerFme.pas

+ 1 - 0
Forms/SignOnlineReportsFrm.pas

@@ -1258,6 +1258,7 @@ begin
           TipMessage('ÉÏ´«Íê³É¡£');
       finally
         FPostedSignReports.AddSignReport(FSignPhase, ReportTemplateManager.Current.TemplateName, PHPWeb.UserID);
+        lblAlreadyUpload.Visible := True;
         vJ := nil;
       end;
     end;

+ 1 - 0
Frames/ProjectManagerFme.pas

@@ -230,6 +230,7 @@ begin
     Application.HintHidePause := 60000;
 
     LoadSignOnlineSwitch;
+    LoadEpureOnlineSwitch;
 
     tobtnImport.Visible := False;
     stdProjects.TreeOptions := stdProjects.TreeOptions - [aoAllowUpLevel, aoAllowDownLevel];