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
d796b569
Commit
d796b569
authored
Feb 14, 2022
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
4c42ca5d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
0 deletions
+46
-0
PassbookperiodsList.vue
src/pages/financial/returnPassbook/PassbookperiodsList.vue
+2
-0
ReturnperiodsList.vue
src/pages/financial/returnPassbook/ReturnperiodsList.vue
+44
-0
No files found.
src/pages/financial/returnPassbook/PassbookperiodsList.vue
View file @
d796b569
...
...
@@ -82,6 +82,7 @@
<!--
<el-table-column
prop=
"Id"
label=
"ID"
></el-table-column>
-->
<el-table-column
prop=
"BatchName"
label=
"周期"
></el-table-column>
<el-table-column
prop=
"TotalMoney"
label=
"累计金额"
>
</el-table-column>
<el-table-column
prop=
"CreateByName"
label=
"创建人"
>
</el-table-column>
<el-table-column
prop=
"CreateDate"
label=
"创建时间"
>
</el-table-column>
<el-table-column
label=
"操作"
>
...
...
@@ -138,6 +139,7 @@
Month
:
''
,
CommissionType
:
2
,
},
pageCount
:
0
,
persistent
:
false
,
listData
:{},
...
...
src/pages/financial/returnPassbook/ReturnperiodsList.vue
View file @
d796b569
...
...
@@ -84,8 +84,13 @@
<!--
<el-table-column
prop=
"Id"
label=
"ID"
></el-table-column>
-->
<el-table-column
prop=
"BatchName"
label=
"周期"
></el-table-column>
<el-table-column
prop=
"TotalMoney"
label=
"累计金额"
>
</el-table-column>
<el-table-column
prop=
"TotalEmployee"
label=
"个人直客累计金额"
>
</el-table-column>
<el-table-column
prop=
"TotalCustomer"
label=
"同业录入累计金额"
>
</el-table-column>
<el-table-column
prop=
"TotalInternal"
label=
"内部介绍累计金额"
>
</el-table-column>
<el-table-column
prop=
"TotalTrans"
label=
"学员转介绍累计金额"
>
</el-table-column>
<el-table-column
prop=
"CreateByName"
label=
"创建人"
>
</el-table-column>
<el-table-column
prop=
"CreateDate"
label=
"创建时间"
>
</el-table-column>
<el-table-column
prop=
"FinanceIds"
label=
"财务单据"
>
</el-table-column>
<el-table-column
label=
"操作"
>
<template
slot-scope=
"scope"
>
<div
class=
"_icon_btn"
>
...
...
@@ -93,12 +98,19 @@
<i
class=
"iconfont icon-sousuo"
@
click=
"goUrl(scope.row.Id)"
></i>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"生成财务单据"
placement=
"top"
>
<i
class=
"iconfont icon-sousuo"
@
click=
"setCommissionFinanace(scope.row.Id)"
></i>
</el-tooltip>
<!--
<el-tooltip
class=
"item"
effect=
"dark"
content=
"制单"
placement=
"top"
v-if=
'iscMaker==true'
>
<i
class=
"iconfont icon-add"
v-if=
'iscMaker==true'
@
click=
"generalFinancacls(scope.row)"
></i>
</el-tooltip>
-->
</div>
</
template
>
</el-table-column>
</el-table>
...
...
@@ -119,6 +131,7 @@
}
from
'../../../api/school/index'
import
{
SetCommissionPeriodsFinanace
,
getCommissionPeriodsPageList
,
setSellCommissionRule
,
setUserReturnCommission
,
...
...
@@ -144,6 +157,14 @@
Month
:
''
,
CommissionType
:
1
,
},
msgFinance
:
{
BatchId
:
0
,
SchoolId
:
'-1'
,
Status
:
'-2'
,
OrderSourceType
:
'-1'
,
OrderSourceId
:
0
,
Q_SelectNormal
:
'2'
},
pageCount
:
0
,
persistent
:
false
,
listData
:{},
...
...
@@ -189,6 +210,19 @@
}
})
},
setCommissionFinanace
(
id
){
this
.
loading
=
true
;
this
.
msgFinance
.
BatchId
=
id
;
SetCommissionPeriodsFinanace
(
this
.
msgFinance
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
getList
()
}
this
.
loading1
=
false
;
}).
catch
(
err
=>
{
this
.
loading1
=
false
;
})
},
scCommission
(){
//生成提成
if
(
this
.
loading1
==
false
){
this
.
loading1
=
true
;
...
...
@@ -225,6 +259,16 @@
blank
:
'y'
,
}
})
},
goUrl
(
id
)
{
this
.
$router
.
push
({
path
:
'/financial/returnPassbook/ReturnUserList'
,
query
:
{
"id"
:
id
,
"CommissionType"
:
1
,
blank
:
'y'
,
}
})
},
handleCurrentChanges
(
val
){
this
.
msg
.
PageIndex
=
val
;
...
...
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