Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
b9772d38
Commit
b9772d38
authored
Apr 11, 2023
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
8f4b3132
0cb6a3ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
10 deletions
+23
-10
editTeamInfo.vue
src/components/TravelManager/TravelTeam/editTeamInfo.vue
+23
-10
No files found.
src/components/TravelManager/TravelTeam/editTeamInfo.vue
View file @
b9772d38
...
...
@@ -206,10 +206,9 @@
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"航班信息"
>
<el-radio
v-model=
"isVirtuallyFlight"
:label=
"0"
>
虚拟航班
</el-radio>
<el-radio
v-model=
"isVirtuallyFlight"
:label=
"1"
>
真实机票
</el-radio>
<el-radio
v-model=
"isVirtuallyFlight"
:label=
"0"
>
虚拟航班
</el-radio>
<el-radio
v-model=
"isVirtuallyFlight"
:label=
"1"
>
真实机票
</el-radio>
</el-form-item>
</el-col>
</el-row>
...
...
@@ -480,7 +479,7 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"
婴儿
附加费"
prop=
"BabyChargePrice"
>
<el-form-item
label=
"
儿童
附加费"
prop=
"BabyChargePrice"
>
<el-input
v-model=
"editForm.BabyChargePrice"
></el-input>
</el-form-item>
</el-col>
...
...
@@ -497,8 +496,8 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"
杂费"
prop=
"Other
Price"
>
<el-input
v-model=
"editForm.
Other
Price"
></el-input>
<el-form-item
label=
"
退签证费"
prop=
"BackVisa
Price"
>
<el-input
v-model=
"editForm.
BackVisa
Price"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
...
...
@@ -507,6 +506,19 @@
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"8"
>
<el-form-item
label=
"杂费"
prop=
"OtherPrice"
>
<el-input
v-model=
"editForm.OtherPrice"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
</el-col>
<el-col
:span=
"8"
>
</el-col>
</el-row>
<el-row>
<el-col
:span=
"24"
>
<el-form-item
label=
"合作伙伴"
>
...
...
@@ -542,10 +554,10 @@
</el-col>
</el-row>
<el-row
type=
"flex"
justify=
"center"
>
<el-button
@
click=
"closeForm()"
>
关闭
</el-button>
<el-button
@
click=
"submit"
type=
"primary"
:loading=
"saveLoading"
>
保存
</el-button>
<el-button
@
click=
"closeForm()"
>
关闭
</el-button>
<el-button
@
click=
"submit"
type=
"primary"
:loading=
"saveLoading"
>
保存
</el-button>
</el-row>
</div>
</el-form>
...
...
@@ -632,6 +644,7 @@
SingleRoomPrice
:
0
,
//单房差
TicketNum
:
0
,
//绑定机票数量
PurchaseId
:
0
,
//采购机票编号
BackVisaPrice
:
0
,
//退签证费
},
//去程
addGoFlight
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment