This commit is contained in:
Taric Xin
2022-03-10 18:03:44 +08:00
parent 20a4a91444
commit 006a59122b
4 changed files with 10 additions and 10 deletions

View File

@ -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)