qymljy hace 3 años
padre
commit
dd7d41b79f

+ 0 - 1
src/HDrpManagement/competitor/detail/modules/competeProjects/list.vue

@@ -121,7 +121,6 @@ export default {
       this.listData()
     },
     detailGo(row){
-      console.log(row)
       let route = this.$route
       if (route.path !== '/projectChangeDetail') {
         this.oldRoute = {path:route.path,query:route.query}

+ 2 - 3
src/HDrpManagement/projectChange/modules/detail.vue

@@ -226,7 +226,6 @@ export default {
       }else {
         this.mainData.discountrate = Math.round((this.mainData.discountrate * 100) * 100)/100
       }*/
-      console.log(this.mainData,"项目商机详情");
       
       /* 获取标签数据 */
       /*this.tagObj = await this.$store.dispatch('queryTagList',{table:'sa_project',id:this.mainData.sa_projectid})*/
@@ -272,7 +271,7 @@ export default {
     },
     /*修改项目阶段*/
     async setStage(val){
-      /*console.log(this.nowStage)*/
+
       const res = await this.$api.requested({
         "id": "20221024160102",
         "content": {
@@ -515,7 +514,7 @@ export default {
       this.queryMainData(this.$route.query.id)
     },
     setClick(row){
-      console.log(row,'选择阶段')
+
       const message = '是否更换到'+ row.stagename + '阶段?'
       this.$confirm(message, '提示', {
         confirmButtonText: '确定',

+ 0 - 4
src/HDrpManagement/projectChange/modules/modules/andEnterprise/index.vue

@@ -96,12 +96,10 @@ export default {
       param.content.sa_projectid = this.$route.query.id
     },*/
     async listData(){
-      console.log(this.rowData)
       this.params.content.sa_projectid = this.rowData.sa_projectid
       const res = await this.$api.requested(this.params)
       this.list = res.data
       this.total = res.total
-      console.log(this.list)
     },
     handleSizeChange(val) {
       // console.log(`每页 ${val} 条`);
@@ -135,7 +133,6 @@ export default {
         }
       })
       this.enterpriseTypeList = res.data
-      console.log(this.enterpriseTypeList,"客户类型")
     }
   },
   mounted() {
@@ -143,7 +140,6 @@ export default {
   },
   created() {
     this.tablecols = this.tool.tabelCol(this.$route.name).andEnterpriseTable.tablecols
-    console.log(this.tablecols,"tablecols")
     this.enterpriseType()
   },
 }

+ 1 - 1
src/HDrpManagement/projectChange/modules/modules/clue/index.vue

@@ -83,7 +83,7 @@ export default {
       const res = await this.$api.requested(this.params)
       this.list = res.data
       this.total = res.total
-      console.log(this.list)
+
     },
     handleSizeChange(val) {
       // console.log(`每页 ${val} 条`);

+ 1 - 1
src/HDrpManagement/projectChange/modules/modules/contract/index.vue

@@ -92,7 +92,7 @@ export default {
       const res = await this.$api.requested(this.params)
       this.list = res.data
       this.total = res.total
-      console.log(res,'合同数据信息')
+
     },
     handleSizeChange(val) {
       // console.log(`每页 ${val} 条`);

+ 4 - 4
src/HDrpManagement/projectChange/modules/modules/quotation/index.vue

@@ -101,7 +101,7 @@ export default {
   components:{buillDetail,add},
   methods:{
     detailGo(row){
-      console.log(row)
+
       let route = this.$route
       if (route.path !== '/quotedPriceDetail') {
         this.oldRoute = {path:route.path,query:route.query}
@@ -151,7 +151,7 @@ export default {
       this.productList = res.data
     },
     async listData(){
-      console.log(this.data,'项目商机')
+
       this.params.content.sa_projectid = this.data.sa_projectid
       const res = await this.$api.requested(this.params)
       this.list = res.data
@@ -159,7 +159,7 @@ export default {
         /*this.list[index].begdate = new Date(e.begdate).getFullYear() +*/
       })
       this.total = res.total
-      console.log(this.list,"报价单")
+
     },
     handleSizeChange(val) {
       // console.log(`每页 ${val} 条`);
@@ -172,7 +172,7 @@ export default {
       this.listData()
     },
     clearData(){
-      console.log("执行")
+
       this.search = ""
       this.params.content.where.condition = this.search
       this.listData()

+ 1 - 1
src/HDrpManagement/projectChange/modules/modules/rival/index.vue

@@ -107,7 +107,7 @@ export default {
       this.listData()
     },
     async onDel(id){
-      console.log(id)
+
       const res = await this.$api.requested({
         "id": 20221019165902,
         "content": {

+ 1 - 1
src/HManagement/siteManage/securityConfig/modules/projectCheckRule.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
     <el-button size="small" style="width:120px" type="primary" @click="querySite_Parameter">设 置</el-button>
-    <el-dialog title="客户查重规则" append-to-body :visible.sync="dialogEditVisible" width="860px">
+    <el-dialog title="项目查重规则" append-to-body :visible.sync="dialogEditVisible" width="860px">
       <el-row :gutter="16">
         <el-col :span="24" style="margin-top: -20px">
           <span style="color: red">注意:每层的查重条件可多选字段</span>