Commit f534e03a authored by 华国豪's avatar 华国豪 🙄

'财务出纳审核修改@'

parent 67ecbf13
......@@ -1556,12 +1556,8 @@ export default {
if(this.GetDetail.CashierDetail==1){
this.AuditOrRefundMsg.SpecialNode=0;
}
if(this.payMsg.Type&&this.payMsg.AccountId){
this.AuditOrRefundMsg.tradeWays[0].CurrencyId = this.payMsg.CurrencyId?this.payMsg.CurrencyId:0;
this.AuditOrRefundMsg.tradeWays[0].OriginalMoney = this.payMsg.OriginalMoney?this.payMsg.OriginalMoney:'';
this.AuditOrRefundMsg.tradeWays[0].Rate = this.payMsg.Rate?this.payMsg.Rate:'';
this.AuditOrRefundMsg.tradeWays[0].Type = this.payMsg.Type?this.payMsg.Type:0;
this.AuditOrRefundMsg.tradeWays[0].AccountId= this.payMsg.AccountId?this.payMsg.AccountId:0;
if(this.payMsgList[0].Type&&this.payMsgList[0].AccountId){
this.AuditOrRefundMsg.tradeWays = this.payMsgList
}else{
this.AuditOrRefundMsg.tradeWays=[];
}
......
......@@ -211,7 +211,7 @@
<td height="34px" class="">交易方式</td>
<td height="34px" colspan="7" class="_color_b">
<template v-for="(item,index) in GetDetail.CashierDetail">
<p class=" clearfix"><span class="_bold">{{item.Alias}}-</span><span class="">{{item.TypeName}}-</span><span >{{item.AccountType==""?'无':item.AccountType}}</span> {{item.BankNo?'-':''}} <span>{{item.BankNo}}</span></p>
<p class=" clearfix"><span class="_bold">{{item.Alias}}-</span><span class="">{{item.TypeName}}-</span><span >{{item.AccountType==""?'无':item.AccountType}}</span> {{item.BankNo?'-':''}} <span>{{item.BankNo}}</span>{{item.Money}}</p>
</template>
</td>
</tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment