优化
This commit is contained in:
@ -555,8 +555,8 @@ export class OrderManagementBulkComponent extends BasicTableComponent implements
|
|||||||
},{
|
},{
|
||||||
text: '订单上报推送',
|
text: '订单上报推送',
|
||||||
click: _record => this.orderReportPush(_record),
|
click: _record => this.orderReportPush(_record),
|
||||||
iif: item => item.overallPaymentStatus === '2' && (item.billStatus === '4' || item.billStatus === '5')
|
iif: item => item.overallPaymentStatus === '2' && (item.billStatus === '4' || item.billStatus === '5'),
|
||||||
// acl: { ability: ['VEHICLE-LIST-view'] },
|
acl: { ability: ['ORDER-BULK-push'] },
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -473,8 +473,8 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
|
|||||||
{
|
{
|
||||||
text: '订单上报推送',
|
text: '订单上报推送',
|
||||||
click: _record => this.orderReportPush(_record),
|
click: _record => this.orderReportPush(_record),
|
||||||
iif: item => item.overallPaymentStatus === '2' && (item.billStatus === '4' || item.billStatus === '5')
|
iif: item => item.overallPaymentStatus === '2' && (item.billStatus === '4' || item.billStatus === '5'),
|
||||||
// acl: { ability: ['VEHICLE-LIST-view'] },
|
acl: { ability: ['ORDER-VEHICLE-push'] },
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user