diff --git a/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts b/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts index d73b3fb2..1157fdd7 100644 --- a/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts +++ b/src/app/routes/datatable/reporting/components/fund-reporting/fund-reporting.component.ts @@ -475,10 +475,10 @@ export class DatatableFundReportingComponent implements OnInit { routeTowaybill(item: any) { if (item.orderType === '1') { - window.open(location.origin + `/#/waybill-management/vehicle/vehicle-detail/${item.waybillId}`); + window.open(location.origin + `/#/waybill-management/vehicle/vehicle-detail/${item.wayBillId}`); } else { - window.open(location.origin + `/#/waybill-management/bulk/bulk-detail/${item.waybillId}`); + window.open(location.origin + `/#/waybill-management/bulk/bulk-detail/${item.wayBillId}`); } }