Просмотр исходного кода

只有外部订单可以驳回审核

祁鹏飞 2 месяцев назад
Родитель
Сommit
2bfc68b99c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/finance/modules/auditDetail.vue

+ 1 - 1
src/views/finance/modules/auditDetail.vue

@@ -1077,7 +1077,7 @@
       <el-button v-if="isShow === '1'" type="primary" @click="handleAudit(1)">审核通过</el-button>
       <el-popconfirm width="300" title="审核不通过">
         <template #reference>
-          <el-button v-if="isShow === '1'" type="primary">审核驳回</el-button>
+          <el-button v-if="isShow === '1'&&![3].includes(detailData?.order?.entryStatus)" type="primary">审核驳回</el-button>
         </template>
         <template #actions="{ confirm, cancel }">
           <el-input placeholder="请填写" v-model="refuse" style="margin-bottom: 20px"></el-input>