Commit 932ef94d authored by 郭小龙-DEL's avatar 郭小龙-DEL

fix 实时计算回款金额合计

parent 86a3b704
...@@ -49,35 +49,16 @@ ...@@ -49,35 +49,16 @@
</a-button> </a-button>
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :xl="3" :lg="6" :sm="12" class="none-label" style="position: relative; top: 10px;"> </a-row>
<a-form-model-item label="账单回款金额合计"> <div style="display: flex; margin-bottom: 14px;">
<div> <div style="margin-right: 40px;">
共计 <span class="blue-text">{{ ciReceiptTotalVo.totalNum || 0 }}</span> 共计 <span class="blue-text">{{ ciReceiptTotalVo.totalNum || 0 }}</span>
<!-- <span v-if="ciReceiptTotalVo.invalidNum">,其中:无效 <span style="color: red;">{{ ciReceiptTotalVo.invalidNum || 0 }}</span></span> --> <!-- <span v-if="ciReceiptTotalVo.invalidNum">,其中:无效 <span style="color: red;">{{ ciReceiptTotalVo.invalidNum || 0 }}</span></span> -->
</div> </div>
<div style="margin-right: 40px;">账单金额合计:<span class="blue-text">{{ ciReceiptTotalVo.actualAmountTotal || 0 }}</span></div>
</a-form-model-item> <div style="margin-right: 40px;">回款金额合计:<span class="blue-text">{{ ciReceiptTotalVo.paidAmountEobTotal || 0 }}</span></div>
<div style="margin-right: 40px;">个人欠费合计:<span class="red-text">{{ ciReceiptTotalVo.arrearsAmountTotal || 0 }}</span></div>
</a-col> </div>
<a-col :xl="3" :lg="10" :sm="12" class="none-label" style="position: relative; top: 10px;">
<a-form-model-item label="回款金额合计">
<div>账单金额合计:<span class="blue-text">{{ ciReceiptTotalVo.actualAmountTotal || 0 }}</span></div>
</a-form-model-item>
</a-col>
<a-col :xl="3" :lg="10" :sm="12" class="none-label" style="position: relative; top: 10px;">
<a-form-model-item label="回款金额合计">
<div>回款金额合计:<span class="blue-text">{{ ciReceiptTotalVo.paidAmountEobTotal || 0 }}</span></div>
</a-form-model-item>
</a-col>
<a-col :xl="3" :lg="10" :sm="12" class="none-label" style="position: relative; top: 10px;">
<a-form-model-item label="个人欠费合计">
<div>个人欠费合计:<span class="red-text">{{ ciReceiptTotalVo.arrearsAmountTotal || 0 }}</span></div>
</a-form-model-item>
</a-col>
</a-row>
</a-form-model> </a-form-model>
<!-- table --> <!-- table -->
......
...@@ -130,7 +130,8 @@ ...@@ -130,7 +130,8 @@
</a-col> </a-col>
<a-col :lg="6" :sm="12"> <a-col :lg="6" :sm="12">
<a-form-model-item label="本次账单回款金额合计"> <a-form-model-item label="本次账单回款金额合计">
<div class="blue-text">{{ ciReceiptTotalVo.backAmountTotal || 0 }}</div> <!-- <div class="blue-text">{{ ciReceiptTotalVo.backAmountTotal || 0 }}</div> -->
<div class="blue-text">{{ form.backAmountCny - residueBackAmount || 0 }}</div>
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
......
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