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
5c057730
Commit
5c057730
authored
Jul 07, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
3dff7f3f
1ea6358e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+7
-2
domesticCommissionUserTW2.vue
src/components/FinancialModule/domesticCommissionUserTW2.vue
+4
-9
No files found.
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
5c057730
...
...
@@ -1874,8 +1874,13 @@
obj
.
tab
=
"台湾提成详情"
path
=
'domesticCommissiondetailsTW'
}
else
if
(
GetDetail
.
OtherType
==
70
)
{
//跳转台湾提成的三级详情 新版本
obj
.
tab
=
"台湾销售提成详情"
path
=
'domesticCommissiondetailsTW'
if
(
GetDetail
.
ReFinanceId2
==
1
){
obj
.
tab
=
"台湾销售提成详情"
path
=
'domesticCommissiondetailsTW'
}
else
{
obj
.
tab
=
"台湾销售地接提成详情"
path
=
'domesticCommissionUserTW'
}
// if (GetDetail.ReFinanceId2 == 1) {
// urlName = 'domesticCommissiondetailsTW'
// }
...
...
src/components/FinancialModule/domesticCommissionUserTW2.vue
View file @
5c057730
...
...
@@ -169,15 +169,10 @@
// this.msg.OutBranchId = userInfo.RB_Branch_id
}
this
.
msg
.
PeriodId
=
this
.
$route
.
query
.
PeriodId
?
Number
(
this
.
$route
.
query
.
PeriodId
):
0
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
OutBranchId
)
{
// this.msg.OutBranchId = this.$route.query.OutBranchId
}
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
RB_Branch_Id
)
{
// this.msg.RB_Branch_Id = this.$route.query.RB_Branch_Id
}
if
(
this
.
$route
.
query
&&
this
.
$route
.
query
.
RB_Department_Id
)
{
// this.msg.RB_Department_Id = this.$route.query.RB_Department_Id
}
this
.
msg
.
PeriodId
=
this
.
$route
.
query
.
periods
?
Number
(
this
.
$route
.
query
.
periods
):
0
// this.msg.OutBranchId = this.$route.query.OutBranchId?this.$route.query.OutBranchId:-1
// this.msg.RB_Branch_Id = this.$route.query.RB_Branch_Id?this.$route.query.RB_Branch_Id:-1
// this.msg.RB_Department_Id = this.$route.query.RB_Department_Id?this.$route.query.RB_Department_Id:-1
this
.
getList
();
// this.getqishilist()
this
.
getCompanyList
()
//获取公司
...
...
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