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