edit
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
<nz-tab nzTitle="全部"></nz-tab>
|
||||
<nz-tab nzTitle="待处理"></nz-tab>
|
||||
<nz-tab nzTitle="待确认"></nz-tab>
|
||||
<nz-tab nzTitle="已确认"></nz-tab>
|
||||
<!-- <nz-tab nzTitle="已确认"></nz-tab> -->
|
||||
</nz-tabset>
|
||||
<ng-template #extraTemplate>
|
||||
<div class="d-flex align-items-center">
|
||||
|
||||
@ -385,11 +385,11 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
iif: item => item.sts === '1',
|
||||
click: item => this.pushInvoiceAction(item)
|
||||
},
|
||||
{
|
||||
text: '作废发票',
|
||||
iif: item => item.sts === '3',
|
||||
click: item => this.removeInvocie(item)
|
||||
}
|
||||
// {
|
||||
// text: '作废发票',
|
||||
// iif: item => item.sts === '3',
|
||||
// click: item => this.removeInvocie(item)
|
||||
// }
|
||||
// {
|
||||
// text: '确认'
|
||||
// // click: item => this.rejectAction(item)
|
||||
|
||||
Reference in New Issue
Block a user