Browse Source

面损表申请根据状态判断

fenghaifu 2 years ago
parent
commit
1c53e38f06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/cost-allocation-total/fabricLossesSummary.vue

+ 1 - 1
src/views/cost-allocation-total/fabricLossesSummary.vue

@@ -94,7 +94,7 @@
         @change="handleTableChange"
       >
       <span slot="action" slot-scope="text, record">
-          <a @click="handleApply(record)" v-if="apply == 1">发起申请</a>
+          <a @click="handleApply(record)" v-if="apply == 1 && (record.status=='保存' || record.status=='' || record.status==undefined)">发起申请</a>
           
         </span>
       </a-table>