fix bug
This commit is contained in:
@ -392,6 +392,7 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
{ type: 'divider' },
|
||||
{
|
||||
text: '查看明细<br>',
|
||||
acl: { ability: ['TICKET-CANCELLATION-view'] },
|
||||
click: item =>
|
||||
this.router.navigate(['ticket/cancellation-invoice/detail/' + item.id], {
|
||||
queryParams: { type: 1, expressno: item.expressno, ltdId: item.shipperId }
|
||||
@ -399,11 +400,13 @@ export class CancellationInvoiceComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
text: '销货清单<br>',
|
||||
acl: { ability: ['TICKET-CANCELLATION-downLoadDetail'] },
|
||||
iif: item => item.isdetail,
|
||||
click: item => this.downLoadDetail(item)
|
||||
},
|
||||
{
|
||||
text: '手工开票<br>',
|
||||
acl: { ability: ['TICKET-CANCELLATION-apply'] },
|
||||
iif: item => item.sts != '3' && item.sts != '4' ,
|
||||
click: item => this.requestedAction(item)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user