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
895b3a1d
Commit
895b3a1d
authored
Nov 14, 2019
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团控列表 增加op提成跳转
parent
95d18838
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
OpComPersonDetails.vue
src/components/FinancialModule/OpComPersonDetails.vue
+3
-2
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+12
-0
No files found.
src/components/FinancialModule/OpComPersonDetails.vue
View file @
895b3a1d
...
...
@@ -19,7 +19,7 @@
</el-select>
</span>
</li>
<li>
<li
v-if=
"msg.TrPerIods==0"
>
<span>
<em>
员工
</em>
<el-select
filterable
v-model=
'msg.EmployeeId'
>
...
...
@@ -116,6 +116,7 @@
PeriodsId
:
""
,
TCID
:
""
,
TCNUM
:
""
,
TrPerIods
:
0
,
RB_Branch_Id
:
-
1
},
DataList
:[],
...
...
@@ -130,7 +131,7 @@
this
.
msg
.
PeriodsId
=
this
.
$route
.
query
.
PeriodsId
?
this
.
$route
.
query
.
PeriodsId
:
this
.
msg
.
PeriodsId
;
this
.
msg
.
EmployeeId
=
this
.
$route
.
query
.
EmployeeId
?
Number
(
this
.
$route
.
query
.
EmployeeId
):
this
.
msg
.
EmployeeId
;
this
.
msg
.
RB_Branch_Id
=
this
.
$route
.
query
.
RB_Branch_Id
?
Number
(
this
.
$route
.
query
.
RB_Branch_Id
):
this
.
msg
.
RB_Branch_Id
;
this
.
msg
.
TrPerIods
=
this
.
$route
.
query
.
TrPerIods
?
Number
(
this
.
$route
.
query
.
TrPerIods
):
this
.
msg
.
TrPerIods
;
},
mounted
(){
this
.
getCompany
();
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
895b3a1d
...
...
@@ -840,6 +840,9 @@
<el-dropdown-item>
<div
@
click=
'exportExcel_singleRoom(item)'
>
{{$t('op.FFBDowmLoad')}}
</div>
</el-dropdown-item>
<el-dropdown-item>
<div
@
click=
'goOPCommissionInfo(item.TCID)'
>
查看OP提成
</div>
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
...
...
@@ -1196,6 +1199,15 @@
let
reg
=
/^http
(
s
)?
:
\/\/(
.*
?)\/
/
this
.
downloadFileRename
(
item
.
FullUrl
.
replace
(
reg
,
''
),
item
.
Name
)
},
goOPCommissionInfo
(
tcid
){
this
.
$router
.
push
({
path
:
"OpComPersonDetails"
,
query
:
{
TrPerIods
:
tcid
,
blank
:
'y'
}
});
},
//翻页
handleCurrentChange
(
val
)
{
this
.
queryMsg
.
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