addressBook.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  1. <template>
  2. <view>
  3. <cu-custom bgColor="bg-blacks" :isBack="false">
  4. <block slot="right">
  5. <image src="../../../static/picture/fourLine.png" style="width: 30px;height: 30px;margin-left: 2%;" @tap="openDrawer"></image>
  6. </block>
  7. <block slot="right">
  8. <view class="icon cuIcon-notice text-white" v-if="badge != 0" style="margin-left: -70%;">
  9. <view class="cu-tag looknumber" style="margin-top: -2%;">
  10. <block v-if="badge != 1">{{ badge > 99 ? '99+' : badge }}</block>
  11. </view>
  12. </view>
  13. </block>
  14. <block slot="right">
  15. </block>
  16. <block slot="content">通讯录</block>
  17. <block slot="right">
  18. <view class="plus" @tap="showModal" data-target="viewModal">+</view>
  19. </block>
  20. </cu-custom>
  21. <!-- 抽屉组件 -->
  22. <div>
  23. <drawer ref="drawer"></drawer>
  24. </div>
  25. <div class="plusDrawer" @tap="hideModal">
  26. <plusDrawer ref="plusDrawer"></plusDrawer>
  27. </div>
  28. <!-- 组件左右移动 -->
  29. <scroll-view @tap="hideModal" scroll-y class="DrawerPage" :class="modalName == 'viewModal' ? 'show' : ''">
  30. <!-- <view @tap="closeFrame">
  31. <cu-custom bgColor="bg-gradual-sisBlack" :isBack="true">
  32. <block slot="backText">
  33. <view style="height: 80rpx;line-height: 80rpx;color: silver;">返回</view>
  34. </block>
  35. <block slot="content">
  36. <view style="color: silver;">聊天通讯</view>
  37. </block>
  38. </cu-custom>
  39. </view> -->
  40. `
  41. <view v-show="judge">
  42. <!-- 搜索标签 -->
  43. <view class="cu-bar bg-white search"> <!-- :style="[{top:CustomBar + 'px'}]" -->
  44. <view class="search-form round" @touchstart="accordingTo">
  45. <text class="cuIcon-search"></text>
  46. <input type="text" placeholder="输入搜索的关键词" confirm-type="search" v-model="search"></input>
  47. </view>
  48. <view class="action">
  49. <button class="cu-btn bg-gradual-sisBlack shadow-blur round" @click="accordingOut">取消</button>
  50. </view>
  51. </view>
  52. <!-- 搜索列表 -->
  53. <view class="search-content " ref="search" >
  54. <block>
  55. <view class="cu-list menu-avatar no-padding" >
  56. <!-- <view class="cu-avatar">{{item.name}}</view> 字母开头显示 -->
  57. <!-- 将汉字以当前字母开头的遍历 -->
  58. <view class="cu-item " v-for="item in userListData" >
  59. <view v-if="item.remak1==1">
  60. <view class="content" @click="go(userid,lastUserName,items.nickname,items.id,1)">
  61. <view class="text-grey">{{item.username}}({{item.remak2}})<!-- <text class="text-abc">{{items.name}}</text>君 --></view>
  62. <view class="text-gray text-sm">
  63. 有条消息
  64. </view>
  65. </view>
  66. <!-- 在线离线标识 -->
  67. <text class="cuIcon-radioboxfill text-green" style="margin-right: 3px;">在线</text>
  68. </view>
  69. <view v-if="item.remak1==0">
  70. <view class="content" @click="go(userid,lastUserName,item.nickname,item.id,0)">
  71. <view class="text-grey">{{item.username}}({{item.remak2}})<!-- <text class="text-abc">{{items.name}}</text>君 --></view>
  72. <view class="text-gray text-sm">
  73. 有条消息
  74. </view>
  75. </view>
  76. <text class="cuIcon-radioboxfill text-gray" style="margin-right: 3px;">离线</text>
  77. </view>
  78. </view>
  79. </view>
  80. <!-- <view :class="'indexItem-' + item.name" :id="'indexes-' + item.name" :data-index="item.name">
  81. <view class="padding"></view>
  82. <view class="cu-list menu-avatar no-padding" >
  83. <view class="cu-item" @tap="common.navTo('/components/mine/addressBook/chat?name='+item+'&send='+send+'&receive='+receive+'&sendname='+sendname+'&receivename='+receivename)">
  84. <view class="cu-avatar round lg"></view>
  85. <view class="content" >
  86. <view class="text-grey">{{item.name}}</view>
  87. </view>
  88. </view>
  89. </view>
  90. </view> -->
  91. </block>
  92. </view>
  93. <!-- 通讯列表 -->
  94. <scroll-view scroll-y class="indexes" :scroll-into-view="'indexes-'+ listCurID" :style="[{height:'calc(100vh - '+ CustomBar + 'px - 50px)'}]"
  95. :scroll-with-animation="true" :enable-back-to-top="true" v-if="play">
  96. <!-- <block v-for="(item,index) in list" :key="index"> -->
  97. <!-- 控制侧导航栏 -->
  98. <!-- <view :class="'indexItem-' + item.name" :id="'indexes-' + item.name" :data-index="item.name"> -->
  99. <!-- <view class="padding">{{item.name}}</view> -->
  100. <view class="cu-list menu-avatar no-padding" >
  101. <!-- <view class="cu-avatar">{{item.name}}</view> 字母开头显示 -->
  102. <!-- 将汉字以当前字母开头的遍历 -->
  103. <view class="cu-item" v-for="(items,sub) in userList" :key="sub" >
  104. <view v-if="items.remak1==1">
  105. <view class="content" @click="go(userid,lastUserName,items.nickname,items.id,1)">
  106. <view class="text-grey">{{items.username}}({{items.remak2}})<!-- <text class="text-abc">{{items.name}}</text>君 --></view>
  107. <view class="text-gray text-sm">
  108. {{items.remak1}}条消息
  109. </view>
  110. </view>
  111. <!-- 在线标识 -->
  112. <text class="cuIcon-radioboxfill text-green" style="margin-right: 3px;">在线</text>
  113. </view>
  114. <view v-if="items.remak1==0">
  115. <view class="content" @click="go(userid,lastUserName,items.nickname,items.id,0)">
  116. <view class="text-grey">{{items.username}}({{items.remak2}})<!-- <text class="text-abc">{{items.name}}</text>君 --></view>
  117. <view class="text-gray text-sm">
  118. {{items.remak1}}条消息
  119. </view>
  120. </view>
  121. <!-- 离线标识 -->
  122. <text class="cuIcon-radioboxfill text-gray" style="margin-right: 3px;">离线</text>
  123. </view>
  124. </view>
  125. </view>
  126. <!-- </view>
  127. </block> -->
  128. </scroll-view>
  129. <!-- 侧导航栏 -->
  130. <!-- <view class="indexBar" :style="[{height:'calc(100vh - ' + CustomBar + 'px - 50px)'}]">
  131. <view class="indexBar-box" @touchstart="tStart" @touchend="tEnd" @touchmove.stop="tMove">
  132. <view class="indexBar-item" v-for="(item,index) in list" :key="index" :id="index" @touchstart="getCur" @touchend="setCur"> {{item.name}}</view>
  133. </view>
  134. </view> -->
  135. <!--选择显示 keyword-->
  136. <view v-show="!hidden" class="indexToast">
  137. <!-- {{listCur}} -->
  138. </view>
  139. </view>
  140. </scroll-view>
  141. <initial ref="initial"></initial>
  142. </view>
  143. </template>
  144. <script>
  145. import pinyin from './index.js';
  146. import initial from './InitializeThe.vue';
  147. import res from '../../../common/data.json';
  148. import drawer from '../../../components/drawer/threeLineDrawer.vue'
  149. import plusDrawer from '../../../components/drawer/plusDrawer.vue';
  150. import mine from '../../../components/mine/Mine.vue';
  151. import chatindex from '../../../components/mine/chat/Chatindex.vue';
  152. export default {
  153. components: {
  154. initial: initial,
  155. drawer: drawer,
  156. plusDrawer: plusDrawer,
  157. mine:mine,
  158. chatindex:chatindex
  159. },
  160. data() {
  161. return {
  162. userid:'',
  163. lastUserName:'',
  164. StatusBar: this.StatusBar,
  165. CustomBar: this.CustomBar,
  166. listCurID: '',
  167. list: [],
  168. listCur: '',
  169. send:'1',
  170. receive:'2',
  171. hidden: true,
  172. play:true,
  173. sendname:'ming',
  174. receivename:'fang',
  175. search:'',
  176. timer: null,
  177. userList:{
  178. id:'',
  179. nickname:'',
  180. password:'',
  181. remak1:'',
  182. username:'',
  183. remak2:'',
  184. },
  185. biaos:2,
  186. socketTask_getUserList:'',
  187. inconList:["form","favor","question","edit"],
  188. drawerList: [
  189. {"name":"聊天通讯"},
  190. ],
  191. leftNavigationtitle:'我的功能分组',
  192. badge: 22,
  193. address: '',
  194. modalName:null,
  195. plusDrawerList: [],
  196. toggleid:12,
  197. plusDrawerList: [
  198. {
  199. name: '宁夏新能源公司',
  200. windPowerStationId: 'NINGXIAXINNENGYUANGONGSI'
  201. },
  202. {
  203. name: '牛首山风电场',
  204. windPowerStationId: 'NSS_FDC'
  205. },
  206. {
  207. name: '香山风电场',
  208. windPowerStationId: 'XS_FDC'
  209. },
  210. {
  211. name: '石板泉风电场',
  212. windPowerStationId: 'SBQ_FDC'
  213. },
  214. {
  215. name: '青山风电场',
  216. windPowerStationId: 'QS_FDC'
  217. },
  218. {
  219. name: '麻黄山风电场',
  220. windPowerStationId: 'MHS_FDC'
  221. }
  222. ],
  223. judge:true,
  224. };
  225. },
  226. created: function() {
  227. this.getUserList();
  228. this.drawerList=uni.getStorageSync('leftlist5');
  229. /* this.pinyin(); */
  230. },
  231. onLoad() {
  232. this.getUserList();
  233. let list = [{}];
  234. for (let i = 0; i < 26; i++) {
  235. list[i] = {};
  236. list[i].name = String.fromCharCode(65 + i);
  237. }
  238. this.list = list;
  239. this.listCur = list[0];
  240. },
  241. onHide() {
  242. this.$refs.drawer.closeDrawer();
  243. this.hideModal();
  244. },
  245. onReady() {
  246. let that = this;
  247. /* uni.createSelectorQuery().select('.indexBar-box').boundingClientRect(function(res) {
  248. that.boxTop = res.top
  249. }).exec();
  250. uni.createSelectorQuery().select('.indexes').boundingClientRect(function(res) {
  251. that.barTop = res.top
  252. }).exec(); */
  253. /*
  254. this.pinyin(); */
  255. },
  256. computed: {
  257. backStageIp: function() {
  258. return this.$store.state.wholeSituationBackStageIp;
  259. },
  260. backStagePort: function() {
  261. return this.$store.state.wholeSituationBackStagePort;
  262. },
  263. windpowerstationNameToId: function() {
  264. return this.$store.state.windpowerstationNameToId;
  265. },
  266. userListData: function() {
  267. var search = this.search;
  268. if(!this.search){
  269. return [];
  270. }
  271. else if (search) {
  272. return this.userList.filter(function(userList) {
  273. return Object.keys(userList).some(function(key) {
  274. return String(userList[key]).toLowerCase().indexOf(search) > -1
  275. })
  276. })
  277. }
  278. return this.products;
  279. },
  280. hasNoData () {
  281. return !this.list.length
  282. }
  283. },
  284. methods: {
  285. showModal(e) {
  286. this.modalName = e.currentTarget.dataset.target;
  287. this.$refs.plusDrawer.showModal(this.plusDrawerList, this.modalName);
  288. },
  289. hideModal() {
  290. this.modalName = null;
  291. this.$refs.plusDrawer.hideModal(this.modalName);
  292. },
  293. falseLogin: function() {
  294. this.removeUsernamePassword();
  295. uni.navigateTo({
  296. url: '/components/login/Login'
  297. });
  298. },
  299. openDrawer: function() {
  300. if(this.$refs.drawer != undefined){
  301. this.$refs.drawer.openDrawer(250, this.drawerList, this.inconList,this.leftNavigationtitle);
  302. }else{
  303. }
  304. },
  305. closeDrawer: function() {
  306. this.drawerIsShow = false;
  307. },
  308. viewUserid: function() {
  309. this.plusDrawerList=uni.getStorageSync('plusList');
  310. },
  311. monitoringAuthority: function() {
  312. this.drawerList=uni.getStorageSync('leftlist5');
  313. },
  314. go(userid,lastUserName,nickname,id,bool){
  315. let _this=this;
  316. /* if(bool==0){
  317. window.location.href="https://192.168.1.102:4397/websocket/usercontroller/viewoffline?send="+userid+"&receive="+id+"&sendname="+lastUserName+"&receivename="+nickname;
  318. }
  319. if(bool==1){
  320. window.location.href="https://192.168.1.102:4397/websocket/usercontroller/view?send="+userid+"&receive="+id+"&sendname="+lastUserName+"&receivename="+nickname;
  321. } */
  322. this.child(id,bool);
  323. /*
  324. let _this=this;
  325. if(bool==0){
  326. window.location.href="https://192.168.1.102:4397/websocket/usercontroller/viewoffline?send="+userid+"&receive="+id+"&sendname="+lastUserName+"&receivename="+nickname;
  327. }
  328. if(bool==1){
  329. window.location.href="https://192.168.1.102:4397/websocket/usercontroller/view?send="+userid+"&receive="+id+"&sendname="+lastUserName+"&receivename="+nickname;
  330. }
  331. */
  332. },
  333. child(id){
  334. this.$refs.initial.childMethod(id);
  335. this.judge = false;
  336. },
  337. accordingOut(){
  338. this.play=true;
  339. this.search='';
  340. },
  341. accordingTo(){
  342. this.play=false;
  343. },
  344. pinyin(str){
  345. var l = pinyin.getSpell(str).substring(0,1);
  346. console.log(l);
  347. },
  348. /* handleCityClick (city) {
  349. this.changeCity(city)
  350. this.$router.push('/')
  351. }, */
  352. closeFrame: function() {
  353. this.count = this.count + 1;
  354. if (this.isFrameShow) {
  355. this.isFrameShow = false;
  356. this.sanJiao = 'sanJiaoDown';
  357. }
  358. },
  359. async getUserList() {
  360. let _this = this;
  361. // 创建一个this.socketTask对象【发送、接收、关闭socket都由这个对象操作】
  362. this.socketTask_getUserList = uni.connectSocket({
  363. // 【非常重要】必须确保你的服务器是成功的,如果是手机测试千万别使用ws://127.0.0.1:9099【特别容易犯的错误】
  364. url: 'ws://' + this.backStageIp + ':' + this.backStagePort + '/websocket/pageNumber_4/functionNumber_3/all',
  365. success(data) {
  366. console.log(data);
  367. }
  368. });
  369. /* let windpowerstationid = uni.getStorageSync('windpowerstationName'); */
  370. // 消息的发送和接收必须在正常连接打开中,才能发送或接收【否则会失败】
  371. this.socketTask_getUserList.onOpen(res => {
  372. console.log('WebSocket连接正常打开中...!');
  373. this.is_open_socket = true;
  374. // 注:只有连接正常打开中 ,才能正常收到消息
  375. this.socketTask_getUserList.onMessage(res => {
  376. console.log("收到服务器内容:" + res.data);
  377. /* _this.windpowerstationdetail.getUserList = JSON.parse(res.data); */
  378. _this.userList = JSON.parse(res.data);
  379. _this.lastUserName = uni.getStorageSync('gyeeusername');
  380. _this.userid = uni.getStorageSync('userid');
  381. });
  382. });
  383. },
  384. //获取文字信息
  385. getCur(e) {
  386. this.hidden = false;
  387. this.listCur = this.list[e.target.id].name;
  388. },
  389. setCur(e) {
  390. this.hidden = true;
  391. this.listCur = this.listCur
  392. },
  393. //滑动选择Item
  394. tMove(e) {
  395. let y = e.touches[0].clientY,
  396. offsettop = this.boxTop,
  397. that = this;
  398. //判断选择区域,只有在选择区才会生效
  399. if (y > offsettop) {
  400. let num = parseInt((y - offsettop) / 20);
  401. this.listCur = that.list[num].name
  402. };
  403. },
  404. //触发全部开始选择
  405. tStart() {
  406. this.hidden = false
  407. },
  408. //触发结束选择
  409. tEnd() {
  410. this.hidden = true;
  411. this.listCurID = this.listCur
  412. },
  413. indexSelect(e) {
  414. let that = this;
  415. let barHeight = this.barHeight;
  416. let list = this.list;
  417. let scrollY = Math.ceil(list.length * e.detail.y / barHeight);
  418. for (let i = 0; i < list.length; i++) {
  419. if (scrollY < i + 1) {
  420. that.listCur = list[i].name;
  421. that.movableY = i * 20
  422. return false
  423. }
  424. }
  425. }
  426. },
  427. }
  428. </script>
  429. <style>
  430. body {
  431. font-family: '方正兰亭细黑_GBK';
  432. font-size: 20px;
  433. color: silver;
  434. background: #000;
  435. }
  436. @font-face {
  437. font-family: '方正兰亭细黑_GBK';
  438. src: url(../../../static/fzltxh.TTF);
  439. }
  440. page {
  441. background-color: #1f1f1f;
  442. font-family: '方正兰亭细黑_GBK';
  443. overflow-x: hidden;
  444. }
  445. .indexes {
  446. position: relative;
  447. }
  448. .indexBar {
  449. position: fixed;
  450. right: 0px;
  451. bottom: 0px;
  452. padding: 20upx 20upx 20upx 60upx;
  453. display: flex;
  454. align-items: center;
  455. }
  456. .indexBar .indexBar-box {
  457. width: 40upx;
  458. height: auto;
  459. background: #fff;
  460. display: flex;
  461. flex-direction: column;
  462. box-shadow: 0 0 20upx rgba(0, 0, 0, 0.1);
  463. border-radius: 10upx;
  464. }
  465. .indexBar-item {
  466. flex: 1;
  467. width: 40upx;
  468. height: 40upx;
  469. display: flex;
  470. align-items: center;
  471. justify-content: center;
  472. font-size: 24upx;
  473. color: #888;
  474. }
  475. movable-view.indexBar-item {
  476. width: 40upx;
  477. height: 40upx;
  478. z-index: 9;
  479. position: relative;
  480. }
  481. movable-view.indexBar-item::before {
  482. content: "";
  483. display: block;
  484. position: absolute;
  485. left: 0;
  486. top: 10upx;
  487. height: 20upx;
  488. width: 4upx;
  489. background-color: #f37b1d;
  490. }
  491. .indexToast {
  492. position: fixed;
  493. top: 0;
  494. right: 80upx;
  495. bottom: 0;
  496. background: rgba(0, 0, 0, 0.5);
  497. width: 100upx;
  498. height: 100upx;
  499. border-radius: 10upx;
  500. margin: auto;
  501. color: #fff;
  502. line-height: 100upx;
  503. text-align: center;
  504. font-size: 48upx;
  505. }
  506. .bg-white{
  507. background-color: #242424;
  508. }
  509. .cu-list,.menu-avatar>.cu-item {
  510. background-color: #242424;
  511. }
  512. .cu-avatar{
  513. height: 20px;
  514. width: 20px;
  515. }
  516. .mar_t{
  517. margin-top: 50px;
  518. }
  519. .text-grey{
  520. margin-top: -10px;
  521. }
  522. .plus {
  523. width: 30px;
  524. height: 45px;
  525. float: right;
  526. color: white;
  527. font-size: 35px;
  528. line-height: 45px;
  529. text-align: right;
  530. margin-right: 2.5%;
  531. }
  532. .top {
  533. width: 100%;
  534. height: 130upx;
  535. padding-top: 5upx;
  536. background-color: #1f1f1f;
  537. position: fixed;
  538. top: 0px;
  539. left: 0px;
  540. z-index: 100;
  541. }
  542. .threeLine {
  543. width: 50px;
  544. height: 45px;
  545. float: left;
  546. }
  547. .text {
  548. width: calc(100% - 100px);
  549. height: 45px;
  550. float: left;
  551. user-select: text;
  552. -webkit-user-select: text;
  553. -moz-user-select: text;
  554. -ms-user-select: text;
  555. color: silver;
  556. line-height: 45px;
  557. margin-top: 11px;
  558. font-size: 18px;
  559. }
  560. .DrawerPage {
  561. position: fixed;
  562. width: 100vw;
  563. height: 100vh;
  564. left: 0vw;
  565. background-color: #1f1f1f;
  566. transition: all 0.4s;
  567. }
  568. .DrawerPage.show {
  569. transform: scale(0.9, 0.9);
  570. left: 85vw;
  571. box-shadow: 0 0 60upx rgba(0, 0, 0, 0.2);
  572. transform-origin: 0;
  573. }
  574. .DrawerPage .cu-bar.tabbar .action button.cuIcon {
  575. width: 64upx;
  576. height: 64upx;
  577. line-height: 64upx;
  578. margin: 0;
  579. display: inline-block;
  580. }
  581. .DrawerPage .cu-bar.tabbar .action .cu-avatar {
  582. margin: 0;
  583. }
  584. .DrawerPage .nav {
  585. flex: 1;
  586. }
  587. .DrawerPage .nav .cu-item.cur {
  588. border-bottom: 0;
  589. position: relative;
  590. }
  591. .DrawerPage .nav .cu-item.cur::after {
  592. content: '';
  593. width: 10upx;
  594. height: 10upx;
  595. background-color: currentColor;
  596. position: absolute;
  597. bottom: 10upx;
  598. border-radius: 10upx;
  599. left: 0;
  600. right: 0;
  601. margin: auto;
  602. }
  603. .DrawerPage .cu-bar.tabbar .action {
  604. flex: initial;
  605. }
  606. </style>