Kaynağa Gözat

销售漏斗新增筛选包含失败、结案项目

qymljy 1 yıl önce
ebeveyn
işleme
c52166f8a8

+ 8 - 2
src/views/mediaStatistics/modules/salesfunnel.vue

@@ -30,6 +30,9 @@
         </el-option>
       </el-select>
     </div>
+    <div class="inline-16">
+      <el-checkbox v-model="unfinish" true-label="0" false-label="1" @change="dataParam.content.where.unfinish = unfinish;projectParam.content.where.unfinish = unfinish;getProportionOfFileModel()">包含失败、结案项目</el-checkbox>
+    </div>
     <div class="inline-16" style="margin-top:0px;margin-bottom: 20px">
       <el-button-group>
         <el-button size="small" :type="dataParam.content.dateType==1?'primary':''" @click="dataChange(1)" >近一年</el-button>
@@ -235,7 +238,8 @@ export default {
             "enddate":"",
             "departmentid":"",
             "tradefield":"",
-            "isleave":"0"
+            "isleave":"0",
+            "unfinish":'0'
           }
         }
       },
@@ -252,7 +256,8 @@ export default {
             "begdate":"",
             "enddate":"",
             "tradefield":"",
-            "isleave":"0"
+            "isleave":"0",
+            "unfinish":'0'
           }
         }
       },
@@ -260,6 +265,7 @@ export default {
       tradefield:'',
       isleave:'',
       tradefields:[],
+      unfinish:'0'
     }
   },
   methods:{