From 7c2af05f0165e699ceb3d358c946db65ca3c38d5 Mon Sep 17 00:00:00 2001 From: lh Date: Wed, 24 Dec 2025 10:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=91=A8=E6=8A=A5=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84=20=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=91=A8=E6=8A=A5=E7=95=8C=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/oa/crm/flightBooking/types.ts | 7 +- src/views/oa/crm/flightBooking/edit.vue | 772 +++-------------------- src/views/oa/crm/flightBooking/index.vue | 93 ++- src/views/oa/erp/projectReport/edit.vue | 13 +- src/views/oa/erp/projectReport/index.vue | 6 +- 5 files changed, 182 insertions(+), 709 deletions(-) diff --git a/src/api/oa/crm/flightBooking/types.ts b/src/api/oa/crm/flightBooking/types.ts index bd704f8..6ed334b 100644 --- a/src/api/oa/crm/flightBooking/types.ts +++ b/src/api/oa/crm/flightBooking/types.ts @@ -1,4 +1,4 @@ -export interface FlightBookingVO { +export interface FlightBookingVO extends BaseEntity { /** * 机票预订ID */ @@ -132,6 +132,11 @@ export interface FlightBookingForm extends BaseEntity { */ remark?: string; + flowCode?: any; + + variables?: any; + + bizExt?: any; } export interface FlightBookingQuery extends PageQuery { diff --git a/src/views/oa/crm/flightBooking/edit.vue b/src/views/oa/crm/flightBooking/edit.vue index c58df9f..2c343b4 100644 --- a/src/views/oa/crm/flightBooking/edit.vue +++ b/src/views/oa/crm/flightBooking/edit.vue @@ -10,387 +10,92 @@ @approvalVerifyOpen="approvalVerifyOpen" @handleApprovalRecord="handleApprovalRecord" :buttonLoading="buttonLoading" - :id="form.contractId" + :id="form.bookingId" :status="form.flowStatus" :pageType="routeParams.type" :mode="false" /> - + - - - {{ dict.label }} - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - + + + + - - - - - - - - - + + - - - - + + - - - + + + + + + + + + - - - - + + - - + + - - - - - - - - - - - - - - - - - - - - - {{ dict.label }} - - - - - - - - - - - - {{ dict.label }} - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - - -
- 新增物料 - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - {{ dict.label }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - + @@ -402,23 +107,19 @@ diff --git a/src/views/oa/crm/flightBooking/index.vue b/src/views/oa/crm/flightBooking/index.vue index 4e65ea3..16c68cb 100644 --- a/src/views/oa/crm/flightBooking/index.vue +++ b/src/views/oa/crm/flightBooking/index.vue @@ -7,11 +7,11 @@ - - - - + + + + @@ -22,15 +22,17 @@ - + + + + + - - - 搜索 重置 @@ -44,20 +46,20 @@ @@ -333,7 +333,7 @@ const columns = ref([ { key: 8, label: `分管副总`, visible: true }, { key: 9, label: `周报情况说明`, visible: true }, { key: 10, label: `排序号`, visible: false }, - { key: 11, label: `附件ID`, visible: true }, + { key: 11, label: `附件ID`, visible: false }, { key: 12, label: `备注`, visible: false }, { key: 13, label: `激活标识`, visible: false }, { key: 14, label: `创建时间`, visible: true },