fix bug
This commit is contained in:
@ -179,8 +179,10 @@ 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 if (item.billType === '2'){
|
||||||
this.router.navigate(['/order-management/bulk/bulk-detail/' + item.billHId]);
|
this.router.navigate(['/order-management/bulk/bulk-detail/' + item.billHId]);
|
||||||
|
} else if (item.billType === '3'){
|
||||||
|
this.router.navigate(['/order-management/vehicle/vehicle-detail/' + item.billHId]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user