From 46b495a86a49051633dcbd657ed25cd5ffc6efd3 Mon Sep 17 00:00:00 2001 From: Yangk Date: Thu, 12 Mar 2026 09:43:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(projectLedgerReport):=20=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=8F=B0=E8=B4=A6=E6=8A=A5=E8=A1=A8=E4=B8=AD=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E4=BF=A1=E6=81=AF=E8=A1=A8=E6=A0=BC=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/oa/crm/flightBooking/index.vue | 6 +- .../oa/erp/projectLedgerReport/index.vue | 166 ++++++++++++++++++ 2 files changed, 169 insertions(+), 3 deletions(-) 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +