|
@@ -298,7 +298,7 @@ import {downloadByFlow} from '@/utils/common-methods'
|
|
|
<div class="amount-show-item">
|
|
|
<div class="amount-item-head" @click="foldOrUnfold(0)">
|
|
|
<div class="amount-item-head-title">
|
|
|
- 已开票合计金额(换算后):{{ commodityPData.invoiceAmountTotal }}(元)
|
|
|
+ 已开票合计金额(换算后):{{ commodityPData.invoiceAmountTotal }}(CNY)
|
|
|
</div>
|
|
|
<span class="amount-item-head-icon">
|
|
|
{{ invoiceIsFold?'展开':'收起' }}
|
|
@@ -309,8 +309,8 @@ import {downloadByFlow} from '@/utils/common-methods'
|
|
|
<div class="amount-item-body-box" v-for="item in commodityPData.invoiceAmountList" :key="item.code">
|
|
|
<img :src="item.flag_img" style="height: 40px;width: 40px;margin-right: 20px;" />
|
|
|
<div class="amount-item-body-info">
|
|
|
- <span>{{ item.name }}</span>
|
|
|
- <span>{{ item.amount }}({{ item.unit_name }})</span>
|
|
|
+ <span>{{ item.name }}({{ item.code }})</span>
|
|
|
+ <span>{{ item.amount }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -319,7 +319,7 @@ import {downloadByFlow} from '@/utils/common-methods'
|
|
|
<div class="amount-show-item">
|
|
|
<div class="amount-item-head" @click="foldOrUnfold(1)">
|
|
|
<div class="amount-item-head-title">
|
|
|
- 已到款合计金额(换算后):{{ commodityPData.placementAmountTotal }}(元)
|
|
|
+ 已到款合计金额(换算后):{{ commodityPData.placementAmountTotal }}(CNY)
|
|
|
</div>
|
|
|
<span class="amount-item-head-icon">
|
|
|
{{ placementIsFold?'展开':'收起' }}
|
|
@@ -330,8 +330,8 @@ import {downloadByFlow} from '@/utils/common-methods'
|
|
|
<div class="amount-item-body-box" v-for="item in commodityPData.placementAmountList" :key="item.code">
|
|
|
<img :src="item.flag_img" style="height: 40px;width: 40px;margin-right: 20px;" />
|
|
|
<div class="amount-item-body-info">
|
|
|
- <span>{{ item.name }}</span>
|
|
|
- <span>{{ item.amount }}({{ item.unit_name }})</span>
|
|
|
+ <span>{{ item.name }}({{ item.code }})</span>
|
|
|
+ <span>{{ item.amount }}</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|