Ver código fonte

开放 导出清单部位明细Excel 功能

MaiXinRong 5 anos atrás
pai
commit
4212e556b6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Forms/MainFrm.pas

+ 1 - 1
Forms/MainFrm.pas

@@ -989,7 +989,7 @@ end;
 
 procedure TMainForm.actnExportBillsJsonUpdate(Sender: TObject);
 begin
-  TAction(Sender).Visible := _IsDebugView;
+  TAction(Sender).Visible := True;//_IsDebugView;
   TAction(Sender).Enabled := jtsProjects.Tabs.Count > 1;
 end;