车辆对接

This commit is contained in:
wangshiming
2022-01-05 21:02:22 +08:00
parent f4e924e314
commit d7ee2f56cf
9 changed files with 256 additions and 45 deletions

View File

@ -134,10 +134,11 @@ export class SupplyManagementBulkDetailComponent implements OnInit {
* @param record
*/
placeOrder(record: any) {
this.router.navigate(['./pbg/onecar-publish'], {
console.log(record)
this.router.navigate(['/supply-management/bulk-amend', record.id], {
queryParams: {
id: record?.id
}
sta: 4
},
})
}
/**