This commit is contained in:
wangshiming
2021-12-10 14:42:47 +08:00
parent b513099359
commit 144b2eb8b9
13 changed files with 299 additions and 269 deletions

View File

@ -445,7 +445,9 @@ export class SupplyManagementVehicleComponent implements OnInit {
amend(item: any) {
console.log(item)
this.router.navigate(['/supply-management/vehicle-amend', item.id], {
relativeTo: this.ar
queryParams: {
sta: 1
},
})
}
nextOrder(item: any) {