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
e49ae98e
Commit
e49ae98e
authored
Sep 22, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1f8d6d2e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
+7
-3
BasicDocuments.vue
src/pages/financial/financalDocument/BasicDocuments.vue
+4
-0
studyAbroadCommission.vue
src/pages/financial/studyabroad/studyAbroadCommission.vue
+2
-2
studyAbroadRules.vue
src/pages/financial/studyabroad/studyAbroadRules.vue
+1
-1
No files found.
src/pages/financial/financalDocument/BasicDocuments.vue
View file @
e49ae98e
...
...
@@ -791,6 +791,8 @@
@
click=
"goassets2(GetDetail.ReFinanceId,GetDetail.OtherType)"
>
教育活动:{{GetDetail.ReFinanceId}}
</span>
<span
class=
"fr"
style=
"text-decoration: underline;cursor: pointer;"
v-if=
"GetDetail.OtherType==42 "
@
click=
"goassets2(GetDetail.ReFinanceId,GetDetail.OtherType)"
>
活动提成:{{GetDetail.ReFinanceId}}
</span>
<span
class=
"fr"
style=
"text-decoration: underline;cursor: pointer;"
v-if=
"GetDetail.OtherType==44 "
@
click=
"goassets2(GetDetail.ReFinanceId,GetDetail.OtherType)"
>
留学销售提成:{{GetDetail.ReFinanceId}}
</span>
<
template
v-if=
"GetDetail.RelevanceFrId"
>
<span
class=
"fr"
style=
"margin-right:10px;"
>
相关单据:
<span
@
click=
"goFinancal(sItem)"
v-for=
"(sItem,sIndex) in getRelevanArr(GetDetail.RelevanceFrId)"
style=
"text-decoration:underline;cursor:pointer;margin-right:5px;"
>
...
...
@@ -3428,6 +3430,8 @@
tempStr
=
'/sale/activityList?Id='
+
ID
;
}
else
if
(
OtherType
==
42
){
tempStr
=
'/financial/reportform/activityCommissionDetails?id='
+
ID
+
'&UserIds='
+
this
.
GetDetail
.
EduCommissionEmp
;
}
else
if
(
OtherType
==
44
){
tempStr
=
'/financial/studyabroad/sBuserCommissionDetails?preriodId='
+
ID
;
}
this
.
$router
.
push
({
...
...
src/pages/financial/studyabroad/studyAbroadCommission.vue
View file @
e49ae98e
...
...
@@ -194,10 +194,10 @@
created
()
{
let
userinfo
=
this
.
getLocalStorage
();
userinfo
.
ActionMenuList
.
map
(
x
=>
{
//判断权限
if
(
x
.
FunctionCode
==
"Generate_Commission"
){
//判断是否有生成的权限
if
(
x
.
FunctionCode
==
"
SA
Generate_Commission"
){
//判断是否有生成的权限
this
.
isgenerate
=
true
;
}
if
(
x
.
FunctionCode
==
"Commission_maker"
){
//判断是否有制单的权限
if
(
x
.
FunctionCode
==
"
SA
Commission_maker"
){
//判断是否有制单的权限
this
.
iscMaker
=
true
;
}
})
...
...
src/pages/financial/studyabroad/studyAbroadRules.vue
View file @
e49ae98e
...
...
@@ -122,7 +122,7 @@
pageSize
:
99
},
pageCount
:
0
,
isSalerule_preserve
:
tru
e
,
isSalerule_preserve
:
fals
e
,
commissionType
:
[
{
Id
:
1
,
Name
:
'销售额'
},
{
Id
:
2
,
Name
:
'利润'
},
...
...
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