到账开票优化
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<a-row v-if="item.proof && item.proof !== ''">
|
||||
<a-col>
|
||||
<div class="stage">
|
||||
<div class="stage-title">缴费凭证:</div>
|
||||
<div class="stage-title">{{(item.paymentMethod && item.paymentMethod+'' === '2') ? '打包协议' : '缴费凭证'}}:</div>
|
||||
<div class="stage-content">
|
||||
<template v-if="!item.paymentMethod || item.paymentMethod+'' === '1'">
|
||||
<div v-for="(tt, indexs) in item.proof.split(',')" :key="indexs">
|
||||
@@ -42,6 +42,7 @@
|
||||
<template v-if="item.paymentMethod && item.paymentMethod+'' === '2'">
|
||||
<preview-file :file-id="item.proof"></preview-file>
|
||||
</template>
|
||||
<span v-else>无</span>
|
||||
</div>
|
||||
</div>
|
||||
</a-col>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<!-- 标协会员、证书的缴费凭证类型根据paymentMethod字段决定:1--图片;2--pdf;3--没有凭证 -->
|
||||
<!-- proofType处理过的缴费凭证类型:img--图片;pdf--pdf;none--无缴费凭证 -->
|
||||
<div class="info-item">
|
||||
<label>缴费凭证:</label>
|
||||
<label>{{proofType==='pdf' ? '打包协议' : '缴费凭证'}}:</label>
|
||||
<div class="proof-img" v-if="proofType === 'img'">
|
||||
<template v-if="proofInfo.proof && proofInfo.proof !== ''">
|
||||
<div class="proof-img-item" v-for="(item, index) in proofInfo.proof.split(',')" :key="index">
|
||||
|
||||
Reference in New Issue
Block a user