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 },