diff --git a/src/views/oa/crm/flightBooking/index.vue b/src/views/oa/crm/flightBooking/index.vue index 61169fa..dbd511f 100644 --- a/src/views/oa/crm/flightBooking/index.vue +++ b/src/views/oa/crm/flightBooking/index.vue @@ -333,7 +333,7 @@ const handleSelectionChange = (selection: FlightBookingVO[]) => { const handleAdd = () => { proxy.$tab.closePage(route); router.push({ - path: '/crm/flightBooking/edit', + path: '/flight/flightBooking/edit', query: { type: 'add' } @@ -344,7 +344,7 @@ const handleView = (row?: FlightBookingVO) => { const _bookingId = row?.bookingId || ids.value[0]; proxy.$tab.closePage(route); router.push({ - path: '/crm/flightBooking/edit', + path: '/flight/flightBooking/edit', query: { id: _bookingId, type: 'view' @@ -357,7 +357,7 @@ const handleUpdate = async (row?: FlightBookingVO) => { const _bookingId = row?.bookingId || ids.value[0]; proxy.$tab.closePage(route); router.push({ - path: '/crm/flightBooking/edit', + path: '/flight/flightBooking/edit', query: { id: _bookingId, type: 'update' diff --git a/src/views/oa/erp/projectLedgerReport/index.vue b/src/views/oa/erp/projectLedgerReport/index.vue index 7f4dbec..8ef5f4d 100644 --- a/src/views/oa/erp/projectLedgerReport/index.vue +++ b/src/views/oa/erp/projectLedgerReport/index.vue @@ -135,6 +135,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +