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
1ad4d06a
Commit
1ad4d06a
authored
Apr 16, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加退款表格
parent
320f1ea0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
6 deletions
+63
-6
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+6
-6
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+57
-0
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
1ad4d06a
...
...
@@ -422,11 +422,11 @@
</div>
</div>
</div>
<
template
>
<
template
v-if=
"tuiDataList.length>0"
>
<div
class=
"w890px"
>
<div
class=
"_tit _tit2 w890px _border_bottom_none"
>
<p>
<span
class=
"_text"
>
原
始
退款
</span>
<span
class=
"_text"
>
原
路
退款
</span>
<span
class=
"_btn"
v-if=
"tableShowTuikuan"
@
click=
"tableShowTuikuan=false"
>
收起
<i
class=
"iconfont icon-gengduo _rotate"
></i>
</span>
<span
class=
"_btn"
v-else
@
click=
"tableShowTuikuan=true"
>
展开
<i
class=
"iconfont icon-gengduo"
></i>
</span>
</p>
...
...
@@ -1707,10 +1707,10 @@ export default {
// }
// });
this
.
AuditOrRefundMsg
.
TradeDetailList
=
this
.
GetDetail
.
TradeDetailList
;
if
(
this
.
allMoney
!=
this
.
currentMoney
){
this
.
Error
(
'原路退款金额与单据总金额不一致'
);
return
;
}
//
if(this.allMoney!=this.currentMoney){
//
this.Error('原路退款金额与单据总金额不一致');
//
return;
//
}
this
.
loading
=
true
;
this
.
apipost
(
'Financial_post_AuditOrRefund'
,
this
.
AuditOrRefundMsg
,
res
=>
{
this
.
loading
=
false
;
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
1ad4d06a
...
...
@@ -543,6 +543,40 @@
</div>
</div>
</div>
<
template
v-if=
"tuiDataList.length>0"
>
<div
class=
"w890px"
>
<div
class=
"_tit _tit2 w890px _border_bottom_none"
>
<p>
<span
class=
"_text"
>
原路退款
</span>
<span
class=
"_btn"
v-if=
"tableShowTuikuan"
@
click=
"tableShowTuikuan=false"
>
收起
<i
class=
"iconfont icon-gengduo _rotate"
></i>
</span>
<span
class=
"_btn"
v-else
@
click=
"tableShowTuikuan=true"
>
展开
<i
class=
"iconfont icon-gengduo"
></i>
</span>
</p>
<div
v-show=
"tableShowTuikuan"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th
width=
"250"
>
平台单号
</th>
<th
width=
"100"
>
金额
</th>
<th>
支付方式
</th>
<th>
支付日期
</th>
<th>
状态
</th>
<th>
退款金额
</th>
</tr>
<tr
v-for=
"item in tuiDataList"
>
<td>
{{
item
.
Trade_Order
}}
</td>
<td>
{{
item
.
Money
}}
</td>
<td>
{{
item
.
PayWayName
}}
</td>
<td>
{{
item
.
Pay_Date
}}
</td>
<td>
{{
item
.
PayStatus
}}
</td>
<td>
{{
item
.
RefundMoney
}}
</td>
</tr>
</table>
<!--
<el-pagination
background
@
current-change=
"handleCurrentChange"
:current-page
.
sync=
"queryMsg.currentPage"
:page-size=
"queryMsg.pageSize"
layout=
"total,prev, pager, next, jumper"
:total=
"queryMsg.total"
></el-pagination>
-->
</div>
</div>
</div>
</
template
>
<div
class=
"_process clearfix"
>
<!-- <el-popover
popper-class="detailsIT_Journal"
...
...
@@ -803,6 +837,16 @@ export default {
GetFinancLogList
:[],
LogLoading
:
false
,
IsBoHui
:
false
,
tuiDataList
:[],
tableShowTuikuan
:
false
,
queryMsg
:{
pageIndex
:
1
,
pageSize
:
10
,
FinanceId
:
''
,
Type
:
2
,
currentPage
:
1
,
total
:
0
,
},
}
},
components
:{
'my-FlowChartModule'
:
myFlowChartModule
,
...
...
@@ -1177,14 +1221,27 @@ export default {
Vue
.
component
(
this
.
name
+
this
.
z
,
this
.
componentTemp
)
this
.
c
=
this
.
name
+
this
.
z
},
//获取列表
getTuikuan
(){
this
.
apipost
(
'OnlinePay_get_GetOrderPayMoneyInfo'
,
this
.
queryMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
tuiDataList
=
res
.
data
.
data
.
pageData
;
this
.
queryMsg
.
total
=
res
.
data
.
data
.
count
;
}
else
{
}
},
err
=>
{})
},
},
mounted
(){
// document.onkeydown = this.KeyDown
// document.onkeyup = this.KeyUp
// document.oncontextmenu = function(){return false;}
this
.
Financial_post_GetDetail
(
this
.
ID
)
this
.
queryMsg
.
FinanceId
=
this
.
$route
.
query
.
id
;
if
(
this
.
$route
.
query
.
Conditon
){
this
.
returnCode
=
this
.
$route
.
query
.
Conditon
;
}
this
.
getTuikuan
();
}
}
</
script
>
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