fix bug
This commit is contained in:
		| @ -56,7 +56,7 @@ | ||||
|     </div> | ||||
|     <button nz-button nzDanger [nzLoading]="isLoading && st.loading" acl [acl-ability]="['TAX-ORDERREPORT-search']" | ||||
|       (click)="openDrawer()">筛选</button> | ||||
|     <button nz-button nzDanger acl [acl-ability]="['TAX_INVOICE_REPORT-export']"> 导出</button> | ||||
|     <button nz-button nzDanger acl [acl-ability]="['TAX_INVOICE_REPORT-export']" (click)="export()"> 导出</button> | ||||
|     <button nz-button *ngIf="selectedIndex && selectedIndex !== '2'" nz-dropdown [nzDropdownMenu]="menu" | ||||
|       nzPlacement="bottomLeft"> | ||||
|       更多<i nz-icon nzType="down" nzTheme="outline"></i></button> | ||||
|  | ||||
| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2021-12-27 10:30:56 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-05-11 14:53:31 | ||||
|  * @LastEditTime : 2022-05-13 11:42:37 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\tax-management\\services\\tax-management.service.ts | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
|  */ | ||||
| @ -59,7 +59,7 @@ export class TaxManagementService extends ShipperBaseService { | ||||
|   // 获取发票上传列表 | ||||
|   $api_getInvoiceReport_page = '/api/sdc/invoiceUploadInfo/list/page'; | ||||
|   // 发票上传列表导出 | ||||
|   $api_invoiceUpload_export = '/api/sdc/invoiceUploadInfo/reportList'; | ||||
|   $api_invoiceUpload_export = '/api/sdc/exportInvoiceUpload/exportInvoiceUpload'; | ||||
|   // 个税明细导出接口 | ||||
|   $api_taxIncome_export = '/api/sdc/taxIncome/asyncExport'; | ||||
|   // 个税汇总导出接口 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user