This commit is contained in:
wangshiming
2021-12-09 19:21:22 +08:00
parent d4a4b45194
commit b513099359
11 changed files with 177 additions and 160 deletions

View File

@ -238,6 +238,7 @@ export class SupplyManagementVehicleComponent implements OnInit {
index: 'vehicleDemand',
className: 'text-center',
width: '120px',
render: 'vehicleDemand'
},
{
title: '总费用',
@ -448,8 +449,10 @@ export class SupplyManagementVehicleComponent implements OnInit {
})
}
nextOrder(item: any) {
this.router.navigate(['/supply-management/vehicle-amend', item.id], {
relativeTo: this.ar
this.router.navigate(['/supply-management/vehicle-amend', item.id,],{
queryParams: {
sta: 2
},
})
}
}