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
ee8a30ce
Commit
ee8a30ce
authored
Feb 05, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3941af00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
RecPayQueryTeam.vue
src/components/FinancialModule/RecPayQueryTeam.vue
+11
-1
No files found.
src/components/FinancialModule/RecPayQueryTeam.vue
View file @
ee8a30ce
...
@@ -237,6 +237,8 @@
...
@@ -237,6 +237,8 @@
<el-option
key=
"0"
value=
"0"
label=
"不限"
></el-option>
<el-option
key=
"0"
value=
"0"
label=
"不限"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"已收齐"
></el-option>
<el-option
key=
"1"
value=
"1"
label=
"已收齐"
></el-option>
<el-option
key=
"2"
value=
"2"
label=
"未收齐"
></el-option>
<el-option
key=
"2"
value=
"2"
label=
"未收齐"
></el-option>
<el-option
key=
"3"
value=
"3"
label=
"只看账未平"
></el-option>
<el-option
key=
"4"
value=
"4"
label=
"只看未改价账未平"
></el-option>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
...
@@ -265,11 +267,14 @@
...
@@ -265,11 +267,14 @@
<th>
已退款
</th>
<th>
已退款
</th>
<th>
平台税金
</th>
<th>
平台税金
</th>
<th>
在途金额
</th>
<th>
在途金额
</th>
<th>
申请改价金额
</th>
<th>
申请改价后待收
</th>
<th>
申请理由
</th>
</tr>
</tr>
<tr
v-for=
" ( item , index ) in DataList "
>
<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>
<span
class=
"_link_hover"
@
click=
"jumpPage('RegistrationList', item.TCID, 1, 0)"
>
{{
item
.
TCNUM
}}
(
{{
item
.
TCID
}}
)
</span>
</td>
<td>
{{
item
.
StartDate
}}
</td>
<td>
{{
item
.
StartDate
}}
</td>
<td
colspan=
"1
1
"
>
<td
colspan=
"1
4
"
>
<table
class=
"_singeRowTable_two"
style=
"width: 100%;table-layout: fixed;border-collapse: collapse;"
cellspacing=
"0"
cellpadding=
"0"
border=
"0"
>
<table
class=
"_singeRowTable_two"
style=
"width: 100%;table-layout: fixed;border-collapse: collapse;"
cellspacing=
"0"
cellpadding=
"0"
border=
"0"
>
<tbody>
<tbody>
<tr
v-for=
" ( son , sIndex ) in item.OrderList "
>
<tr
v-for=
" ( son , sIndex ) in item.OrderList "
>
...
@@ -284,6 +289,10 @@
...
@@ -284,6 +289,10 @@
<td>
{{
son
.
Refund
}}
</td>
<td>
{{
son
.
Refund
}}
</td>
<td>
{{
son
.
PlatformTax
}}
</td>
<td>
{{
son
.
PlatformTax
}}
</td>
<td>
{{
son
.
ZaiTuMoney
}}
</td>
<td>
{{
son
.
ZaiTuMoney
}}
</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>
<td
v-else
></td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -298,6 +307,7 @@
...
@@ -298,6 +307,7 @@
<td>
{{
Statistics
.
Refund
}}
</td>
<td>
{{
Statistics
.
Refund
}}
</td>
<td>
{{
Statistics
.
PlatformTax
}}
</td>
<td>
{{
Statistics
.
PlatformTax
}}
</td>
<td>
{{
Statistics
.
ZaiTuMoney
}}
</td>
<td>
{{
Statistics
.
ZaiTuMoney
}}
</td>
<td
colspan=
"3"
></td>
</tr>
</tr>
</table>
</table>
<div
class=
"noDataNotice"
v-if=
"noData"
>
<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