edit
This commit is contained in:
@ -402,11 +402,11 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
iif: item => item.sts != '3',
|
||||
click: item => this.requestedAction(item)
|
||||
},
|
||||
{
|
||||
text: '推送开票<br>',
|
||||
iif: item => item.sts === '1',
|
||||
click: item => this.pushInvoiceAction(item)
|
||||
}
|
||||
// {
|
||||
// text: '推送开票<br>',
|
||||
// iif: item => item.sts === '1',
|
||||
// click: item => this.pushInvoiceAction(item)
|
||||
// }
|
||||
// {
|
||||
// text: '作废发票',
|
||||
// iif: item => item.sts === '3',
|
||||
|
||||
Reference in New Issue
Block a user