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
85782a45
Commit
85782a45
authored
Jun 22, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9d584bbb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
+16
-3
CommissionDetail.vue
src/pages/financial/CommissionDetail.vue
+4
-1
cycleOrderList.vue
src/pages/financial/cycleOrderList.vue
+5
-1
salesCommission.vue
src/pages/financial/salesCommission.vue
+3
-0
userCommissionDetails.vue
src/pages/financial/userCommissionDetails.vue
+4
-1
No files found.
src/pages/financial/CommissionDetail.vue
View file @
85782a45
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
<q-input
filled
v-model=
"msg.OrderId"
@
keyup
.
enter
.
native=
"getList()"
label=
"订单号"
/>
<q-input
filled
v-model=
"msg.OrderId"
@
keyup
.
enter
.
native=
"getList()"
label=
"订单号"
/>
</div>
-->
</div>
-->
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-btn
:loading=
"loading1"
color=
"primary"
size=
"11px"
label=
"返回"
@
click=
"goreturn"
style=
"margin-left:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
label=
"返回"
@
click=
"goreturn"
style=
"margin-left:10px"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -62,6 +62,8 @@
...
@@ -62,6 +62,8 @@
<el-table
<el-table
ref=
"filterTable"
ref=
"filterTable"
:data=
"tableData"
:data=
"tableData"
v-loading =
'loading'
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}"
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}"
border
border
style="width: 100%">
style="width: 100%">
...
@@ -159,6 +161,7 @@
...
@@ -159,6 +161,7 @@
this
.
loading
=
true
;
this
.
loading
=
true
;
getSellCommissionUserList
(
this
.
msg
).
then
(
res
=>
{
getSellCommissionUserList
(
this
.
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
if
(
res
.
Code
==
1
)
{
this
.
loading
=
false
;
this
.
tableData
=
res
.
Data
;
this
.
tableData
=
res
.
Data
;
this
.
SchoolNamelist
=
[];
this
.
SchoolNamelist
=
[];
this
.
DeptNamelist
=
[];
this
.
DeptNamelist
=
[];
...
...
src/pages/financial/cycleOrderList.vue
View file @
85782a45
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
<div
class=
"page-search row items-center"
>
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
<q-btn
:loading=
"loading1"
color=
"primary"
size=
"11px"
label=
"返回"
@
click=
"goreturn"
style=
"margin-left:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
label=
"返回"
@
click=
"goreturn"
style=
"margin-left:10px"
/>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -46,6 +46,8 @@
...
@@ -46,6 +46,8 @@
<el-table
<el-table
ref=
"filterTable"
ref=
"filterTable"
:data=
"tableData"
:data=
"tableData"
v-loading =
'loading'
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}"
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}"
border
border
style="width: 100%">
style="width: 100%">
...
@@ -176,6 +178,8 @@
...
@@ -176,6 +178,8 @@
this
.
loading
=
true
;
this
.
loading
=
true
;
getSellCommissionForOrderList
(
this
.
msg
).
then
(
res
=>
{
getSellCommissionForOrderList
(
this
.
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
if
(
res
.
Code
==
1
)
{
this
.
loading
=
false
;
this
.
tableData
=
res
.
Data
this
.
tableData
=
res
.
Data
this
.
SchoolNamelist
=
[];
this
.
SchoolNamelist
=
[];
this
.
DeptNamelist
=
[];
this
.
DeptNamelist
=
[];
...
...
src/pages/financial/salesCommission.vue
View file @
85782a45
...
@@ -68,6 +68,7 @@
...
@@ -68,6 +68,7 @@
<el-table
<el-table
ref=
"filterTable"
ref=
"filterTable"
:data=
"tableData"
:data=
"tableData"
v-loading =
'loading'
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}"
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}"
border
border
style="width: 100%">
style="width: 100%">
...
@@ -183,6 +184,8 @@
...
@@ -183,6 +184,8 @@
this
.
loading
=
true
;
this
.
loading
=
true
;
getSellCommissionPeriodsPageList
(
this
.
msg
).
then
(
res
=>
{
getSellCommissionPeriodsPageList
(
this
.
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
if
(
res
.
Code
==
1
)
{
this
.
loading
=
false
;
this
.
tableData
=
res
.
Data
.
PageData
this
.
tableData
=
res
.
Data
.
PageData
this
.
total
=
res
.
Data
.
Count
this
.
total
=
res
.
Data
.
Count
}
}
...
...
src/pages/financial/userCommissionDetails.vue
View file @
85782a45
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<div
class=
"page-body userCommissionDetails"
>
<div
class=
"page-body userCommissionDetails"
>
<div
class=
"page-search row items-center"
>
<div
class=
"page-search row items-center"
>
<div
style=
"margin-right: 10px;"
>
<div
style=
"margin-right: 10px;"
>
<q-btn
:loading=
"loading1"
color=
"primary"
size=
"11px"
label=
"返回"
@
click=
"goreturn"
style=
"margin-left:10px"
/>
<q-btn
color=
"primary"
size=
"11px"
label=
"返回"
@
click=
"goreturn"
style=
"margin-left:10px"
/>
</div>
</div>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<div
class=
"col-3"
>
...
@@ -62,6 +62,8 @@
...
@@ -62,6 +62,8 @@
<el-table
<el-table
ref=
"filterTable"
ref=
"filterTable"
:data=
"tableData"
:data=
"tableData"
v-loading =
'loading'
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}"
:header-cell-style=
"
{backgroundColor:'#f5f6f7', color: '#a8a8b3'}"
border
border
style="width: 100%">
style="width: 100%">
...
@@ -176,6 +178,7 @@
...
@@ -176,6 +178,7 @@
this
.
loading
=
true
;
this
.
loading
=
true
;
getSellCommissionUserDetailList
(
this
.
msg
).
then
(
res
=>
{
getSellCommissionUserDetailList
(
this
.
msg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
if
(
res
.
Code
==
1
)
{
this
.
loading
=
false
;
this
.
tableData
=
res
.
Data
this
.
tableData
=
res
.
Data
}
}
})
})
...
...
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