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
0b55d1f6
Commit
0b55d1f6
authored
Sep 26, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改麦子助手下载地址,OP提成详情设置提成去权限
parent
f5957fd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
OPCommissionDetail.vue
src/components/FinancialModule/OPCommissionDetail.vue
+16
-3
index.vue
src/components/index.vue
+1
-1
No files found.
src/components/FinancialModule/OPCommissionDetail.vue
View file @
0b55d1f6
...
...
@@ -27,7 +27,7 @@
></v-table>
<div
style=
"height:20px;"
>
</div>
<el-dialog
title=
"设置
"
:title=
"`设置:$
{setform.CreateByStr}`
"
:visible.sync="setopVisible"
width="30%">
<div>
...
...
@@ -117,13 +117,17 @@ export default {
dataListTwo
:
[],
stringPerons
:
''
,
setopVisible
:
false
,
setform
:{},
setform
:{
CreateByStr
:
''
,
},
opdatails
:
false
,
detailsMsg
:{
detailList
:[],
},
btnShow
:
true
,
};
},
methods
:
{
SetOPOK
(){
if
(
!
this
.
setform
.
Type
){
...
...
@@ -217,6 +221,7 @@ export default {
this
.
setopVisible
=
true
;
this
.
setform
.
PeriodsId
=
this
.
msg
.
PeriodsId
;
this
.
setform
.
EmployeeId
=
params
.
data
.
EmployeeId
;
this
.
setform
.
CreateByStr
=
params
.
data
.
CreateByStr
;
}
else
{
this
.
opdatails
=
true
;
...
...
@@ -491,6 +496,7 @@ export default {
this
.
total
=
res
.
data
.
data
.
count
;
this
.
dataList
.
forEach
(
x
=>
{
x
.
sumMoney
=
x
.
CommissionMoney
x
.
btnShow
=
this
.
btnShow
;
})
this
.
dataListTwo
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
dataList
))
}
else
{
...
...
@@ -535,6 +541,7 @@ export default {
}
},
mounted
()
{
this
.
msg
.
pageSize
=
10000
;
//不分页
this
.
msg
.
PeriodsId
=
this
.
$route
.
query
.
PeriodsId
?
this
.
$route
.
query
.
PeriodsId
:
0
;
let
dt
=
new
Date
()
...
...
@@ -544,13 +551,19 @@ export default {
this
.
getCompanyList
();
},
created
(){
let
userInfo
=
this
.
getLocalStorage
();
let
ActionMenuCode
=
userInfo
.
ActionMenuCode
;
if
(
ActionMenuCode
.
indexOf
(
'P_OPCommissionSend'
)
!=-
1
){
this
.
btnShow
=
true
;
}
Vue
.
component
(
'commission-table-operation'
,{
template
:
`<div style='width:80px;height:40px;background:#fff;text-align:center;position: relative;left:-5px;padding-top: 6px;padding-top:6px;'>
<el-button type="primary" size='mini' icon="el-icon-view" circle @click="see(rowData,index)"></el-button>
<el-button type="danger" size='mini' style="font-size:10px" class="iconfont icon-nav-xitongguanli" circle @click="SetOP(rowData,index)"></el-button>
<el-button
v-show="rowData.btnShow"
type="danger" size='mini' style="font-size:10px" class="iconfont icon-nav-xitongguanli" circle @click="SetOP(rowData,index)"></el-button>
<el-button type="danger" size='mini' style="font-size:10px" class="iconfont icon-nav-hangzheng" circle @click="SeeDetails(rowData,index)"></el-button>
</div>`
,
props
:{
rowData
:{
type
:
Object
},
...
...
src/components/index.vue
View file @
0b55d1f6
...
...
@@ -668,7 +668,7 @@
</div>
</div>
<div
style=
"text-align:center;margin-top:20px"
>
<span
class=
"khd"
><a
href=
"http
://im.oytour.com/麦子助手.exe
"
>
IM客户端下载
</a></span>
<span
class=
"khd"
><a
href=
"http
s://url.cn/5tmuvIW
"
>
IM客户端下载
</a></span>
</div>
<div
class=
"im_bottom"
></div>
</div>
...
...
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