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
8ac34617
Commit
8ac34617
authored
Apr 10, 2023
by
沈良进
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save
parent
44170b15
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
10 deletions
+18
-10
priceGroup.vue
src/components/TravelManager/TravelTeam/priceGroup.vue
+2
-2
travelTeamList.vue
src/components/TravelManager/TravelTeam/travelTeamList.vue
+16
-8
No files found.
src/components/TravelManager/TravelTeam/priceGroup.vue
View file @
8ac34617
...
...
@@ -736,14 +736,14 @@
}}
</td>
</tr>
<tr>
<
!--
<
tr>
<td>
{{
$t
(
"salesModule.SingleJ"
)
}}
</td>
<td
colspan=
"4"
>
{{
item
.
SingleDMCPrice
|
priceFormat
(
item
.
SingleDMCPrice
)
}}
</td>
</tr>
</tr>
-->
<tr>
<td>
{{
$t
(
"Operation.Op_baby"
)
}}
</td>
<td
colspan=
"4"
>
...
...
src/components/TravelManager/TravelTeam/travelTeamList.vue
View file @
8ac34617
...
...
@@ -24,7 +24,9 @@
.p20
{
padding
:
20px
;
}
.pl
{
padding-left
:
20px
;
}
.item-title
{
font-size
:
12px
;
font-weight
:
normal
;
...
...
@@ -111,8 +113,9 @@
<div
class=
"p20"
>
<div
class=
"mb title"
><i
class=
"iconfont icon-biaoti1"
></i><span>
包机信息
</span></div>
<div
class=
"mb"
><span>
{{
item
.
GTeamName
}}
</span></div>
<div
class=
"bold"
><span
class=
"item-title"
>
出发日期:
</span><span>
{{
item
.
StartDate
}}
</span></div>
<div
class=
"bold"
><span
class=
"item-title"
>
团队信息:
</span><span>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span></div>
<div
class=
"mb"
><span
class=
"item-title"
>
出发日期:
</span><span>
{{
item
.
StartDate
}}
</span></div>
<div
class=
"mb"
><span
class=
"item-title"
>
团队信息:
</span><span>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span></div>
<el-button
size=
"mini"
v-if=
"item.WordUrl"
><a
:href=
"item.WordUrl"
type=
"download"
download=
""
>
下载WORD行程
</a></el-button>
</div>
</div>
<div
class=
"el-col w_20"
>
...
...
@@ -252,14 +255,14 @@
}}
</td>
</tr>
<tr>
<
!--
<
tr>
<td>
{{
$t
(
"salesModule.SingleJ"
)
}}
</td>
<td
colspan=
"4"
>
{{
item
.
SingleDMCPrice
|
priceFormat
(
item
.
SingleDMCPrice
)
}}
</td>
</tr>
</tr>
-->
<tr>
<td>
{{
$t
(
"Operation.Op_baby"
)
}}
</td>
<td
colspan=
"4"
>
...
...
@@ -319,14 +322,19 @@
<div
class=
"p20"
>
<div
class=
"mb title"
><i
class=
"iconfont icon-tuandui"
></i><span>
合作伙伴
</span></div>
<template
v-for=
"(subItem,subIndex) in item.TravelTeamPartnerList"
>
<el-tag
:key=
"subIndex+10000"
style=
"margin-right:10px;margin-bottom: 10px"
>
{{
subItem
.
CustomerName
}}
</el-tag>
<el-popover
:key=
"subIndex+10000"
trigger=
"hover"
v-if=
"subItem.SaleInfoList && subItem.SaleInfoList.length"
:content=
"subItem.SaleInfoList[0].EmName"
>
<el-tag
size=
"mini"
slot=
"reference"
style=
"margin-right:10px;margin-bottom: 10px"
>
{{
subItem
.
CustomerName
}}
</el-tag>
</el-popover>
</
template
>
</div>
</div>
<div
class=
"el-col w_10"
>
<div
class=
"p20"
>
<div
class=
"mb title"
><i
class=
"iconfont icon-yuangong"
></i><span>
发起信息
</span></div>
<div
class=
"mb
bold
"
><span
class=
"item-title"
>
发起人:
</span>
{{item.CreateByName}}
</div>
<div
class=
"mb"
><span
class=
"item-title"
>
发起人:
</span>
{{item.CreateByName}}
</div>
<div>
{{item.CreateTime}}
</div>
</div>
</div>
...
...
@@ -355,7 +363,7 @@
</div>
</div>
<div
class=
"TC_remarkContent"
>
<div
class=
"p
20
"
>
备注: {{item.Remark}}
</div>
<div
class=
"p
l
"
>
备注: {{item.Remark}}
</div>
</div>
</li>
</ul>
...
...
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