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
0fe18d63
Commit
0fe18d63
authored
Nov 22, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加团机位统计
parent
8755d912
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
381 additions
and
5 deletions
+381
-5
TicketManager.vue
src/components/Ticketing/TicketManager.vue
+1
-1
TravelMyTicket.vue
src/components/TravelManager/Ticket/TravelMyTicket.vue
+1
-1
TravelticketManager.vue
src/components/TravelManager/Ticket/TravelticketManager.vue
+3
-3
PleaseStatistics.vue
src/components/TravelManager/TravelList/PleaseStatistics.vue
+368
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/Ticketing/TicketManager.vue
View file @
0fe18d63
...
...
@@ -1157,7 +1157,7 @@
.TicketManager
.TICK_Code
{
position
:
absolute
;
left
:
27px
;
top
:
5px
;
top
:
0
;
}
.TicketManager
.TCID_cont
{
...
...
src/components/TravelManager/Ticket/TravelMyTicket.vue
View file @
0fe18d63
...
...
@@ -602,7 +602,7 @@
.TravelMyTicket
.vmiddle
{
display
:
flex
;
align-items
:
Center
;
height
:
78px
;
/* height: 78px; */
}
.TM_AirUrl
{
...
...
src/components/TravelManager/Ticket/TravelticketManager.vue
View file @
0fe18d63
...
...
@@ -589,8 +589,8 @@
text-indent
:
20px
;
}
.Ticket_TCID
{
margin
-right
:
2px
;
.Ticket_TCID
TMA
{
margin
:
2px
2px
0
0
;
}
.TravelticketManager
.disClick
{
...
...
@@ -841,7 +841,7 @@
<div
class=
"TCID_cont PingFangSC"
>
{{
$t
(
'fnc.tuanqi'
)
}}
:
<span
v-show=
"item.PriceList.length==0"
>
{{
$t
(
'pub.noMsg'
)
}}
</span>
<span
class=
"Ticket_TCID"
v-for=
"subItem in item.PriceList"
>
<span
class=
"Ticket_TCID
TMA
"
v-for=
"subItem in item.PriceList"
>
<a
style=
"color:blue;cursor:pointer"
@
click=
'goUrlT("TravelControlList",subItem.TCNUM,"团控列表")'
>
(
{{
subItem
.
TCID
}}
)
{{
subItem
.
TCNUM
}}
</a>
</span>
...
...
src/components/TravelManager/TravelList/PleaseStatistics.vue
0 → 100644
View file @
0fe18d63
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
0fe18d63
...
...
@@ -2066,6 +2066,14 @@ export default {
title
:
'简易报表'
},
},
{
path
:
'/PleaseStatistics'
,
//团机位统计
name
:
'PleaseStatistics'
,
component
:
resolve
=>
require
([
'@/components/TravelManager/TravelList/PleaseStatistics'
],
resolve
),
meta
:
{
title
:
'团机位统计'
},
},
{
path
:
'/RegistrationStatisticsv2'
,
//团控系统-简易报表(销售)
name
:
'RegistrationStatisticsv2'
,
...
...
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