fix bug
This commit is contained in:
@ -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
|
||||
|
||||
@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user