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
f0d0197d
Commit
f0d0197d
authored
Oct 23, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改团控
parent
49f781bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
4 deletions
+29
-4
newTravelManager.css
src/assets/css/newTravelManager.css
+20
-0
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+9
-4
No files found.
src/assets/css/newTravelManager.css
View file @
f0d0197d
...
...
@@ -2855,6 +2855,26 @@
color
:
#FFFFFF
;
font-size
:
12px
;
}
.travel_warningDi
{
position
:
absolute
;
top
:
0px
;
right
:
0px
;
width
:
0px
;
height
:
0px
;
border-top
:
12px
solid
red
;
border-bottom
:
12px
solid
transparent
;
border-left
:
12px
solid
transparent
;
border-right
:
12px
solid
red
;
}
.travel_warningDi
::after
{
content
:
'地'
;
position
:
absolute
;
top
:
-12px
;
right
:
-10px
;
white-space
:
nowrap
;
color
:
#FFFFFF
;
font-size
:
12px
;
}
.TC_customerInfo
table
{
margin-top
:
15px
;
padding-right
:
20px
;}
.TC_customerInfo
table
tr
td
{
height
:
40px
;
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
f0d0197d
...
...
@@ -383,7 +383,8 @@
</div>
<div>
<div
class=
"el-col"
style=
"position:relative;width:200px"
>
<div
v-if=
"item.IsWarning===1"
title=
"紧急团"
class=
"travel_warning"
></div>
<div
v-if=
"item.IsWarning===1&&item.TeamType!=3"
title=
"紧急团"
class=
"travel_warning"
></div>
<div
v-else
title=
"地接团"
class=
"travel_warningDi"
></div>
<div>
<div
class=
"TC_teamType"
>
<span
v-if=
"item.IsB2B==0"
title=
"内部团"
>
{{
$t
(
'Operation.Op_nei'
)
}}
</span>
...
...
@@ -749,13 +750,17 @@
<i
class=
"el-icon-arrow-down el-icon--right"
></i>
</span>
<el-dropdown-menu
slot=
"dropdown"
class=
"TC-dropdown"
>
<el-dropdown-item
@
click
.
native=
"goToOpenTravel('TravelManager2',item.ID,0)"
>
<el-dropdown-item
v-if=
"item.TeamType!=3"
@
click
.
native=
"goToOpenTravel('TravelManager2',item.ID,0)"
>
{{$t('Operation.Op_xilieModyfi')}}
</el-dropdown-item>
<el-dropdown-item
v-if=
"item.TeamType==0"
@
click
.
native=
"goTonowTeam('TravelManager2',item.ID,item.TCID,item.TCNUM)"
>
<el-dropdown-item
v-else
@
click
.
native=
"goToOpenTravel('TravelManager6',item.ID,0)"
>
{{$t('Operation.Op_xilieModyfi')}}
</el-dropdown-item>
<el-dropdown-item
v-if=
"item.TeamType!=3"
@
click
.
native=
"goTonowTeam('TravelManager2',item.ID,item.TCID,item.TCNUM)"
>
{{$t('Operation.Op_dangtuanModify')}}
</el-dropdown-item>
<el-dropdown-item
v-
if=
"item.TeamType==3"
@
click
.
native=
"goTonowTeam('TravelManager6',item.ID,item.TCID,item.TCNUM)"
>
<el-dropdown-item
v-
else
@
click
.
native=
"goTonowTeam('TravelManager6',item.ID,item.TCID,item.TCNUM)"
>
{{$t('Operation.Op_dangtuanModify')}}
</el-dropdown-item>
</el-dropdown-menu>
...
...
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