车辆对接
This commit is contained in:
@ -407,7 +407,7 @@ resourceStatus: any;
|
||||
},
|
||||
{
|
||||
text: '修改订单',
|
||||
click: (_record) => this.amendlation(_record),
|
||||
click: (_record) => this.changeOrder(_record),
|
||||
iif: item => item.billStatus == '4' || item.billStatus == '5' || item.billStatus == '2' || item.billStatus == '3',
|
||||
},
|
||||
{
|
||||
@ -761,8 +761,8 @@ resourceStatus: any;
|
||||
}
|
||||
});
|
||||
}
|
||||
// 修改订单
|
||||
amendlation(value: any) {
|
||||
this.router.navigate(['order-management/vehicle-detailChange', value.id])
|
||||
}
|
||||
// 修改订单
|
||||
changeOrder(value: any) {
|
||||
this.router.navigate(['order-management/vehicle-detailChange', value.id]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user