Explorar el Código

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

MaiXinRong hace 5 años
padre
commit
4212e556b6
Se han modificado 1 ficheros con 1 adiciones y 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;