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
44bb7e42
Commit
44bb7e42
authored
Apr 15, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
0bbdd31f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
6 deletions
+54
-6
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+54
-6
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
44bb7e42
...
@@ -412,7 +412,7 @@
...
@@ -412,7 +412,7 @@
</div>
</div>
<div
class=
"_tit _tit2 w890px"
>
<div
class=
"_tit _tit2 w890px"
>
<p>
<p>
<span
class=
"_text"
>
审核流程
</span>
<span
class=
"_text"
>
审核流程
22
</span>
<span
class=
"_btn"
v-if=
"tableShow"
@
click=
"tableShow=false"
>
收起
<i
class=
"iconfont icon-gengduo _rotate"
></i>
</span>
<span
class=
"_btn"
v-if=
"tableShow"
@
click=
"tableShow=false"
>
收起
<i
class=
"iconfont icon-gengduo _rotate"
></i>
</span>
<span
class=
"_btn"
v-else
@
click=
"tableShow=true"
>
展开
<i
class=
"iconfont icon-gengduo"
></i>
</span>
<span
class=
"_btn"
v-else
@
click=
"tableShow=true"
>
展开
<i
class=
"iconfont icon-gengduo"
></i>
</span>
</p>
</p>
...
@@ -422,6 +422,23 @@
...
@@ -422,6 +422,23 @@
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <template>
<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>
</table>
</div>
</div>
</div>
</template> -->
<div
class=
"_process clearfix"
>
<div
class=
"_process clearfix"
>
<!-- <el-popover
<!-- <el-popover
popper-class="detailsIT_Journal"
popper-class="detailsIT_Journal"
...
@@ -726,9 +743,40 @@
...
@@ -726,9 +743,40 @@
</p>
</p>
<textarea
v-if=
"item.SpecialNode!=2||AuditOrRefundMsg.Status=='3'"
class=
"_textarea"
v-model=
"AuditOrRefundMsg.Description"
placeholder=
"请输入..."
></textarea>
<textarea
v-if=
"item.SpecialNode!=2||AuditOrRefundMsg.Status=='3'"
class=
"_textarea"
v-model=
"AuditOrRefundMsg.Description"
placeholder=
"请输入..."
></textarea>
<!-- <textarea v-if="AuditOrRefundMsg.Status=='3'&&item.SpecialNode!=0" class="_textarea" v-model="AuditOrRefundMsg.Description" placeholder="请输入..."></textarea> -->
<!-- <textarea v-if="AuditOrRefundMsg.Status=='3'&&item.SpecialNode!=0" class="_textarea" v-model="AuditOrRefundMsg.Description" placeholder="请输入..."></textarea> -->
<div
class=
"_radio_lsit"
>
<div
class=
"_radio_lsit clearfix"
>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"5"
>
通过
</el-radio>
<div
style=
"float:left"
>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"3"
>
驳回
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"5"
>
通过
</el-radio>
<el-radio
v-model=
"AuditOrRefundMsg.Status"
label=
"3"
>
驳回
</el-radio>
</div>
<div
style=
"float:right"
v-if=
"isShowChoice&&AuditOrRefundMsg.Status=='5'"
>
<el-radio
v-model=
"choiceMsg.Status"
label=
"1"
>
常规
</el-radio>
<el-radio
v-model=
"choiceMsg.Status"
label=
"2"
>
原路退款
</el-radio>
</div>
</div>
<div
class=
"_pay_box"
v-if=
"choiceMsg.Status=='2'"
>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;"
v-if=
"GetDetail.TradeDetailList&&GetDetail.TradeDetailList.length>0"
>
<tr>
<th>
账户名称
</th>
<th>
收款总额
</th>
<th>
收款日期
</th>
<th>
类型
</th>
<th>
交易流水号
</th>
<th>
可退金额
</th>
<th>
操作
</th>
</tr>
<tr
v-for=
"(subItem,index) in GetDetail.TradeDetailList"
>
<td>
{{subItem.AccountName}}
</td>
<td>
{{subItem.Money}}
</td>
<td>
{{subItem.Pay_DateStr}}
</td>
<td>
{{subItem.Pay_WayName}}
</td>
<td>
{{subItem.Trade_Order}}
</td>
<td>
{{subItem.CanRefundMoney}}
</td>
<td>
<el-checkbox
v-model=
"subItem.isChecked"
@
change=
"changeStatus(subItem,index)"
></el-checkbox>
<el-input
v-if=
"subItem.isChecked"
v-model=
"subItem.RefundMoney"
@
blur=
"addPayList(subItem,index)"
@
keyup
.
native=
"checkPrice(subItem,'RefundMoney')"
class=
"w80"
placeholder=
"请输入退款金额"
/>
</td>
</tr>
</table>
</div>
</div>
<div
class=
"_pay_box"
v-if=
"AuditOrRefundMsg.Status=='5'&&item.SpecialNode==2"
>
<div
class=
"_pay_box"
v-if=
"AuditOrRefundMsg.Status=='5'&&item.SpecialNode==2"
>
<!-- <div class="_pay_box"> -->
<!-- <div class="_pay_box"> -->
...
@@ -755,7 +803,7 @@
...
@@ -755,7 +803,7 @@
<td>
{{
i
.
CurrenName
}}
</td>
<td>
{{
i
.
CurrenName
}}
</td>
<td>
{{
i
.
Rate
}}
</td>
<td>
{{
i
.
Rate
}}
</td>
<!--
<td>
{{
item
.
Fee
}}
</td>
-->
<!--
<td>
{{
item
.
Fee
}}
</td>
-->
<t
h>
{{
moneyFormat
(
i
.
allMoney
)
}}
</th
>
<t
d>
{{
moneyFormat
(
i
.
allMoney
)
}}
</td
>
<!--
<td></td>
-->
<!--
<td></td>
-->
</tr>
</tr>
<tr
v-else
@
keyup
.
enter=
"addList(2,index)"
>
<tr
v-else
@
keyup
.
enter=
"addList(2,index)"
>
...
@@ -1149,6 +1197,7 @@ export default {
...
@@ -1149,6 +1197,7 @@ export default {
},
},
//是否显示原路退款选项
//是否显示原路退款选项
isShowChoice
:
false
,
isShowChoice
:
false
,
// tableShowTuikuan:false
}
}
},
components
:{
},
components
:{
"my-FlowChartModule"
:
myFlowChartModule
,
"my-FlowChartModule"
:
myFlowChartModule
,
...
@@ -1597,7 +1646,6 @@ export default {
...
@@ -1597,7 +1646,6 @@ export default {
},
err
=>
{})
},
err
=>
{})
},
},
AuditOrRefund
(){
// 保存
AuditOrRefund
(){
// 保存
console
.
log
(
this
.
GetDetail
,
'getdetail'
);
this
.
loading
=
true
;
this
.
loading
=
true
;
let
imgArr
=
[];
let
imgArr
=
[];
this
.
uploadImgList
.
forEach
(
x
=>
{
this
.
uploadImgList
.
forEach
(
x
=>
{
...
...
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