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
c8dac2d7
Commit
c8dac2d7
authored
Jul 13, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
70796dd0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
cycleList.vue
src/pages/financial/cycleList.vue
+1
-1
cycleOrderList.vue
src/pages/financial/cycleOrderList.vue
+5
-1
userCommissionDetails.vue
src/pages/financial/userCommissionDetails.vue
+5
-4
No files found.
src/pages/financial/cycleList.vue
View file @
c8dac2d7
...
@@ -405,7 +405,7 @@
...
@@ -405,7 +405,7 @@
goUrlorderList
(
path
,
row
){
//订单跳转
goUrlorderList
(
path
,
row
){
//订单跳转
this
.
OpenNewUrl
(
path
,
{
this
.
OpenNewUrl
(
path
,
{
OrderId
:
row
.
OrderId
,
OrderId
:
row
.
OrderId
,
EnterID
:
row
.
UserId
//
EnterID:row.UserId
});
});
},
},
},
},
...
...
src/pages/financial/cycleOrderList.vue
View file @
c8dac2d7
...
@@ -172,6 +172,10 @@
...
@@ -172,6 +172,10 @@
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
OrderId
)
{
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
OrderId
)
{
this
.
msg
.
OrderId
=
this
.
$route
.
query
.
OrderId
this
.
msg
.
OrderId
=
this
.
$route
.
query
.
OrderId
}
}
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
UserId
)
{
this
.
msg
.
UserId
=
this
.
$route
.
query
.
UserId
}
this
.
getList
()
this
.
getList
()
// this.setClass()
// this.setClass()
...
@@ -305,7 +309,7 @@
...
@@ -305,7 +309,7 @@
goUrlorderList
(
path
,
row
){
//订单跳转
goUrlorderList
(
path
,
row
){
//订单跳转
this
.
OpenNewUrl
(
path
,
{
this
.
OpenNewUrl
(
path
,
{
OrderId
:
row
.
OrderId
,
OrderId
:
row
.
OrderId
,
EnterID
:
row
.
UserId
//
EnterID:row.UserId
});
});
},
},
...
...
src/pages/financial/userCommissionDetails.vue
View file @
c8dac2d7
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
</el-table-column>
</el-table-column>
<el-table-column
prop=
"IssueNum"
label=
"发放次数"
width=
'94'
>
<el-table-column
prop=
"IssueNum"
label=
"发放次数"
width=
'94'
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.IssueNum"
style=
"cursor: pointer;text-decoration: underline;"
@
click=
'goorderUrl(scope.row
.OrderId
)'
>
<div
v-if=
"scope.row.IssueNum"
style=
"cursor: pointer;text-decoration: underline;"
@
click=
'goorderUrl(scope.row)'
>
发放第
{{
scope
.
row
.
IssueNum
}}
次
发放第
{{
scope
.
row
.
IssueNum
}}
次
</div>
</div>
...
@@ -291,11 +291,12 @@
...
@@ -291,11 +291,12 @@
StudentCount
(
a
,
b
)
{
StudentCount
(
a
,
b
)
{
return
a
.
StudentCount
-
b
.
StudentCount
;
return
a
.
StudentCount
-
b
.
StudentCount
;
},
},
goorderUrl
(
id
)
{
goorderUrl
(
row
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/financial/cycleOrderList'
,
path
:
'/financial/cycleOrderList'
,
query
:
{
query
:
{
OrderId
:
id
,
OrderId
:
row
.
OrderId
,
UserId
:
row
.
UserId
,
blank
:
'y'
,
blank
:
'y'
,
}
}
})
})
...
@@ -306,7 +307,7 @@
...
@@ -306,7 +307,7 @@
goUrlorderList
(
path
,
row
){
//订单跳转
goUrlorderList
(
path
,
row
){
//订单跳转
this
.
OpenNewUrl
(
path
,
{
this
.
OpenNewUrl
(
path
,
{
OrderId
:
row
.
OrderId
,
OrderId
:
row
.
OrderId
,
EnterID
:
row
.
UserId
//
EnterID:row.UserId
});
});
},
},
goUrlclass
(
path
,
Names
){
//班级
goUrlclass
(
path
,
Names
){
//班级
...
...
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