到账开票优化

This commit is contained in:
zhaoxiao
2021-12-24 16:48:11 +08:00
parent 12437e8fd9
commit c729243535
2 changed files with 3 additions and 2 deletions
@@ -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--pdf3--没有凭证 -->
<!-- proofType处理过的缴费凭证类型img--图片pdf--pdfnone--无缴费凭证 -->
<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">