优化
This commit is contained in:
@ -441,7 +441,7 @@ export class OrderManagementVehicleComponent extends BasicTableComponent impleme
|
|||||||
{
|
{
|
||||||
text: '变更运费',
|
text: '变更运费',
|
||||||
click: _record => this.updateFreight(_record),
|
click: _record => this.updateFreight(_record),
|
||||||
iif: item => item.billStatus !== '1' && item.billStatus !== '6' && item.overallPaymentStatus != '2',
|
iif: item => item.billType !== '3' && item.billStatus !== '1' && item.billStatus !== '6' && item.overallPaymentStatus != '2',
|
||||||
acl: { ability: ['ORDER-VEHICLE-FreightChangeWholeDetail'] }
|
acl: { ability: ['ORDER-VEHICLE-FreightChangeWholeDetail'] }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user