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
3aa5e1b3
Commit
3aa5e1b3
authored
Jun 13, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
2acee45c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
13 deletions
+48
-13
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+22
-6
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+22
-6
ServiceCommissiondetails.vue
...cialModule/ServiceCommission/ServiceCommissiondetails.vue
+3
-0
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+1
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
3aa5e1b3
...
...
@@ -426,10 +426,18 @@
@
click=
"GoOPurl('OPsalesCommissiondetails',GetDetail)"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;
text-decoration: underline;"
>
国内提成详情
</span>
<span
v-if=
"GetDetail.OtherType==43"
@
click=
"GoOPurl('domesticCommissiondetails',GetDetail)"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
国内提成详情
</span>
<!-- (GetDetail.TemplateId==29 || GetDetail.TemplateId==31) && OPState && GetDetail.OtherType!=63 && GetDetail.OtherType!=64 -->
<span
v-if=
"GetDetail.OtherType==73"
@
click=
"GoOPurl('OpComPersonDetails',GetDetail)"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
出境提成详情
</span>
<span
v-if=
"GetDetail.OtherType==72"
@
click=
"GoOPurl('TradeTicketDetails',GetDetail)"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
出境提成详情
</span>
<span
v-if=
"CostTypeState"
@
click=
"GourlCostType('VisitRecord',1)"
style=
"margin:0 10px;cursor: pointer;float: right;
color: #000;font-size: 14px;text-decoration: underline;"
>
拜访记录
</span>
...
...
@@ -1803,6 +1811,7 @@ export default {
path
:
path
,
query
:
{
PeriodId
:
this
.
GetDetail
.
ReFinanceId
,
OutBranchId
:
Number
(
this
.
GetDetail
.
RB_Branch_Id
),
Type
:
type
,
blank
:
'y'
,
tab
:
'单项服务提现详情'
...
...
@@ -1977,15 +1986,22 @@ export default {
},
GoOPurl
(
path
,
GetDetail
){
this
.
$router
.
push
({
name
:
path
,
query
:
{
let
obj
=
{
PeriodId
:
GetDetail
.
ReFinanceId
,
OutBranchId
:
String
(
GetDetail
.
RB_Branch_Id
),
RB_Branch_Id
:
null
,
OutBranchId
:
null
,
blank
:
"y"
,
tab
:
"
op
提成明细"
tab
:
"提成明细"
}
});
if
(
GetDetail
.
OtherType
==
72
){
obj
.
RB_Branch_Id
=
String
(
GetDetail
.
RB_Branch_Id
)
}
else
{
obj
.
OutBranchId
=
String
(
GetDetail
.
RB_Branch_Id
)
}
this
.
$router
.
push
({
name
:
path
,
query
:
obj
});
// this.$router.push({
// name: 'OpComPersonDetails',
// query: {
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
3aa5e1b3
...
...
@@ -849,11 +849,19 @@
v-if=
"GetDetail.OtherType==48"
@
click=
"GoOPurl('OPsalesCommissiondetails',GetDetail)"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
国内提成详情
</span>
<span
v-if=
"GetDetail.OtherType==43"
@
click=
"GoOPurl('domesticCommissiondetails',GetDetail)"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
国内提成详情
</span>
<!-- (GetDetail.TemplateId==29 || GetDetail.TemplateId==31) && OPState && GetDetail.OtherType!=63 && GetDetail.OtherType!=64 -->
<span
v-if=
"GetDetail.OtherType==73"
@
click=
"GoOPurl('OpComPersonDetails',GetDetail)"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
出境提成详情
</span>
<span
v-if=
"GetDetail.OtherType==72"
@
click=
"GoOPurl('TradeTicketDetails',GetDetail)"
style=
"cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
出境提成详情
</span>
<span
v-if=
"CostTypeState"
@
click=
"GourlCostType('VisitRecord',1)"
style=
"margin:0 10px;cursor: pointer;float: right;color: #000;font-size: 14px;text-decoration: underline;"
>
拜访记录
</span>
<span
v-if=
"CostTypeState"
@
click=
"GourlCostType('yingyanMap',2)"
...
...
@@ -1576,6 +1584,7 @@
path
:
path
,
query
:
{
PeriodId
:
this
.
GetDetail
.
ReFinanceId
,
OutBranchId
:
Number
(
this
.
GetDetail
.
RB_Branch_Id
),
Type
:
type
,
blank
:
'y'
,
tab
:
'单项服务提现详情'
...
...
@@ -1766,14 +1775,21 @@
},
GoOPurl
(
path
,
GetDetail
)
{
let
obj
=
{
PeriodId
:
GetDetail
.
ReFinanceId
,
RB_Branch_Id
:
null
,
OutBranchId
:
null
,
blank
:
"y"
,
tab
:
"提成明细"
}
if
(
GetDetail
.
OtherType
==
72
){
obj
.
RB_Branch_Id
=
String
(
GetDetail
.
RB_Branch_Id
)
}
else
{
obj
.
OutBranchId
=
String
(
GetDetail
.
RB_Branch_Id
)
}
this
.
$router
.
push
({
name
:
path
,
query
:
{
PeriodId
:
GetDetail
.
ReFinanceId
,
OutBranchId
:
String
(
GetDetail
.
RB_Branch_Id
),
blank
:
"y"
,
tab
:
"op提成明细"
}
query
:
obj
});
},
Gourl
(
GetDetail
)
{
...
...
src/components/FinancialModule/ServiceCommission/ServiceCommissiondetails.vue
View file @
3aa5e1b3
...
...
@@ -221,6 +221,9 @@
if
(
this
.
$route
.
query
.
UserId
&&
this
.
$route
.
query
.
UserId
>
0
)
{
this
.
msg
.
UserId
=
Number
(
this
.
$route
.
query
.
UserId
)
}
if
(
this
.
$route
.
query
.
OutBranchId
)
{
this
.
msg
.
OutBranchId
=
Number
(
this
.
$route
.
query
.
OutBranchId
)
}
if
(
this
.
$route
.
query
.
RB_Branch_Id
)
{
this
.
msg
.
RB_Branch_Id
=
Number
(
this
.
$route
.
query
.
RB_Branch_Id
)
}
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
3aa5e1b3
...
...
@@ -1428,7 +1428,7 @@
this
.
msg
.
ECOrderList
=
this
.
orderObj
.
ECOrderList
?
this
.
orderObj
.
ECOrderList
:
[];
this
.
msg
.
EduCommissionEmp
=
this
.
orderObj
.
EduCommissionEmp
?
this
.
orderObj
.
EduCommissionEmp
:
null
}
if
(
this
.
orderObj
.
OtherType
==
75
&&
this
.
orderObj
.
ReFinances
==
''
){
if
(
this
.
orderObj
&&
this
.
orderObj
.
OtherType
&&
this
.
orderObj
.
OtherType
==
75
&&
this
.
orderObj
.
ReFinances
==
''
){
this
.
Error
(
`成本月结数据不能为空!`
)
return
}
...
...
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