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
c4bd8662
Commit
c4bd8662
authored
Sep 22, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
19fb5e05
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+10
-2
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
c4bd8662
...
...
@@ -839,7 +839,11 @@
</
template
>
<div
class=
"_explain"
>
<div
class=
"illustrate-text"
>
<p
class=
"illustrate-left"
>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
<p
class=
"illustrate-left"
>
附加说明:
<span
class=
"fr"
v-if=
"GetDetail.Course_Name"
>
收款类型:{{GetDetail.Course_Name}}/{{GetDetail.PayReceipt_No}}
</span>
<span
class=
"fr"
v-if=
"GetDetail.ComplainID > 0"
@
click=
"goUrl('ComplaintsDetail', GetDetail.ComplainID,GetDetail.OrderID)"
>
<span
style=
"color:#000"
>
投诉单号:
</span>
<span
class=
"cursorpointer text-decoration"
>
{{GetDetail.ComplainID}}
</span></span>
...
...
@@ -3568,7 +3572,11 @@
}
this
.
chongJudge
(
data
)
this
.
GetDetail
=
data
;
if
(
data
.
TemplateId
==
27
&&
data
.
Course_Name
)
{
this
.
AuditOrRefundMsg
.
CourseName
=
data
.
Course_Name
this
.
AuditOrRefundMsg
.
CourseId
=
data
.
Course_Name
==
'银行卡'
?
1
:
4
this
.
AuditOrRefundMsg
.
PayReceiptNo
=
data
.
PayReceipt_No
}
let
list
=
this
.
GetDetail
.
AuditSteps
.
filter
(
x
=>
x
.
NextStep
===
1
);
if
(
list
.
length
)
{
let
last
=
list
[
list
.
length
-
1
]
...
...
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