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
e5bb684b
Commit
e5bb684b
authored
Jul 13, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2684f2c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
BasicDocuments.vue
src/pages/financial/financalDocument/BasicDocuments.vue
+18
-0
No files found.
src/pages/financial/financalDocument/BasicDocuments.vue
View file @
e5bb684b
...
...
@@ -776,6 +776,8 @@
@
click=
"goHand(1,GetDetail)"
>
团号:{{GetDetail.TCNUM}}
</span>
<span
style=
"text-decoration: underline;"
@
click=
"goHand(2,GetDetail)"
>
相关单据:{{GetDetail.ReFinanceId}}
</span>
</span>
<span
class=
"fr"
style=
"text-decoration: underline;cursor: pointer;"
v-if=
"GetDetail.OtherType==39"
@
click=
"goassets2(GetDetail.ReFinanceId,GetDetail.OtherType)"
>
销售提成:{{GetDetail.ReFinanceId}}
</span>
<span
v-if=
"GetDetail.OtherType==18&&GetDetail.ReFinanceId>0"
style=
"cursor: pointer;float: right;color: #000;font-size: 12px;"
>
<span
@
click=
"goOrderDetails(GetDetail.ReFinanceId)"
>
账单:{{GetDetail.ReFinanceId}}
</span>
...
...
@@ -3382,6 +3384,22 @@
})
}
},
goassets2
(
ID
,
OtherType
){
var
tempStr
=
''
if
(
OtherType
==
31
){
tempStr
=
'/financial/financalDocument/PropertyProcurementDetails?id='
+
ID
;
}
else
if
(
OtherType
==
32
){
tempStr
=
'/financial/financalDocument/SuppliesProcurementDetail?id='
+
ID
;
}
else
if
(
OtherType
==
33
){
tempStr
=
'/financial/financalDocument/InAndOutDdetails?id='
+
ID
;
}
else
if
(
OtherType
==
39
){
tempStr
=
'/financial/CommissionDetail?id='
+
ID
+
'&School_Id='
+
this
.
GetDetail
.
RB_Branch_Id
;
}
this
.
$router
.
push
({
path
:
tempStr
});
},
},
created
()
{
if
(
this
.
$route
.
query
.
pageIndex
)
{
...
...
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