车辆对接

This commit is contained in:
wangshiming
2022-01-05 20:15:37 +08:00
parent c7f9874e43
commit cd0035940a
43 changed files with 906 additions and 642 deletions

View File

@ -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]);
}
}