Browse Source

2025.04.22 审批未通过优化

java8
jiayang yue 9 months ago
parent
commit
e5cfcfe92a
  1. 2
      src/views/modules/inquiry/inquiryApplication.vue

2
src/views/modules/inquiry/inquiryApplication.vue

@ -165,7 +165,7 @@
label="操作">
<template slot-scope="scope">
<!-- <el-link style="cursor: pointer" @click="addInquiryPartModal(scope.row)">新增产品</el-link>-->
<el-link style="cursor: pointer" v-if="scope.row.status === 'C'"
<el-link style="cursor: pointer" v-if="scope.row.status === 'C' || scope.row.visible === 'N'"
@click="updateModalStatus(scope.row,'B')">下达
</el-link>
<el-link style="cursor: pointer" @click="updateModal(scope.row)">编辑</el-link>

Loading…
Cancel
Save