| | |
| | | initDetailFullInfo(){ |
| | | // console.log(JSON.parse(localStorage.getItem(this.$route.query.ID)),234) |
| | | let lacalData = JSON.parse(localStorage.getItem(this.m_PumpSeriesID)) |
| | | console.log(lacalData,244) |
| | | // console.log(lacalData,244) |
| | | if(lacalData == null){ |
| | | this.getDetailFullInfo(); |
| | | return; |
| | |
| | | return |
| | | } |
| | | let result = lacalData.resultData |
| | | console.log(result,256) |
| | | // console.log(result,256) |
| | | this.m_PageTitle =result.SeriesInfo.Name; |
| | | document.title = this.m_PageTitle |
| | | |
| | |
| | | }) |
| | | .then(function(res) { |
| | | let result = res.data; |
| | | console.log(result,349) |
| | | // console.log(result,349) |
| | | if (result.Code != 0) { |
| | | _this.$toast.clear(); |
| | | return; |
| | |
| | | //监听搜索框关键字的内容 |
| | | inputKeyWords(val) { |
| | | this.filterSearchWords(val); |
| | | |
| | | }, |
| | | //清除搜索关键字 |
| | | clearKeyWords() { |
| | |
| | | element.MotorPower = "电机功率:" + element.MotorPower + "kW" |
| | | } |
| | | } |
| | | |
| | | |
| | | element.RatedQ = UnitHelper.valueFormat( |
| | | UnitHelper.getDispValueQ( |
| | | UnitHelper.ConvertQ_fromM3H( |
| | |
| | | pur: ConstParas.DetailPagePurpose.EBook //EBook = 0 |
| | | }; |
| | | this.gotoPage("/byParas/Index",query,null) |
| | | // this.$router.push({ |
| | | // path: `/${this.$getCurrentLanguageUrl()}/byParas/Index`, |
| | | // query: query |
| | | // }); |
| | | }, |
| | | //回到顶部点击事件 |
| | | backTop() { |