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
93dabaa3
Commit
93dabaa3
authored
Mar 28, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
23475240
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+1
-0
Manfunds.vue
src/components/systemManagement/Manfunds.vue
+1
-1
Maninfo.vue
src/components/systemManagement/Maninfo.vue
+4
-2
No files found.
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
93dabaa3
...
...
@@ -884,6 +884,7 @@
prop=
"Remitter"
label=
"对方单位"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
Remitter
}}
/尾
{{
scope
.
row
.
OrderNo
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"ClaimMoney"
label=
"已认领"
show-overflow-tooltip
>
...
...
src/components/systemManagement/Manfunds.vue
View file @
93dabaa3
...
...
@@ -246,7 +246,7 @@
<td>
{{
item
.
TotalMoney
}}
</td>
<td>
{{
item
.
Income
}}
</td>
<td>
{{
item
.
Refund
}}
</td>
<td>
{{
item
.
Remitter
}}
</td>
<td>
{{
item
.
Remitter
}}
<
p>
{{
item
.
OrderNo
}}
</p><
/td>
<td>
<template
v-for=
"(i,index) in item.ClaimList"
>
<span
v-if=
"i.Status==0"
class=
"hoverFriD"
style=
"cursor: pointer;text-decoration: underline;margin-left:5px; color:blue;"
@
click=
"Gourl(i.FinanceId)"
>
...
...
src/components/systemManagement/Maninfo.vue
View file @
93dabaa3
...
...
@@ -139,8 +139,8 @@
</li>
<li>
<span>
<em>
{{
$t
(
'objFill.duifanghuming'
)
}}
</em>
<el-input
v-model=
"msg.
Remitter
"
></el-input>
<em>
交易单号
</em>
<el-input
v-model=
"msg.
OrderNo
"
></el-input>
</span>
</li>
<li>
...
...
@@ -195,6 +195,7 @@
<th>
{{
$t
(
'system.table_acc'
)
}}
</th>
<th>
{{
$t
(
'objFill.jiapyitime'
)
}}
</th>
<th>
{{
$t
(
'objFill.duifanghuming'
)
}}
</th>
<th>
交易单号
</th>
<th>
到账金额
</th>
<th>
手续费
</th>
<th>
已认领
</th>
...
...
@@ -214,6 +215,7 @@
</td>
<td>
{{
item
.
TradeDate
}}
</td>
<td>
{{
item
.
Remitter
}}
</td>
<td>
{{
item
.
OrderNo
}}
</td>
<td>
{{
item
.
Income
}}
</td>
<td>
{{
item
.
Refund
}}
</td>
<td>
{{
(
item
.
ClaimMoney
>
0
?
item
.
ClaimMoney
:
'-'
)
}}
</td>
...
...
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