| @@ -101,24 +101,23 @@ | |||||
| </view> | </view> | ||||
| <view class="fill"></view> | <view class="fill"></view> | ||||
| <!-- audioinfo2 --> | <!-- audioinfo2 --> | ||||
| <view class="tmmchen" v-if="Menulistisshow"> | |||||
| <view class="tmmchen"> | |||||
| <image @click="Receivedetailsabouttab('Receivedetailsabout')" src="../../static/images/allimg.png" | <image @click="Receivedetailsabouttab('Receivedetailsabout')" src="../../static/images/allimg.png" | ||||
| mode=""></image> | mode=""></image> | ||||
| <view @click="Receivedetailsabouttab('Receivedetailsabout')">更多</view> | <view @click="Receivedetailsabouttab('Receivedetailsabout')">更多</view> | ||||
| <view class="allimg" v-if="Thetapeidisshow"> | <view class="allimg" v-if="Thetapeidisshow"> | ||||
| <view v-if="eqLog!=-1" @click="eqLogClick()" style="line-height: 70rpx;margin-top: 10rpx;">设备日志 | |||||
| </view> | |||||
| <template v-if="eqLog!=-1"> | |||||
| <view @click="eqLogClick()" style="line-height: 70rpx;margin-top: 10rpx;">设备日志 | |||||
| </view> | |||||
| </template> | |||||
| <view @click="Receivetap()" style="line-height: 70rpx;margin-top: 10rpx;">接待信息</view> | <view @click="Receivetap()" style="line-height: 70rpx;margin-top: 10rpx;">接待信息</view> | ||||
| <view @click="alllogo()" style="line-height:70rpx;"> | |||||
| {{userlistobj.validInvalidName}} | |||||
| </view> | |||||
| <template v-if="Menulistisshow"> | |||||
| <view @click="alllogo()" style="line-height:70rpx;"> | |||||
| {{userlistobj.validInvalidName}} | |||||
| </view> | |||||
| </template> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class="tmmchen" @click="Receivetap()" v-else> | |||||
| <image @click="Receivedetailsabouttab('Receivedetailsabout')" | |||||
| src="../../static/images/audioinfo2.png" mode=""></image> | |||||
| <view @click="Receivedetailsabouttab('Receivedetailsabout')">接待信息</view> | |||||
| </view> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <template v-else> | <template v-else> | ||||
| @@ -360,8 +359,10 @@ | |||||
| <view v-if="item.showLevel==1"> | <view v-if="item.showLevel==1"> | ||||
| <view class="hhhbox" v-if="item.show" style="padding: 30rpx;"> | <view class="hhhbox" v-if="item.show" style="padding: 30rpx;"> | ||||
| <view class="hsnrtest">话术内容</view> | <view class="hsnrtest">话术内容</view> | ||||
| <view class="Level3che" @click="clickWajue(che)" v-for="(che,inc) in item.questionList" :key='inc'> | |||||
| <view class="title1" :style="che.selected==2?'color:#FF8C13':che.selected==1?'color: #666':''"> | |||||
| <view class="Level3che" @click="clickWajue(che)" v-for="(che,inc) in item.questionList" | |||||
| :key='inc'> | |||||
| <view class="title1" | |||||
| :style="che.selected==2?'color:#FF8C13':che.selected==1?'color: #666':''"> | |||||
| {{inc+1}}.{{che.question}} | {{inc+1}}.{{che.question}} | ||||
| </view> | </view> | ||||
| <view class="jiantobox"> | <view class="jiantobox"> | ||||
| @@ -392,8 +393,10 @@ | |||||
| </view> | </view> | ||||
| <view v-if="subitem.show" style="padding: 30rpx 0;"> | <view v-if="subitem.show" style="padding: 30rpx 0;"> | ||||
| <view class="hsnrtest">话术内容</view> | <view class="hsnrtest">话术内容</view> | ||||
| <view class="Level3che" @click="clickWajue(che)" v-for="(che,inc) in subitem.questionList" :key='inc'> | |||||
| <view class="title1" :style="che.selected==2?'color:#FF8C13':che.selected==1?'color: #666':''"> | |||||
| <view class="Level3che" @click="clickWajue(che)" | |||||
| v-for="(che,inc) in subitem.questionList" :key='inc'> | |||||
| <view class="title1" | |||||
| :style="che.selected==2?'color:#FF8C13':che.selected==1?'color: #666':''"> | |||||
| {{inc+1}}.{{che.question}} | {{inc+1}}.{{che.question}} | ||||
| </view> | </view> | ||||
| <view class="jiantobox"> | <view class="jiantobox"> | ||||
| @@ -518,7 +521,7 @@ | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| </template> | </template> | ||||
| <!-- 修改角色 --> | <!-- 修改角色 --> | ||||
| <view class="zhezhao" v-if="roleisshaw" @tap="unmarktap()"></view> | <view class="zhezhao" v-if="roleisshaw" @tap="unmarktap()"></view> | ||||
| <view class="bounced" v-if="roleisshaw"> | <view class="bounced" v-if="roleisshaw"> | ||||
| @@ -769,14 +772,15 @@ | |||||
| }, | }, | ||||
| methods: { | methods: { | ||||
| clickWajue(item){ | |||||
| if(item.selected==0){ | |||||
| clickWajue(item) { | |||||
| if (item.selected == 0) { | |||||
| this.Pinspeak = false | this.Pinspeak = false | ||||
| uni.navigateTo({ | uni.navigateTo({ | ||||
| url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&keyword=" + item.question + | |||||
| url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&keyword=" + item | |||||
| .question + | |||||
| "&skpl=" + "2" + '&UpDateEvent=DETAILS2INIT' | "&skpl=" + "2" + '&UpDateEvent=DETAILS2INIT' | ||||
| }) | |||||
| } | |||||
| }) | |||||
| } | |||||
| }, | }, | ||||
| //获取画像标签 | //获取画像标签 | ||||
| getWordMiningList() { | getWordMiningList() { | ||||
| @@ -818,9 +822,9 @@ | |||||
| this.wajueshow = true | this.wajueshow = true | ||||
| return; | return; | ||||
| } | } | ||||
| this.wajueshow = true | this.wajueshow = true | ||||
| if(!this.flag){ | |||||
| if (!this.flag) { | |||||
| this.flag = true | this.flag = true | ||||
| uni.request({ | uni.request({ | ||||
| url: config.service.addWordMining, | url: config.service.addWordMining, | ||||
| @@ -1354,7 +1358,7 @@ | |||||
| if (this.roleSelectArr.findIndex(item => item == 0) == -1) { | if (this.roleSelectArr.findIndex(item => item == 0) == -1) { | ||||
| str += `&speakerStr=${this.roleSelectArr.join(',')}` | str += `&speakerStr=${this.roleSelectArr.join(',')}` | ||||
| } | } | ||||
| uni.request({ | uni.request({ | ||||
| url: `${config.service.getCorpusAnal}${str}`, | url: `${config.service.getCorpusAnal}${str}`, | ||||
| method: "GET", | method: "GET", | ||||
| @@ -1384,8 +1388,8 @@ | |||||
| this.tablist[0].select = true | this.tablist[0].select = true | ||||
| this.tablist[res.speaker].name = this.tablist[res.speaker].name + "顾问"; | this.tablist[res.speaker].name = this.tablist[res.speaker].name + "顾问"; | ||||
| } | } | ||||
| this.newluyinList = jsonInfo; | this.newluyinList = jsonInfo; | ||||
| if (this.textindex == null) { | if (this.textindex == null) { | ||||
| return | return | ||||
| @@ -1898,7 +1902,7 @@ | |||||
| uni.request({ | uni.request({ | ||||
| url: config.service.getCorpusAnal + '?corpusId=' + this.luyinList[this.csdFileindex].id + | url: config.service.getCorpusAnal + '?corpusId=' + this.luyinList[this.csdFileindex].id + | ||||
| "&bg=" + info.bg + "&speaker=" + this.roleindex + '&voFlag=0' + | "&bg=" + info.bg + "&speaker=" + this.roleindex + '&voFlag=0' + | ||||
| '&num=50', | |||||
| '&num=50', | |||||
| method: "GET", | method: "GET", | ||||
| header: { | header: { | ||||
| 'content-type': 'application/json', | 'content-type': 'application/json', | ||||
| @@ -2239,6 +2243,7 @@ | |||||
| color: #fff; | color: #fff; | ||||
| } | } | ||||
| } | } | ||||
| &::-webkit-scrollbar { | &::-webkit-scrollbar { | ||||
| width: 0; | width: 0; | ||||
| height: 0; | height: 0; | ||||