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
83c056ab
Commit
83c056ab
authored
Mar 28, 2025
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e5eb1747
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
RecPayQueryTeam.vue
src/components/FinancialModule/RecPayQueryTeam.vue
+4
-2
No files found.
src/components/FinancialModule/RecPayQueryTeam.vue
View file @
83c056ab
...
...
@@ -270,6 +270,7 @@
<th>
{{
$t
(
'sm.yituikaun'
)
}}
</th>
<th>
{{
$t
(
'fnc.ptshuijin'
)
}}
</th>
<th>
{{
$t
(
'fnc.ztjine'
)
}}
</th>
<th>
制单未审核
</th>
<th>
{{
$t
(
'objFill.shengqingjje'
)
}}
</th>
<th>
{{
$t
(
'objFill.v101.FinancialModule.shengqgjhds'
)
}}
</th>
<th>
{{
$t
(
'salesModule.ApplyReason'
)
}}
</th>
...
...
@@ -277,7 +278,7 @@
<tr
v-for=
" ( item , index ) in DataList "
>
<td>
<span
class=
"_link_hover"
@
click=
"jumpPage('RegistrationList', item.TCID, 1, 0)"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span>
</td>
<td>
{{
item
.
StartDate
}}
</td>
<td
colspan=
"1
4
"
>
<td
colspan=
"1
5
"
>
<table
class=
"_singeRowTable_two"
style=
"width: 100%;table-layout: fixed;border-collapse: collapse;"
cellspacing=
"0"
cellpadding=
"0"
border=
"0"
>
<tbody>
<tr
v-for=
" ( son , sIndex ) in item.OrderList "
>
...
...
@@ -292,6 +293,7 @@
<td>
{{
son
.
Refund
}}
</td>
<td>
{{
son
.
PlatformTax
}}
</td>
<td>
{{
son
.
ZaiTuMoney
}}
</td>
<td>
{{
son
.
NoCashierMoney
}}
</td>
<td>
{{
son
.
DaiShou
!=
0
&&
son
.
ApplyDate
?
son
.
ApplyForMoney
:
''
}}
</td>
<td>
{{
son
.
DaiShou
!=
0
&&
son
.
ApplyDate
?
son
.
ApplyDaiShou
:
''
}}
</td>
<td
v-if=
"son.DaiShou!=0 && son.ApplyDate"
>
{{
son
.
ApplyDate
}}
:
<br>
{{
son
.
ApplyForReason
}}
</td>
...
...
@@ -310,7 +312,7 @@
<td>
{{
Statistics
.
Refund
}}
</td>
<td>
{{
Statistics
.
PlatformTax
}}
</td>
<td>
{{
Statistics
.
ZaiTuMoney
}}
</td>
<td
colspan=
"
3
"
></td>
<td
colspan=
"
4
"
></td>
</tr>
</table>
<div
class=
"noDataNotice"
v-if=
"noData"
>
...
...
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