Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -404,7 +404,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
text: '手工开票<br>',
|
||||
iif: item => item.sts != '3',
|
||||
iif: item => item.sts != '3' && item.sts != '4' ,
|
||||
click: item => this.requestedAction(item)
|
||||
}
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user