This commit is contained in:
Taric Xin
2022-04-12 16:40:26 +08:00
parent 0aa3af32cd
commit 7178081da8

View File

@ -177,7 +177,7 @@ export class InvoiceRequestedDetailComponent implements OnInit {
} }
routeToOrder(item: any) { routeToOrder(item: any) {
if (item.billType === 1) { if (item.billType === '1') {
this.router.navigate(['/order-management/vehicle/vehicle-detail/' + item.billHId]); this.router.navigate(['/order-management/vehicle/vehicle-detail/' + item.billHId]);
} else { } else {
this.router.navigate(['/order-management/bulk/bulk-detail/' + item.billHId]); this.router.navigate(['/order-management/bulk/bulk-detail/' + item.billHId]);