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
01aaa9ea
Commit
01aaa9ea
authored
Mar 30, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
d33141bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
25 deletions
+31
-25
travelTeamList.vue
src/components/TravelManager/TravelTeam/travelTeamList.vue
+31
-25
No files found.
src/components/TravelManager/TravelTeam/travelTeamList.vue
View file @
01aaa9ea
...
@@ -5,6 +5,10 @@
...
@@ -5,6 +5,10 @@
display
:
flex
;
display
:
flex
;
}
}
.w_20
{
width
:
20%
;
}
.w-25
{
.w-25
{
width
:
25%
;
width
:
25%
;
}
}
...
@@ -128,7 +132,7 @@
...
@@ -128,7 +132,7 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
class=
"TC_Content"
>
<div
class=
"TC_Content"
>
<div
class=
"
TC-MyList"
>
<div
class=
"TC-MyList"
>
<div
class=
"query-box"
>
<div
class=
"query-box"
>
<ul>
<ul>
<li>
<li>
...
@@ -164,39 +168,53 @@
...
@@ -164,39 +168,53 @@
</ul>
</ul>
</div>
</div>
<div
class=
"TravelTclList"
v-loading=
"queryMsg.loading"
>
<div
class=
"TravelTclList"
v-loading=
"queryMsg.loading"
>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"queryMsg.currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"queryMsg.pageSize"
:total=
"queryMsg.total"
>
</el-pagination>
<ul>
<ul>
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"queryMsg.currentPage"
layout=
"total,prev, pager, next, jumper"
:page-size=
"queryMsg.pageSize"
:total=
"queryMsg.total"
>
</el-pagination>
<li
v-for=
"(item,index) in queryDataObj.dataList"
:key=
"index"
<li
v-for=
"(item,index) in queryDataObj.dataList"
:key=
"index"
:class=
"
{'TC_hasContent':item.OPInnerRemark==''
&&
item.OPRemark==''}">
:class=
"
{'TC_hasContent':item.OPInnerRemark==''
&&
item.OPRemark==''}">
<div
class=
"TC_remarkContent"
>
<div
class=
"TC_remarkContent"
>
<div
class=
"el-col w-2
5
"
>
<div
class=
"el-col w-2
0
"
>
<div
class=
"p20"
>
<div
class=
"p20"
>
<div><span>
{{
item
.
GTeamName
}}
</span></div>
<div><span>
{{
item
.
GTeamName
}}
</span></div>
<div>
出发日期:
<span>
{{
item
.
StartDate
}}
</span></div>
<div>
出发日期:
<span>
{{
item
.
StartDate
}}
</span></div>
</div>
</div>
</div>
</div>
<div
class=
"el-col w-2
5
"
>
<div
class=
"el-col w-2
0
"
>
<div
class=
"p20"
v-for=
"(subItem,subIndex) in item.TravelTeamFlightList"
>
<div
class=
"p20"
v-for=
"(subItem,subIndex) in item.TravelTeamFlightList"
>
<div
:key=
"subIndex+1000"
>
{{
subItem
.
AlName
}}
{{
subItem
.
Flight_number
}}
{{
subItem
.
DepartureAirPortName
}}
{{
subItem
.
Departure_time
}}
{{
subItem
.
ArrivalAirPortName
}}
{{
subItem
.
Arrival_time
}}
</div>
<div
:key=
"subIndex+1000"
>
{{
subItem
.
Flight_number
}}
{{
subItem
.
DepartureAirPortName
}}
{{
subItem
.
Departure_time
}}
{{
subItem
.
ArrivalAirPortName
}}
{{
subItem
.
Arrival_time
}}
</div>
</div>
</div>
</div>
</div>
<div
class=
"el-col w
-25
"
>
<div
class=
"el-col w
_20
"
>
<div
class=
"p20"
>
<div
class=
"p20"
>
<div><span>
经济舱
{{
item
.
YSeat
}}
</span></div>
<div><span>
经济舱
{{
item
.
YSeat
}}
</span></div>
<div>
商务舱
{{
item
.
CSeat
}}
</div>
<div>
<span>
商务舱
{{
item
.
CSeat
}}
</span>
</div>
<div><span>
头等舱
{{
item
.
FSeat
}}
</span></div>
<div><span>
头等舱
{{
item
.
FSeat
}}
</span></div>
<div><span>
中心价
{{
item
.
MiddlePrice
}}
</span></div>
</div>
</div>
</div>
</div>
<div
class=
"el-colw-25"
>
<div
class=
"el-col w_20"
>
<div
class=
"p20"
>
<div><span>
合作伙伴:
</span></div>
<template
v-for=
"(subItem,subIndex) in item.TravelTeamPartnerList"
>
<el-tag
:key=
"subIndex+1000"
style=
"margin-right:10px;"
>
{{
subItem
.
CustomerName
}}
</el-tag>
</
template
>
</div>
</div>
<div
class=
"el-col w_20"
>
<div
class=
"p20"
>
发起人:{{item.CreateByName}}
</div>
<div
class=
"p20"
>
发起时间:{{item.CreateTime}}
</div>
</div>
<div
class=
"el-col w_20"
>
<div
class=
"p20"
>
<div
class=
"p20"
>
<span>
操作
</span>
<span>
操作
</span>
<el-button
@
click
.
native=
'goUrl("RegistrationList", item.TCID,"报名情况")'
type=
"primary"
size=
"mini"
<el-button
@
click
.
native=
'goUrl("RegistrationList", item.TCID,"报名情况")'
type=
"primary"
size=
"mini"
style=
"background:#00C6FF; border-color:#00C6FF"
>
报名情况
style=
"background:#00C6FF; border-color:#00C6FF"
>
报名情况
</el-button>
</el-button>
<el-button
@
click
.
native=
'goUrl("RegistrationList", item.TCID,"财务入账")'
type=
"primary"
size=
"mini"
<
!-- <
el-button @click.native='goUrl("RegistrationList", item.TCID,"财务入账")' type="primary" size="mini"
style="background:#00C6FF; border-color:#00C6FF">财务入账
style="background:#00C6FF; border-color:#00C6FF">财务入账
</el-button>
</el-button>
<el-button @click.native='goUrl("RegistrationList", item.TCID,"财务审核")' type="primary" size="mini"
<el-button @click.native='goUrl("RegistrationList", item.TCID,"财务审核")' type="primary" size="mini"
...
@@ -216,19 +234,7 @@
...
@@ -216,19 +234,7 @@
</el-button>
</el-button>
<el-button @click.native='goUrl("RegistrationList", item.TCID,"添加包机团")' type="primary" size="mini"
<el-button @click.native='goUrl("RegistrationList", item.TCID,"添加包机团")' type="primary" size="mini"
style="background:#00C6FF; border-color:#00C6FF">添加包机团
style="background:#00C6FF; border-color:#00C6FF">添加包机团
</el-button>
</el-button> -->
</div>
</div>
</div>
<div
class=
"TC_remarkContent"
>
<div
class=
"el-col w-50"
>
<div
class=
"p20"
>
发起人:
{{
item
.
CreateByName
}}
</div>
</div>
<div
class=
"el-col w-50"
>
<div
class=
"p20"
>
合作伙伴:
<template
v-for=
"(subItem,subIndex) in item.TravelTeamPartnerList"
>
<el-tag
:key=
"subIndex+1000"
style=
"margin-right:10px;"
>
{{
subItem
.
CustomerName
}}
</el-tag>
</
template
>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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