浏览代码

小问题

hbchen 2 年之前
父节点
当前提交
f50a41d9b0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/financialManagement/contractProgress.vue

+ 2 - 2
src/views/financialManagement/contractProgress.vue

@@ -829,7 +829,7 @@
             </div>
           </div>
           <!-- 开票登记 -->
-          <div class="info-box" v-if="contractInfo.operationtype!='compliance' && contractInfo.form.has_payment && contractInfo.form.has_payment!=1" 
+          <div class="info-box" v-show="contractInfo.operationtype!='compliance' && contractInfo.form.has_payment!=1" 
           style="margin-top:20px ;" id="info-invoice-box" v-permission="['financial:list:invoice','financial:list:placement','financial:list:viewIandP','or']">
             <div class="info-box-head">开票登记{{contractInfo.moneyData.waitInvoiceMoney==0?'':'(待开票)'}}</div>
             <div class="info-row" >
@@ -891,7 +891,7 @@
             </div>
           </div>
           <!-- 到款登记 -->
-          <div class="info-box" v-if="contractInfo.operationtype!='compliance' && contractInfo.form.has_payment && contractInfo.form.has_payment!=1" 
+          <div class="info-box" v-show="contractInfo.operationtype!='compliance' && contractInfo.form.has_payment!=1" 
           v-permission="['financial:list:invoice','financial:list:placement','financial:list:viewIandP','or']"
           style="margin-top:20px ;" id="info-invoice-box">
             <div class="info-box-head">到款登记{{contractInfo.moneyData.waitPlacementMoney==0?'':'(待到款)'}}</div>