fix bug
This commit is contained in:
		| @ -125,7 +125,7 @@ export class SupplyManagementBulkDetailComponent implements OnInit { | ||||
|      */ | ||||
|   placeOrder(record: any) { | ||||
|     console.log(record) | ||||
|     this.router.navigate(['/supply-management/bulk-amend', record.id], { | ||||
|     this.router.navigate(['/supply-management/bulk-next', record.id], { | ||||
|       queryParams: { | ||||
|         sta: 4 | ||||
|       }, | ||||
|  | ||||
| @ -492,7 +492,7 @@ export class SupplyManagementBulkComponent extends BasicTableComponent implement | ||||
|  | ||||
|   //  再下一单 | ||||
|   nextOrder(item: any) { | ||||
|     this.router.navigate(['/supply-management/bulk-amend', item.id], { | ||||
|     this.router.navigate(['/supply-management/bulk-next', item.id], { | ||||
|       queryParams: { | ||||
|         sta: 4 | ||||
|       } | ||||
|  | ||||
| @ -115,18 +115,7 @@ export class SupplyManagementVehicleDetailComponent implements OnInit { | ||||
|     }) | ||||
|   } | ||||
|  | ||||
|   /** | ||||
|    *再下一单 | ||||
|    * @param record | ||||
|    */ | ||||
|   placeOrder(record: any) { | ||||
|     this.router.navigate(['./pbg/onecar-publish'], { | ||||
|       queryParams: { | ||||
|         id: record?.id, | ||||
|         type: 'add' | ||||
|       } | ||||
|     }) | ||||
|   } | ||||
|  | ||||
|   /** | ||||
|   * 编辑外部货源号 | ||||
|   * @param item st当前行对象 | ||||
| @ -168,7 +157,7 @@ export class SupplyManagementVehicleDetailComponent implements OnInit { | ||||
|     }); | ||||
|   } | ||||
|   nextOrder(item: any) { | ||||
|     this.router.navigate(['/supply-management/vehicle-amend', item.id], { | ||||
|     this.router.navigate(['/supply-management/vehicle-next', item.id], { | ||||
|       queryParams: { | ||||
|         sta: 2 | ||||
|       } | ||||
|  | ||||
| @ -324,7 +324,7 @@ export class SupplyManagementVehicleComponent extends BasicTableComponent implem | ||||
|     }); | ||||
|   } | ||||
|   nextOrder(item: any) { | ||||
|     this.router.navigate(['/supply-management/vehicle-amend', item.id], { | ||||
|     this.router.navigate(['/supply-management/vehicle-next', item.id], { | ||||
|       queryParams: { | ||||
|         sta: 2 | ||||
|       } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user