Browse Source

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

MaiXinRong 5 năm trước cách đây
mục cha
commit
4212e556b6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;