【update】-到账、开票、确认收入 去掉 会员项目不能撤销的限制

This commit is contained in:
fengchenchen
2024-03-27 14:29:12 +08:00
parent 2d6af97c1c
commit 4beae108f5
3 changed files with 6 additions and 6 deletions
@@ -13,8 +13,8 @@
<div class="title">
<div class="title-text">{{ item.chinaNumIndex }}阶段</div>
<img src="../../../../assets/imgs/icon/icon_edit.png" @click="handleEdit(item)" v-if="!(item.proof && item.proof !== '')">
<!--证书项目 与会员项目没有撤销功能-->
<span class="revoke" @click="handleRevoke(item)" v-has=" 'incomePaymentAndInvoiving:revoke' " v-if=" !(projectType === 5 || projectType === 6) ">撤销</span>
<!--证书项目没有撤销功能-->
<span class="revoke" @click="handleRevoke(item)" v-has=" 'incomePaymentAndInvoiving:revoke' " v-if=" projectType !== 6 ">撤销</span>
</div>
<a-row>
<a-col :span="12">
@@ -15,8 +15,8 @@
<div class="title">
<div class="title-text">{{ item.chinaNumIndex }}阶段</div>
<img src="../../../../assets/imgs/icon/icon_edit.png" @click="handleEdit(item)">
<!--证书项目 与会员项目没有撤销功能-->
<span class="revoke" @click="handleRevoke(item)" v-has="'incomePaymentAndInvoicing:revokeConfirm'" v-if=" !(projectType === 5 || projectType === 6) ">撤销</span>
<!--证书项目没有撤销功能-->
<span class="revoke" @click="handleRevoke(item)" v-has="'incomePaymentAndInvoicing:revokeConfirm'" v-if=" projectType !== 6">撤销</span>
</div>
<a-row>
@@ -14,8 +14,8 @@
<div class="title">
<div class="title-text">{{ item.chinaNumIndex }}阶段</div>
<img src="../../../../assets/imgs/icon/icon_edit.png" @click="handleEdit(item)">
<!--证书项目 与会员项目没有撤销功能-->
<span class="revoke" @click="handleRevoke(item)" v-has="'incomePaymentAndInvoicing:revokeInvoice'" v-if=" !(projectType === 5 || projectType === 6) ">撤销</span>
<!--证书项目没有撤销功能-->
<span class="revoke" @click="handleRevoke(item)" v-has="'incomePaymentAndInvoicing:revokeInvoice'" v-if=" projectType !== 6 ">撤销</span>
</div>
<a-row>