edit
This commit is contained in:
@ -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]);
|
||||||
|
|||||||
Reference in New Issue
Block a user