Commit ecbbcc88 authored by liudong1993's avatar liudong1993

1 收支相抵 显示 原币制单金额

parent de3ea284
...@@ -480,6 +480,7 @@ ...@@ -480,6 +480,7 @@
<el-table-column prop="" :label="$t('fnc.jine')"> <el-table-column prop="" :label="$t('fnc.jine')">
<template slot-scope="scope"> <template slot-scope="scope">
<span> <span>
<p v-if="scope.row.IsForeignCurrency==1" style="line-height:20px">原币:<span>{{scope.row.WBMoney}}{{scope.row.CurrencyName}}</span></p>
<p style="line-height:20px">{{scope.row.Type==1?$t('fnc.yingshou'):$t('fnc.yingfu')}}<span>{{scope.row.Money}}</span></p> <p style="line-height:20px">{{scope.row.Type==1?$t('fnc.yingshou'):$t('fnc.yingfu')}}<span>{{scope.row.Money}}</span></p>
<p style="line-height:20px">{{scope.row.Type==1?$t('fnc.shishou'):$t('fnc.shifu')}}<span>{{scope.row.PayMoney}}</span></p> <p style="line-height:20px">{{scope.row.Type==1?$t('fnc.shishou'):$t('fnc.shifu')}}<span>{{scope.row.PayMoney}}</span></p>
<p v-if="scope.row.IsAdvanceFinance==1" style="line-height:20px">{{$t('objFill.balanceout')}}<span>{{scope.row.MatchMoney}}</span> <p v-if="scope.row.IsAdvanceFinance==1" style="line-height:20px">{{$t('objFill.balanceout')}}<span>{{scope.row.MatchMoney}}</span>
......
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