Browse Source

转化项目审核新增查重功能

qymljy 10 months ago
parent
commit
5e6178e6e4

+ 1 - 1
src/SManagement/orderclue_detail/components/changeProject.vue

@@ -2,7 +2,7 @@
   <div>
     <el-button size="mini" :type="disabled || data.status === '已无效' || data.status === '已过期'?'':'primary'" @click="onShow" :disabled="disabled || data.status === '已无效' || data.status === '已过期'" >转化项目</el-button>
     <el-drawer
-        title="新建项目商机"
+        title="转化项目"
         :visible.sync="dialogFormVisible"
         size="700px"
         direction="rtl"

+ 1 - 0
src/SManagement/orderclue_detail/components/projectAudit.vue

@@ -224,6 +224,7 @@
         </el-row>
       </div>
       <div class="fixed__btn__panel">
+        <el-button plain class="normal-btn-width" @click="$refs.checkRef.queryRule()">查重</el-button>
         <el-button size="small" type="danger" @click="onAudit('不通过')" class="normal-btn-width">审核不通过</el-button>
         <el-button size="small" type="success" @click="onAudit('通过')" class="normal-btn-width" >审核通过</el-button>
       </div>