Browse Source

小问题

hbchen 2 years ago
parent
commit
b87f50fd78
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/financialManagement/financialList.vue

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

@@ -386,11 +386,11 @@ const statusArray=[{id:1,label:"进行中"},{id:2,label:"已完成"}]
                         删除
                       </span>
                       <span class="table-option-buttons" v-permission="'financial:list:invoice'"
-                      @click="registration('invoice',row.contract_register_id)" v-if="row.has_payment!=1 && row.contract_status!=4">
+                      @click="registration('invoice',row.contract_register_id)" v-if="row.has_invoice==1 && row.contract_status!=4">
                         开票登记
                       </span>
                       <span class="table-option-buttons" v-permission="'financial:list:placement'"
-                      @click="registration('placement',row.contract_register_id)" v-if="row.has_payment!=1 && row.contract_status!=4">
+                      @click="registration('placement',row.contract_register_id)" v-if="row.has_invoice==1 && row.contract_status!=4">
                         到款登记
                       </span>
                       <span class="table-option-buttons" @click="changeContractStatus(row)">