Explorar o código

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

MaiXinRong %!s(int64=5) %!d(string=hai) anos
pai
achega
4212e556b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;