Commit a2356f2d authored by 吴春's avatar 吴春

1

parent d894202d
......@@ -324,15 +324,21 @@
</li>
</ul>
<div style="width:100%;display:flex;">
<div style="width:25%;display:inline-block;border:1px solid #E5e5e5;margin-right:20px;padding:5px 0px;">
<div style="width:25%;display:inline-block;border-right:1px solid #E5e5e5;padding:5px 0px;">
<div class="JumpDivTitleOne" style="margin-bottom:15px;">常规单据</div>
<div class="JumpDivTitleOne">{{$t('fnc.ysjine')}}:{{SumYingShou}} <span class="JumpSpan">{{$t('objFill.shishoujine')}}:{{SumShiShou}}</span> {{$t('Operation.Op_daishou')}}:{{SumDaiShou}}</div>
<div class="JumpDivTitleTwo">{{$t('objFill.yingfujine')}}:{{SumYingFu}} <span class="JumpSpan">{{$t('fnc.sfjine')}}:{{SumShiFu}}</span> {{$t('objFill.v101.FinancialModule.daifuje')}}:{{SumDaiFu}}</div>
</div>
<div style="border:1px solid #E5e5e5; width:15%;padding:5px 0px;">
<div style="border-right:1px solid #E5e5e5; width:15%;padding:5px 0px;">
<div class="JumpDivTitleOne" style="margin-bottom:15px;">{{$t('fnc.tanxiaoinfo')}}</div>
<div class="JumpDivTitleOne">{{$t('fnc.tanxiaomoney')}}:{{TotalAmortization}} </div>
</div>
<div style="border-right:1px solid #E5e5e5; width:15%;padding:5px 0px;">
<div class="JumpDivTitleOne" style="margin-bottom:15px;">{{$t('fnc.a_heji')}}</div>
<div class="JumpDivTitleOne">{{$t('fnc.jine')}}:{{SumYingFu-SumYingShou+TotalAmortization}} </div>
</div>
</div>
</div>
<div class="_fnDm_content" v-loading='loading' >
......@@ -369,7 +375,7 @@
<span>{{scope.row.BranchName}}</span>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('fnc.feiyongleixing')" >
<el-table-column prop="" :label="$t('fnc.feiyongleixing')" width="120">
<template slot-scope="scope">
<div>
<template v-for="(s,si) in scope.row.CostTypeList">
......@@ -411,10 +417,7 @@
</el-table-column>
<el-table-column prop="" :label="$t('fnc.fkduixiang')">
<template slot-scope="scope">
<span>
<span
style="color: gray">{{scope.row.Type==2?scope.row.ClientTypeName+':':$t('fnc.huikuanren')+':'}}</span><span>{{scope.row.RemitterName}}</span>
</span>
<span>{{scope.row.RemitterName}}</span>
</template>
</el-table-column>
<el-table-column prop="" :label="$t('fnc.qishimonth')" width="100">
......
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