Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
罗超
confucius
Commits
54bad6db
Commit
54bad6db
authored
Jul 08, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一些字段的跳转
parent
3ca6cba1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
50 additions
and
10 deletions
+50
-10
cycleList.vue
src/pages/financial/cycleList.vue
+14
-3
cycleOrderList.vue
src/pages/financial/cycleOrderList.vue
+14
-3
RecPayQueryTeam.vue
src/pages/financial/reportform/RecPayQueryTeam.vue
+14
-2
userCommissionDetails.vue
src/pages/financial/userCommissionDetails.vue
+8
-2
No files found.
src/pages/financial/cycleList.vue
View file @
54bad6db
...
...
@@ -105,13 +105,13 @@
<el-table-column
prop=
"UserName"
label=
"销售"
>
</el-table-column>
<el-table-column
width=
'170'
prop=
"ClassName"
label=
"班级信息"
>
<template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
ClassName
}}
{{
scope
.
row
.
ClassTypeName
}}
<span
style=
"color: #409EFF;"
v-if=
'scope.row.IsContinueClass==1'
>
(续)
</span></div>
<div>
<span
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goUrlclass('/course/classManage',scope.row.ClassName)"
>
{{
scope
.
row
.
ClassName
}}
</span>
{{
scope
.
row
.
ClassTypeName
}}
<span
style=
"color: #409EFF;"
v-if=
'scope.row.IsContinueClass==1'
>
(续)
</span></div>
<div>
学生数量:
{{
scope
.
row
.
StudentCount
}}
人
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"OrderId"
label=
"订单号"
>
<
template
slot-scope=
"scope"
>
<div
style=
"cursor: pointer;
"
>
{{
scope
.
row
.
OrderId
}}
</div>
<div
style=
"cursor: pointer;
text-decoration: underline;"
@
click=
"goUrlorderList('/sale/orderStatistics',scope.row.OrderId)"
>
{{
scope
.
row
.
OrderId
}}
</div>
</
template
>
</el-table-column>
...
...
@@ -394,7 +394,18 @@
tcexport
(){
//导出
var
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
msg
));
EduDownLoad
(
"/SellCommission/GetSellCommissionStatisticsToExcel"
,
msg
,
"提成统计.xls"
)
}
},
goUrlclass
(
path
,
Names
){
//班级
let
Name
=
encodeURI
(
Names
)
this
.
OpenNewUrl
(
path
,
{
ClassName
:
Name
,
});
},
goUrlorderList
(
path
,
ID
){
//订单跳转
this
.
OpenNewUrl
(
path
,
{
OrderId
:
ID
,
});
},
},
}
...
...
src/pages/financial/cycleOrderList.vue
View file @
54bad6db
...
...
@@ -60,14 +60,14 @@
</el-table-column>
<el-table-column
width=
'170'
prop=
"ClassName"
label=
"班级信息"
>
<template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
ClassName
}}
{{
scope
.
row
.
ClassTypeName
}}
<span
style=
"color: #409EFF;"
<div>
<span
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goUrlclass('/course/classManage',scope.row.ClassName)"
>
{{
scope
.
row
.
ClassName
}}
</span>
{{
scope
.
row
.
ClassTypeName
}}
<span
style=
"color: #409EFF;"
v-if=
'scope.row.IsContinueClass==1'
>
(续)
</span></div>
<div>
学生数量:
{{
scope
.
row
.
StudentCount
}}
人
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"OrderId"
label=
"订单号"
>
<
template
slot-scope=
"scope"
>
<div
style=
"cursor: pointer;"
>
{{
scope
.
row
.
OrderId
}}
</div>
<div
style=
"cursor: pointer;
text-decoration: underline;"
@
click=
"goUrlorderList('/sale/orderStatistics',scope.row.OrderId)
"
>
{{
scope
.
row
.
OrderId
}}
</div>
</
template
>
</el-table-column>
...
...
@@ -265,7 +265,18 @@
},
goreturn
()
{
this
.
$router
.
go
(
-
1
);
}
},
goUrlclass
(
path
,
Names
){
//班级
let
Name
=
encodeURI
(
Names
)
this
.
OpenNewUrl
(
path
,
{
ClassName
:
Name
,
});
},
goUrlorderList
(
path
,
ID
){
//订单跳转
this
.
OpenNewUrl
(
path
,
{
OrderId
:
ID
,
});
},
...
...
src/pages/financial/reportform/RecPayQueryTeam.vue
View file @
54bad6db
...
...
@@ -128,8 +128,8 @@
</tr>
<tr
v-for=
" ( item , index ) in tableData "
>
<td><span>
{{
item
.
ClassNo
}}
</span></td>
<td><span>
{{
item
.
ClassName
}}
</span>
<span>
(
{{
item
.
ClassType
==
1
?
'培'
:
'留'
}}
)
</span>
</td>
<td><span
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goUrlClassNo('/sale/japaneseTrain',item.ClassNo)"
>
{{
item
.
ClassNo
}}
</span></td>
<td><span
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goUrlclass('/course/classManage',item.ClassName)"
>
{{
item
.
ClassName
}}
</span>
<span>
(
{{
item
.
ClassType
==
1
?
'培'
:
'留'
}}
)
</span>
</td>
<td><span>
{{
item
.
THoursNum
}}
</span></td>
<td><span>
{{
item
.
TStuNum
}}
</span></td>
<td><span>
{{
item
.
TStuMoney
}}
</span></td>
...
...
@@ -316,6 +316,18 @@
StartMonth
:
this
.
msg
.
StartTime
.
split
(
'-'
)[
0
]
+
'-'
+
this
.
msg
.
StartTime
.
split
(
'-'
)[
1
],
EndMonth
:
this
.
msg
.
EndTime
.
split
(
'-'
)[
0
]
+
'-'
+
this
.
msg
.
EndTime
.
split
(
'-'
)[
1
],
});
},
goUrlclass
(
path
,
Names
){
//班级跳转
let
Name
=
encodeURI
(
Names
)
this
.
OpenNewUrl
(
path
,
{
ClassName
:
Name
,
});
},
goUrlClassNo
(
path
,
Names
){
let
Name
=
encodeURI
(
Names
)
this
.
OpenNewUrl
(
path
,
{
ClassNo
:
Name
,
});
}
...
...
src/pages/financial/userCommissionDetails.vue
View file @
54bad6db
...
...
@@ -73,7 +73,7 @@
<el-table-column
prop=
"UserName"
label=
"销售"
>
</el-table-column>
<el-table-column
width=
'170'
prop=
"ClassName"
label=
"班级信息"
>
<template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
ClassName
}}
{{
scope
.
row
.
ClassTypeName
}}
<span
style=
"color: #409EFF;"
<div>
<span
style=
"cursor: pointer;text-decoration: underline;"
@
click=
"goUrlclass('/course/classManage',scope.row.ClassName)"
>
{{
scope
.
row
.
ClassName
}}
</span>
{{
scope
.
row
.
ClassTypeName
}}
<span
style=
"color: #409EFF;"
v-if=
'scope.row.IsContinueClass==1'
>
(续)
</span></div>
<div>
学生数量:
{{
scope
.
row
.
StudentCount
}}
人
</div>
</
template
>
...
...
@@ -242,7 +242,13 @@
},
goreturn
()
{
this
.
$router
.
go
(
-
1
);
}
},
goUrlclass
(
path
,
Names
){
//班级
let
Name
=
encodeURI
(
Names
)
this
.
OpenNewUrl
(
path
,
{
ClassName
:
Name
,
});
},
},
}
</
script
>
...
...
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