This commit is contained in:
wangshiming
2022-05-10 11:14:48 +08:00
parent 8b0d57b9ce
commit 22bd6cc960
4 changed files with 47 additions and 27 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-05-06 15:31:19
* @LastEditors : Shiming
* @LastEditTime : 2022-05-10 09:47:38
* @LastEditTime : 2022-05-10 11:13:28
* @FilePath : \\tms-obc-web\\src\\app\\routes\\ticket-management\\components\\etc-invoiced-logs\\etc-invoiced-logs.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->
@ -36,7 +36,7 @@
<div class="mr-sm">
<button nz-button nzDanger [nzLoading]="service.http.loading" (click)="openDrawer()">筛选</button>
<button nz-button nzDanger (click)="exportList()" acl [acl-ability]="['TICKET-ETC-INVOICE-LOGS-export']">导出</button>
<button nz-button nzDanger (click)="batchInvoice()" acl [acl-ability]="['TICKET-ETC-INVOICE-LOGS-export']">批量</button>
<button nz-button nzDanger (click)="batchInvoice()" acl [acl-ability]="['TICKET-ETC-INVOICE-LOGS-BatchCreateFicoInpinv']">批量</button>
</div>
</div>
<st

View File

@ -197,8 +197,8 @@ export class ETCInvoicedLogsComponent extends BasicTableComponent {
className: 'text-center',
buttons: [
{
text: '票',
acl: { ability: ['TICKET-CANCELLATION-view'] },
text: '票',
acl: { ability: ['TICKET-ETC-INVOICE-LOGS-createFicoInpinv'] },
click: item => {
this.batchInvoice(item)
}
@ -226,7 +226,7 @@ export class ETCInvoicedLogsComponent extends BasicTableComponent {
this.service.request(this.service.$api_createFicoInpinv, params).subscribe(res => {
if (res) {
this.service.msgSrv.success('票成功!')
this.service.msgSrv.success('票成功!')
this.st.load(1);
}
});

View File

@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-12-23 16:50:17
* @LastEditTime : 2022-04-28 13:54:14
* @LastEditTime : 2022-05-10 10:58:56
* @LastEditors : Shiming
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath : \\tms-obc-web\\src\\app\\routes\\ticket-management\\components\\invoice-requested\\requested-invoice-modal\\requested-invoice-modal.component.ts