Browse Source

问题修改

songwb 9 months ago
parent
commit
7b788c43ac

+ 9 - 2
src/components/assessment/benchmarkingIndicBasicPage.vue

@@ -173,9 +173,12 @@
                                 children: it.children ? that.changeSelect(it.children) : []
                             }
                             arr.push(obj)
+                            if (it.orgName === '胜利发电') {
+                                that.orgVal = [it.orgCode]
+                            }
                         })
                         that.orgSelectArr = arr
-                        that.orgVal = [datas.data[0].orgCode, datas.data[1].orgCode]
+                        // that.orgVal = [datas.data[0].orgCode, datas.data[1].orgCode]
                         that.getfiledDatatypeList()
                     }
                 })
@@ -226,7 +229,11 @@
                 apiPostTreeSelectList1020(params).then(datas => {
                     if (datas && datas.data.data) {
                         that.evalSelectArr = datas.data.data
-                        that.evalVal = datas.data.data[0].itemsCode
+                        datas.data.data.forEach(it =>{
+                            if (it.itemsName === '发电量') {
+                                that.evalVal = it.itemsCode
+                            }
+                        })
                         that.getbenchmarkBasicList('1')
                     }
                 })

+ 34 - 0
src/components/assessment/evaluationStartNewFrom.vue

@@ -340,6 +340,40 @@ export default {
             })
         },
         handleClick(val) {
+            this.titleMsgArr.forEach(it =>{
+                it.showClick = false
+                if (val.props.name === 'QQXM') {
+                    if (it.isNameEn === 'QQ') {
+                        it.showClick = true
+                        this.binSectionStr = it.id
+                    }
+                } else if (val.props.name === 'JJXM') {
+                    if (it.isNameEn === 'JJ') {
+                        it.showClick = true
+                        this.binSectionStr = it.id
+                    }
+                } else if (val.props.name === 'GLSX') {
+                    if (it.isNameEn === 'GLSX') {
+                        it.showClick = true
+                        this.binSectionStr = it.id
+                    }
+                } else if (val.props.name === 'ZDZX') {
+                    if (it.isNameEn === 'ZDZX') {
+                        it.showClick = true
+                        this.binSectionStr = it.id
+                    }
+                } else if (val.props.name === 'KJCX') {
+                    if (it.isNameEn === 'KJCX') {
+                        it.showClick = true
+                        this.binSectionStr = it.id
+                    }
+                } else {
+                    if (it.isNameEn === 'HD') {
+                        it.showClick = true
+                        this.binSectionStr = it.id
+                    }
+                }
+            })
             let stageId = ''
             this.activeName = val.props.name
             console.log('activeName', this.activeName)

+ 34 - 0
src/components/taskCenter/taskEvaluationStart.vue

@@ -396,6 +396,40 @@
                 })
             },
             handleClick(val) {
+                this.titleMsgArr.forEach(it =>{
+                    it.showClick = false
+                    if (val.props.name === 'QQXM') {
+                        if (it.isNameEn === 'QQ') {
+                            it.showClick = true
+                            this.binSectionStr = it.id
+                        }
+                    } else if (val.props.name === 'JJXM') {
+                        if (it.isNameEn === 'JJ') {
+                            it.showClick = true
+                            this.binSectionStr = it.id
+                        }
+                    } else if (val.props.name === 'GLSX') {
+                        if (it.isNameEn === 'GLSX') {
+                            it.showClick = true
+                            this.binSectionStr = it.id
+                        }
+                    } else if (val.props.name === 'ZDZX') {
+                        if (it.isNameEn === 'ZDZX') {
+                            it.showClick = true
+                            this.binSectionStr = it.id
+                        }
+                    } else if (val.props.name === 'KJCX') {
+                        if (it.isNameEn === 'KJCX') {
+                            it.showClick = true
+                            this.binSectionStr = it.id
+                        }
+                    } else {
+                        if (it.isNameEn === 'HD') {
+                            it.showClick = true
+                            this.binSectionStr = it.id
+                        }
+                    }
+                })
                 let stageId = ''
                 this.activeName = val.props.name
                 console.log('activeName', this.activeName)