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
d15289aa
Commit
d15289aa
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
简易计划表新增新页面打开
parent
85e115cf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
RegistrationStatistics.vue
...nents/TravelManager/TravelList/RegistrationStatistics.vue
+5
-4
No files found.
src/components/TravelManager/TravelList/RegistrationStatistics.vue
View file @
d15289aa
...
...
@@ -116,9 +116,9 @@
<td>
{{
item
.
B2CMemberPrice
}}
</td>
<td>
{{
item
.
TotalSeat
}}
</td>
<td>
<span
class=
"Order_RS"
:class=
"
{'RS_RedType':item.OrderTotalNum>0}" @click="goUrl('RegistrationList',item.TCID)">
{{
item
.
OrderTotalNum
-
item
.
OrderLeaderGuestNum
}}
<span
v-if=
"item.OrderLeaderGuestNum>0"
>
+
{{
item
.
OrderLeaderGuestNum
}}
</span></span>
<span
class=
"Order_RS"
:class=
"
{'RS_RedType':item.OrderTotalNum>0}" @click="goUrl('RegistrationList',item.TCID
,'设置领队'
)">
{{
item
.
OrderTotalNum
-
item
.
OrderLeaderGuestNum
}}
<span
v-if=
"item.OrderLeaderGuestNum>0"
>
+
{{
item
.
OrderLeaderGuestNum
}}
</span></span>
</td>
<td><span
class=
"Order_RS"
@
click=
"goUrl('RegistrationList',item.TCID)"
>
{{
item
.
OrderPaymentNum
}}
</span></td>
<td><span
class=
"Order_RS"
@
click=
"goUrl('RegistrationList',item.TCID
,'设置领队'
)"
>
{{
item
.
OrderPaymentNum
}}
</span></td>
<td><span
:class=
"item.LeaderName!=''&&item.LeaderName!=null?'PingFangSC Order_RS':'Order_RS'"
@
click=
"goUrl('RegistrationList',item.TCID,'报名清单')"
>
{{
item
.
LeaderName
!=
""
&&
item
.
LeaderName
!=
null
?
item
.
LeaderName
:
"设置领队"
}}
</span></td>
<td><span
:class=
"item.GuideName!=''&&item.GuideName!=null?'RS_RedType PingFangSC Order_RS':'Order_RS'"
@
click=
"goUrl('leaderArrangement',item.TCID,'设置导游')"
>
{{
item
.
GuideName
!=
""
&&
item
.
GuideName
!=
null
?
item
.
GuideName
:
"设置导游"
}}
</span></td>
<td><span
class=
"RS_Nameover"
>
{{
item
.
OPRemark
}}
</span></td>
...
...
@@ -265,9 +265,10 @@ export default {
"报名统计.xls"
);
},
goUrl
(
path
,
id
)
{
goUrl
(
path
,
id
,
NameStr
)
{
if
(
id
>
0
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
}});
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
blank
:
"y"
,
tab
:
NameStr
}});
}
else
{
this
.
$router
.
push
({
name
:
path
});
}
...
...
This diff is collapsed.
Click to expand it.
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