home.vue 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161
  1. <template>
  2. <view class="container">
  3. <van-popup :show="isShowLeft" position="left" @close="handleCloseLeft">
  4. <view class="left-box">
  5. <image src="/static/resource/images/111.png" class="left-background"></image>
  6. <view class="head-left-box flex-row">
  7. <image :src="userInfo.type == 'group' && userInfo.info.headimg ? userInfo.info.headimg : '/static/resource/images/logo.png'" class="head-left-img"></image>
  8. <view style="text-align: left">
  9. <view class="name-text">{{ userInfo.info.name }}</view>
  10. <button class="quit-button" @tap="bindQuit">注销</button>
  11. <view class="version-no">v{{ verson_no }}</view>
  12. </view>
  13. </view>
  14. <view class="flex-row flex-between" @tap="bindSmsAlarm">
  15. <view class="left-view-item flex-row">
  16. <image src="http://qiniu.bms16.com/gps/money.png" class="left-img"></image>
  17. <view class="left-text">短信报警</view>
  18. </view>
  19. <view class="gold-view">{{ coin / 100 }}币</view>
  20. </view>
  21. <button class="left-item flex-row" @tap="bindDevice">
  22. <image src="/static/resource/images/guanli.png" class="left-img"></image>
  23. <view class="left-text">设备管理</view>
  24. </button>
  25. <view v-if="notice" style="position: relative">
  26. <button class="left-item flex-row" @tap="bindNotice">
  27. <image src="/static/resource/images/xiaoxi.png" class="left-img"></image>
  28. <view class="left-text">消息通知</view>
  29. </button>
  30. <image :src="noticeStatus ? '/static/resource/images/kaiqi.png' : '/static/resource/images/guanbi.png'" class="notice-img" @tap="bindSetNotice"></image>
  31. </view>
  32. <button v-if="macid" class="left-item flex-row" @tap="bindCredit">
  33. <image src="/static/resource/images/chongzhi.png" class="left-img"></image>
  34. <view class="left-text">续费充值</view>
  35. </button>
  36. <button class="left-item flex-row" @tap="bindWillExpire">
  37. <image src="/static/resource/images/willExpire.png" class="left-img"></image>
  38. <view class="left-text">即将到期</view>
  39. </button>
  40. </view>
  41. </van-popup>
  42. <view class="top-container">
  43. <view class="head-box flex-row">
  44. <image src="/static/resource/images/touxiang@3x.png" class="head-img" mode="widthFix" @tap="bindMy"></image>
  45. <view class="status-box flex-row">
  46. <view v-if="deviceInfo.online == 1" class="status-item flex-row">
  47. <image src="/static/resource/images/xianzhong@3x.png" class="status-img" mode="widthFix"></image>
  48. <view class="status-text">设备在线</view>
  49. </view>
  50. <view v-else class="status-item flex-row">
  51. <image src="/static/resource/images/weixianzhong@3x.png" class="status-img" mode="widthFix"></image>
  52. <view class="status-text">设备离线</view>
  53. </view>
  54. <!--view class="status-item flex-row">
  55. <image src="/resource/images/xianzhong@3x.png" class="status-img" mode="widthFix"></image>
  56. <view class="status-text">
  57. 手机在线
  58. </view>
  59. </view-->
  60. <view v-if="bt_status == 1" class="status-item flex-row" @tap="bluetoothClose">
  61. <image src="/static/resource/images/xianzhong@3x.png" class="status-img" mode="widthFix"></image>
  62. <view class="status-text">蓝牙连接</view>
  63. </view>
  64. <view v-if="bt_status == 2" class="status-item flex-row" @tap="bluetoothConnect">
  65. <image src="/static/resource/images/weixianzhong@3x.png" class="status-img" mode="widthFix"></image>
  66. <view class="status-text">蓝牙断开</view>
  67. </view>
  68. </view>
  69. </view>
  70. <view class="device-box flex-row flex-between">
  71. <view class="device-view" :data-gid="macid" @tap="bindDevice">
  72. <view v-if="macid" class="device-text">设备 {{ macid }}</view>
  73. <view v-else class="device-text">请选择设备</view>
  74. </view>
  75. <view>
  76. <image
  77. src="/static/resource/images/shuaxin.png"
  78. class="load-img"
  79. :style="loading ? 'animation:loading 0.8s linear infinite;' : ''"
  80. @tap="loadDeviceInfo"
  81. ></image>
  82. </view>
  83. <!-- <view>
  84. <image src="/resource/images/shuaxin.png" class="load-img"
  85. style="{{ loading ? 'animation:loading 0.8s linear infinite;' : '' }}" bindtap="refreshBluetooth"></image>
  86. </view> -->
  87. <!--view class="sky-view">
  88. <view class="sky-text" style="font-size:28rpx;">
  89. 32℃
  90. </view>
  91. <view class="sky-text">
  92. 多云转晴
  93. </view>
  94. </view-->
  95. </view>
  96. <view class="main-box">
  97. <view class="main-img">
  98. <image src="/static/resource/images/daquan.png" class="main-img"></image>
  99. <view class="main-text">
  100. {{
  101. btInfo.quantity
  102. ? tools.toFixed(btInfo.quantity, 0)
  103. : bmsInfo.state
  104. ? tools.toFixed(bmsInfo.state.soc, 0)
  105. : tools.toFixed(deviceInfo.quantity, 0)
  106. ? tools.toFixed(deviceInfo.quantity, 0)
  107. : '0'
  108. }}%
  109. </view>
  110. <view
  111. v-if="(bmsInfo.state && bmsInfo.chargeState >= 0 && bmsInfo.chargeState <= 2) || (btInfo && btInfo.chargeState >= 0 && btInfo.chargeState <= 2)"
  112. class="main-status"
  113. >
  114. <image src="/static/resource/images/chongdianzhong.png" class="chongdian-img"></image>
  115. <view class="main-status-text">
  116. <block v-if="btInfo && btInfo.chargeState >= 0">
  117. <text v-if="btInfo.chargeState == 0">静止</text>
  118. <text v-else-if="btInfo.chargeState == 1">充电中</text>
  119. <text v-else-if="btInfo.chargeState == 2">放电中</text>
  120. <!-- <text wx:else>未知</text> -->
  121. </block>
  122. <block v-else-if="bmsInfo.state">
  123. <text v-if="bmsInfo.state.chargeState == 0">静止</text>
  124. <text v-else-if="bmsInfo.state.chargeState == 1">充电中</text>
  125. <text v-else-if="bmsInfo.state.chargeState == 2">放电中</text>
  126. <!-- <text wx:else>未知</text> -->
  127. </block>
  128. <!-- {{ btInfo.chargeState ? (btInfo.chargeState == 1 ? "充电中" : (btInfo.chargeState == 2 ? "放电中" : "静止")) : (bmsInfo.state ? (bmsInfo.state.chargeState == 1 ? "充电中" : (bmsInfo.state.chargeState == 2 ? "放电中" : "静止")) : (deviceInfo.chargeState == 1 ? "充电中" : (deviceInfo.chargeState == 0 ? "未充电" : "未知"))) }} -->
  129. </view>
  130. </view>
  131. </view>
  132. </view>
  133. <view v-if="bms" class="bms-box" @tap="bindToBMS">
  134. <view class="bms-text">BMS</view>
  135. <image src="/static/resource/images/fanhui.png" class="bms-img"></image>
  136. </view>
  137. <!-- BTJYWJT -->
  138. <view
  139. v-if="macid && isBtj && (deviceInfo.device_type == 'FMBMS' || deviceInfo.device_type == 'BTJYWJT' || deviceInfo.device_type == 'FMYWJT')"
  140. class="emergency-starting"
  141. @tap="bindEmergencyStarting"
  142. >
  143. <view class="alarm-text">应急启动</view>
  144. </view>
  145. <view v-if="macid" class="alarm-box" @tap="bindAlarm">
  146. <image src="/static/resource/images/baojin2.png" class="bms-img"></image>
  147. <view class="alarm-text">报警</view>
  148. </view>
  149. </view>
  150. <view class="status-container">
  151. <image src="/static/resource/images/card.png" class="stat-img"></image>
  152. <view class="stat-box">
  153. <view class="stat-item">
  154. <view class="stat-name">总电压</view>
  155. <view class="stat-value">
  156. {{
  157. btInfo.voltage
  158. ? tools.toFixed(btInfo.voltage, 2)
  159. : bmsInfo.state
  160. ? tools.toFixed(bmsInfo.state.voltageAll, 1)
  161. : deviceInfo.voltage
  162. ? tools.toFixed(deviceInfo.voltage, 2)
  163. : '0'
  164. }}
  165. </view>
  166. <view class="stat-tip">(V)</view>
  167. </view>
  168. <view class="stat-item" @tap="bindMileage">
  169. <view class="stat-name">当日里程</view>
  170. <view class="stat-value">
  171. {{ deviceInfo.day_mil ? tools.toFixed(deviceInfo.day_mil, 1) : '0' }}
  172. </view>
  173. <view class="stat-tip">(km)</view>
  174. </view>
  175. <view class="stat-item">
  176. <view class="stat-name">停留时间</view>
  177. <view class="stat-value">
  178. {{ deviceInfo.heart_time && deviceInfo.heart_time - deviceInfo.gps_time > 0 ? tools.formatSeconds(deviceInfo.heart_time - deviceInfo.gps_time)[0] : '0' }}
  179. </view>
  180. <view class="stat-tip">
  181. ({{
  182. deviceInfo.heart_time && deviceInfo.heart_time - deviceInfo.gps_time > 0 ? tools.formatSeconds(deviceInfo.heart_time - deviceInfo.gps_time)[1] : '秒'
  183. }})
  184. </view>
  185. </view>
  186. <view v-if="bmsInfo.state" class="stat-item">
  187. <view class="stat-name">电池温度</view>
  188. <view v-if="bmsInfo.third_device_type != 'KYYWJT'" class="stat-value">
  189. {{ btInfo.temp ? btInfo.temp : bmsInfo.state.temp[0] ? tools.toFixed(bmsInfo.state.temp[0], 1) : '未知' }}
  190. </view>
  191. <view class="stat-value" v-else>
  192. {{ btInfo.temp ? btInfo.temp : tools.toFixed(bmsInfo.state.temp[0], 1) }}
  193. </view>
  194. <view class="stat-tip">(℃)</view>
  195. </view>
  196. </view>
  197. </view>
  198. <view class="map-container">
  199. <view class="map-box">
  200. <view class="map-top">
  201. <view class="map-top-box">
  202. <view class="map-top-text">GPS</view>
  203. <view :class="gps > 0 ? 'map-top-i' : 'map-top-n'" />
  204. <view :class="gps > 1 ? 'map-top-i' : 'map-top-n'" />
  205. <view :class="gps > 2 ? 'map-top-i' : 'map-top-n'" />
  206. <view :class="gps > 3 ? 'map-top-i' : 'map-top-n'" />
  207. <view :class="gps > 4 ? 'map-top-i' : 'map-top-n'" />
  208. </view>
  209. <view class="map-top-box">
  210. <view class="map-top-text">GSM</view>
  211. <view :class="gsm > 0 ? 'map-top-i' : 'map-top-n'" />
  212. <view :class="gsm > 1 ? 'map-top-i' : 'map-top-n'" />
  213. <view :class="gsm > 2 ? 'map-top-i' : 'map-top-n'" />
  214. <view :class="gsm > 3 ? 'map-top-i' : 'map-top-n'" />
  215. <view :class="gsm > 4 ? 'map-top-i' : 'map-top-n'" />
  216. </view>
  217. </view>
  218. <map
  219. id="myMap"
  220. style="width: 100%; height: 100%"
  221. :enable-zoom="false"
  222. :enable-scroll="false"
  223. :longitude="deviceInfo.longitude"
  224. :latitude="deviceInfo.latitude"
  225. :markers="[{ id: 1, latitude: deviceInfo.latitude, longitude: deviceInfo.longitude, iconPath: '/static/resource/images/weizhi2.png', width: 45, height: 45 }]"
  226. @tap="bindLocal"
  227. @markertap="bindMarkertasp"
  228. >
  229. <view v-if="addr" class="map-addr">
  230. <image src="/static/resource/images/dingwei.png" class="addr-img"></image>
  231. <view class="addr-text">
  232. {{ addr }}
  233. </view>
  234. </view>
  235. </map>
  236. </view>
  237. </view>
  238. <view>
  239. <!-- #ifdef MP-WEIXIN -->
  240. <!-- [miniprogram-to-uniapp] 公众号关注组件 仅微信小程序支持 -->
  241. <official-account></official-account>
  242. <!-- #endif -->
  243. <!-- #ifndef MP-WEIXIN -->
  244. <!-- #endif -->
  245. </view>
  246. </view>
  247. </template>
  248. <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
  249. <script>
  250. // pages/index/index.js
  251. var config = require('../../common/config.js');
  252. var helpConfig = require('../../common/help_config.js');
  253. var http = require('../../common/http.js');
  254. var common = require('../../common/common.js');
  255. var storage = require('../../common/storage.js');
  256. var bluetooth = require('../../common/bluetooth.js');
  257. var QQMapWX = require('../../libs/qqmap-wx-jssdk.js');
  258. var qqmapsdk;
  259. var joinPack = [];
  260. export default {
  261. data() {
  262. return {
  263. macid: '',
  264. deviceInfo: {
  265. online: 0,
  266. device_type: '',
  267. voltage: false,
  268. day_mil: false,
  269. heart_time: '',
  270. gps_time: 0,
  271. longitude: '',
  272. latitude: ''
  273. },
  274. bmsInfo: {
  275. state: false,
  276. chargeState: 0,
  277. third_device_type: ''
  278. },
  279. bms: false,
  280. gps: 0,
  281. gsm: 0,
  282. addr: '',
  283. isShowLeft: false,
  284. userInfo: {
  285. type: '',
  286. info: {
  287. headimg: '',
  288. name: ''
  289. }
  290. },
  291. notice: false,
  292. noticeStatus: false,
  293. loading: false,
  294. bt_status: 0,
  295. btInfo: {
  296. quantity: false,
  297. chargeState: 0,
  298. voltage: false,
  299. temp: false
  300. },
  301. coin: 0,
  302. display_bms: true,
  303. verson_no: '',
  304. baud: '',
  305. isBtj: false,
  306. isShowModal: false
  307. };
  308. }
  309. /**
  310. * 生命周期函数--监听页面加载
  311. */,
  312. onLoad: function (options) {
  313. qqmapsdk = new QQMapWX({
  314. key: config.QQ_MAP_KEY
  315. });
  316. this.setData({
  317. verson_no: config.APP_VERSION
  318. });
  319. // const accountInfo = uni.getAccountInfoSync();
  320. // if (accountInfo.miniProgram.appId == 'wx092db752b69b47f5') {
  321. // this.setData({
  322. // isBtj: true
  323. // });
  324. // }
  325. const userInfo = storage.getUserInfo();
  326. if (userInfo) {
  327. bluetooth.initBluetooth();
  328. common.bluetoothGetCtlData();
  329. this.loadUserInfo();
  330. this.loadIsWillExpireDevice();
  331. this.loadUpdateNotice();
  332. }
  333. },
  334. onReady: function () {},
  335. onUnload: function () {
  336. //this.bluetoothClose()
  337. },
  338. /**
  339. * 生命周期函数--监听页面显示
  340. */
  341. onShow: function () {
  342. const userInfo = storage.getUserInfo();
  343. if (userInfo) {
  344. this.loadGetCoin();
  345. this.loadDeviceInfo();
  346. this.loadNotice();
  347. }
  348. },
  349. /**
  350. * 用户点击右上角分享
  351. */
  352. onShareAppMessage: function () {},
  353. /**
  354. * 页面相关事件处理函数--监听用户下拉动作
  355. */
  356. onPullDownRefresh: function () {
  357. this.loadDeviceInfo();
  358. this.loadNotice();
  359. },
  360. onReachBottom: function () {},
  361. methods: {
  362. loadUpdateNotice: function () {
  363. var current_version = 1;
  364. var get_version_current = storage.getNoticeVersion();
  365. if (get_version_current !== current_version) {
  366. uni.showModal({
  367. title: '新增短信报警提醒功能',
  368. content: '点击我的头像->短信报警',
  369. showCancel: false,
  370. success: function (res) {
  371. if (res.confirm) {
  372. //这里是点击了确定以后
  373. } else {
  374. //这里是点击了取消以后
  375. }
  376. }
  377. });
  378. storage.setNoticeVersion(current_version);
  379. }
  380. },
  381. bluetoothClose: function () {
  382. if (this.loading) {
  383. return;
  384. }
  385. const device = storage.getSelectedDeviceInfo();
  386. this.setData({
  387. loading: true
  388. });
  389. var time = new Date().getTime();
  390. bluetooth.closeDevice(
  391. device.mac_id,
  392. () => {
  393. this.setData({
  394. bt_status: 2
  395. });
  396. setTimeout(() => {
  397. this.setData({
  398. loading: false
  399. });
  400. }, 800 - ((new Date().getTime() - time) % 800));
  401. },
  402. () => {
  403. setTimeout(() => {
  404. this.setData({
  405. loading: false
  406. });
  407. }, 800 - ((new Date().getTime() - time) % 800));
  408. }
  409. );
  410. bluetooth.offCharacteristicStateChange(device.mac_id, 'home');
  411. bluetooth.offConnectionStateChange(device.mac_id, 'home');
  412. },
  413. bluetoothConnect: function (time = null) {
  414. if (this.loading && time == null) {
  415. return;
  416. }
  417. const device = storage.getSelectedDeviceInfo();
  418. if (device && bluetooth.acceptDevice(device)) {
  419. this.setData({
  420. loading: true
  421. });
  422. if (time == null) {
  423. time = new Date().getTime();
  424. }
  425. bluetooth.openBluetoothAdapter(
  426. (res) => {
  427. console.log(res);
  428. bluetooth.connectDevice(
  429. device,
  430. () => {
  431. this.setData({
  432. bt_status: 1
  433. });
  434. bluetooth.onCharacteristicStateChange(device.mac_id, 'home', (data) => {
  435. this.processBluetoothReceiveData(data, device);
  436. });
  437. bluetooth.onConnectionStateChange(device.mac_id, 'home', (res) => {
  438. if (!res.connected) {
  439. this.setData({
  440. bt_status: 2
  441. });
  442. } else {
  443. this.setData({
  444. bt_status: 1
  445. });
  446. }
  447. });
  448. common.bluetoothBaud(device, bluetooth, (res) => {
  449. console.log("波特率"+res);
  450. this.setData({
  451. baud: res
  452. });
  453. });
  454. bluetooth.stateUpdate(
  455. device.mac_id,
  456. (res) => {},
  457. (res) => {}
  458. );
  459. setTimeout(() => {
  460. this.setData({
  461. loading: false
  462. });
  463. }, 800 - ((new Date().getTime() - time) % 800));
  464. },
  465. (res) => {
  466. console.log(res);
  467. uni.showModal({
  468. content: '连接设备失败,请靠近设备重试',
  469. confirmText: '重试',
  470. success: (res) => {
  471. if (res.confirm) {
  472. this.bluetoothConnect(time);
  473. } else {
  474. setTimeout(() => {
  475. this.setData({
  476. loading: false
  477. });
  478. }, 800 - ((new Date().getTime() - time) % 800));
  479. }
  480. },
  481. fail: (res) => {
  482. console.log(res);
  483. setTimeout(() => {
  484. this.setData({
  485. loading: false
  486. });
  487. }, 800 - ((new Date().getTime() - time) % 800));
  488. }
  489. });
  490. }
  491. );
  492. },
  493. (res) => {
  494. console.log(res);
  495. uni.showModal({
  496. content: '需使用手机蓝牙功能,请打开蓝牙',
  497. confirmText: '重试',
  498. success: (res) => {
  499. if (res.confirm) {
  500. this.bluetoothConnect(time);
  501. } else {
  502. setTimeout(() => {
  503. this.setData({
  504. loading: false
  505. });
  506. }, 800 - ((new Date().getTime() - time) % 800));
  507. }
  508. },
  509. fail: (res) => {
  510. console.log(res);
  511. setTimeout(() => {
  512. this.setData({
  513. loading: false
  514. });
  515. }, 800 - ((new Date().getTime() - time) % 800));
  516. }
  517. });
  518. }
  519. );
  520. }
  521. },
  522. loadNotice: function () {
  523. // uni.login({
  524. // success: (res) => {
  525. // http.postApi(
  526. // config.API_XCX_NOTICE,
  527. // {
  528. // code: res.code
  529. // },
  530. // (resp) => {
  531. // if (resp.data.code === 200) {
  532. // this.setData({
  533. // notice: true,
  534. // noticeStatus: resp.data.data.status
  535. // });
  536. // }
  537. // }
  538. // );
  539. // }
  540. // });
  541. },
  542. loadBmsData() {
  543. const deviceInfo = storage.getSelectedDeviceInfo();
  544. if (deviceInfo) {
  545. }
  546. },
  547. loadQuantityReponse(macid, voltage) {
  548. var postData = {
  549. macid: macid,
  550. voltage: voltage
  551. };
  552. http.postApi(config.API_ELE_QUANTITY, postData, (resp) => {
  553. if (resp.data.code === 200) {
  554. var electric_quantity = resp.data.data.electric_quantity;
  555. var btInfo = this.btInfo;
  556. var deviceInfo = this.deviceInfo;
  557. var bmsInfo = this.bmsInfo;
  558. bmsInfo = {
  559. state: {
  560. soc: 0
  561. }
  562. };
  563. bmsInfo.state.soc = electric_quantity;
  564. btInfo.quantity = electric_quantity;
  565. deviceInfo.quantity = electric_quantity;
  566. this.setData({
  567. btInfo: btInfo,
  568. deviceInfo: deviceInfo,
  569. bmsInfo: bmsInfo
  570. });
  571. console.log(this.btInfo);
  572. }
  573. });
  574. },
  575. refreshBluetooth() {
  576. const device = storage.getSelectedDeviceInfo();
  577. bluetooth.stateUpdate(
  578. device.mac_id,
  579. (res) => {},
  580. (res) => {}
  581. );
  582. },
  583. loadDeviceInfo: function () {
  584. const deviceInfo = storage.getSelectedDeviceInfo();
  585. if (deviceInfo) {
  586. this.setData({
  587. loading: true
  588. });
  589. http.postApi(
  590. config.API_GPS_INFO,
  591. {
  592. macid: deviceInfo.mac_id
  593. },
  594. (resp) => {
  595. //wx.hideLoading()
  596. if (resp.data.code === 200) {
  597. this.setData({
  598. macid: deviceInfo.mac_id,
  599. deviceInfo: resp.data.data.info,
  600. gps: resp.data.data.info.gpscount,
  601. gsm: parseInt(resp.data.data.info.online) === 0 ? 0 : resp.data.data.info.gsmlevel <= 15 ? 3 : resp.data.data.info.gsmlevel > 18 ? 5 : 4
  602. });
  603. qqmapsdk.reverseGeocoder({
  604. location: {
  605. latitude: resp.data.data.info.latitude,
  606. longitude: resp.data.data.info.longitude
  607. },
  608. success: (res) => {
  609. const formatted_addresses = res.result.formatted_addresses;
  610. const address = res.result.address; // + formatted_addresses.recommend
  611. this.setData({
  612. addr: address
  613. });
  614. }
  615. });
  616. } else {
  617. if (bluetooth.acceptDevice(deviceInfo)) {
  618. this.setData({
  619. macid: deviceInfo.mac_id
  620. });
  621. } else {
  622. common.simpleToast(resp.data.msg);
  623. if (resp.data.code === 10044) {
  624. this.setData({
  625. macid: deviceInfo.mac_id
  626. });
  627. } else {
  628. storage.setSelectedDeviceInfo(null);
  629. this.setData({
  630. macid: '',
  631. deviceInfo: {},
  632. gps: 0,
  633. gsm: 0
  634. });
  635. }
  636. }
  637. }
  638. this.loadBluetooth(deviceInfo);
  639. }
  640. );
  641. this.loadBmsInfo();
  642. }
  643. },
  644. loadBluetooth(deviceInfo) {
  645. var time = new Date().getTime();
  646. if (bluetooth.acceptDevice(deviceInfo)) {
  647. if (this.bt_status != 1) {
  648. this.setData({
  649. bt_status: 2
  650. });
  651. bluetooth.openBluetoothAdapter(
  652. (res) => {
  653. bluetooth.connectDevice(
  654. deviceInfo,
  655. () => {
  656. this.setData({
  657. bt_status: 1
  658. });
  659. bluetooth.onCharacteristicStateChange(deviceInfo.mac_id, 'home', (data) => {
  660. this.processBluetoothReceiveData(data, deviceInfo);
  661. });
  662. bluetooth.onConnectionStateChange(deviceInfo.mac_id, 'home', (res) => {
  663. if (!res.connected) {
  664. this.setData({
  665. bt_status: 2
  666. });
  667. } else {
  668. this.setData({
  669. bt_status: 1
  670. });
  671. }
  672. });
  673. common.bluetoothBaud(deviceInfo, bluetooth, (res) => {
  674. this.setData({
  675. baud: res
  676. });
  677. });
  678. bluetooth.stateUpdate(
  679. deviceInfo.mac_id,
  680. (res) => {
  681. setTimeout(() => {
  682. this.setData({
  683. loading: false
  684. });
  685. }, 800 - ((new Date().getTime() - time) % 800));
  686. },
  687. (res) => {
  688. setTimeout(() => {
  689. this.setData({
  690. loading: false
  691. });
  692. }, 800 - ((new Date().getTime() - time) % 800));
  693. }
  694. );
  695. },
  696. (res) => {
  697. console.log(res);
  698. setTimeout(() => {
  699. this.setData({
  700. loading: false
  701. });
  702. }, 800 - ((new Date().getTime() - time) % 800));
  703. }
  704. );
  705. },
  706. (res) => {
  707. console.log(res);
  708. setTimeout(() => {
  709. this.setData({
  710. loading: false
  711. });
  712. }, 800 - ((new Date().getTime() - time) % 800));
  713. }
  714. );
  715. } else {
  716. bluetooth.stateUpdate(
  717. deviceInfo.mac_id,
  718. (res) => {
  719. setTimeout(() => {
  720. this.setData({
  721. loading: false
  722. });
  723. }, 800 - ((new Date().getTime() - time) % 800));
  724. },
  725. (res) => {
  726. setTimeout(() => {
  727. this.setData({
  728. loading: false
  729. });
  730. }, 800 - ((new Date().getTime() - time) % 800));
  731. }
  732. );
  733. }
  734. } else {
  735. setTimeout(() => {
  736. this.setData({
  737. loading: false
  738. });
  739. }, 800 - ((new Date().getTime() - time) % 800));
  740. }
  741. },
  742. bindEmergencyStarting() {
  743. uni.showModal({
  744. content: '您确定要下发应急启动吗?',
  745. confirmText: '确定',
  746. success: (res) => {
  747. if (res.confirm) {
  748. const deviceInfo = storage.getSelectedDeviceInfo();
  749. console.log(deviceInfo);
  750. var setcommand = '';
  751. if (deviceInfo.device_type == 'FMBMS' || deviceInfo.device_type == 'FMYWJT') {
  752. setcommand = '0xCE';
  753. } else {
  754. setcommand = '32_29';
  755. }
  756. const pData = {
  757. macid: deviceInfo.mac_id,
  758. name: setcommand,
  759. value: '1'
  760. };
  761. http.postApi(config.API_BMS_SET, pData, function (resp) {
  762. uni.hideLoading();
  763. if (resp.data.code === 200) {
  764. common.simpleToast('下发成功');
  765. } else {
  766. common.simpleToast(resp.data.msg);
  767. }
  768. });
  769. } else {
  770. me.setData({
  771. isShowModal: false
  772. });
  773. }
  774. },
  775. fail: (res) => {}
  776. });
  777. },
  778. processBluetoothReceiveData(data, deviceInfo) {
  779. if ('baud' in data) {
  780. common.bluetoothSetBaud(deviceInfo, data.baud, this.baud, bluetooth);
  781. return;
  782. }
  783. if (bluetooth.bluetoothDeviceConfig && data != null) {
  784. const me = this;
  785. common.reportBms(deviceInfo.mac_id, data, function (success) {
  786. me.loadBmsInfo();
  787. });
  788. }
  789. if (!bluetooth.haveBMSForBT(deviceInfo) && data.voltage !== undefined && !data.hasOwnProperty('quantity')) {
  790. if (bluetooth.isVoltageToEle) {
  791. common.getQVConfig(deviceInfo.mac_id, function (resp) {
  792. var hex = resp.data.data.content;
  793. if (hex != '') {
  794. bluetooth.voltageToEle(
  795. deviceInfo.mac_id,
  796. hex,
  797. (res) => {},
  798. (res) => {}
  799. );
  800. }
  801. });
  802. }
  803. this.loadQuantityReponse(deviceInfo.mac_id, data.voltage);
  804. }
  805. this.setData({
  806. btInfo: data
  807. });
  808. },
  809. loadUserInfo: function () {
  810. const userInfo = storage.getUserInfo();
  811. if (!userInfo) {
  812. http.postApi(config.API_USER_INFO, {}, (resp) => {
  813. if (resp.data.code === 200) {
  814. this.setData({
  815. userInfo: resp.data.data
  816. });
  817. storage.setUserInfo(resp.data.data);
  818. } else {
  819. common.simpleToast(resp.data.msg);
  820. }
  821. });
  822. } else {
  823. this.setData({
  824. userInfo: userInfo
  825. });
  826. }
  827. },
  828. loadBmsInfo: function () {
  829. const deviceInfo = storage.getSelectedDeviceInfo();
  830. if (deviceInfo) {
  831. //common.loading();
  832. const me = this;
  833. http.postApi(
  834. config.API_BMS_STATE,
  835. {
  836. macid: deviceInfo.mac_id
  837. },
  838. (resp) => {
  839. //wx.hideLoading()
  840. if (resp.data.code === 200) {
  841. this.setData({
  842. bms: true,
  843. bmsInfo: resp.data.data
  844. });
  845. if (me.userInfo.type != 'group') {
  846. if (me.bmsInfo.display_bms - 0 === 0) {
  847. me.setData({
  848. display_bms: false
  849. });
  850. }
  851. }
  852. } else {
  853. let havebms = bluetooth.haveBMSForBT(deviceInfo);
  854. this.setData({
  855. bms: havebms
  856. });
  857. }
  858. }
  859. );
  860. }
  861. },
  862. bindDevice(event) {
  863. const userInfo = storage.getUserInfo();
  864. if (userInfo) {
  865. var $this = this;
  866. var battery_sn = event.currentTarget.dataset.gid;
  867. uni.navigateTo({
  868. url: '/pages/device/device?macid=' + battery_sn
  869. });
  870. } else {
  871. uni.showModal({
  872. title: '',
  873. content: '您还未登录,请先登录',
  874. showCancel: true,
  875. cancelText: '取消',
  876. confirmText: '确定',
  877. success: function (res) {
  878. if (res.confirm) {
  879. uni.navigateTo({
  880. url: '/pages/login/login'
  881. });
  882. }
  883. }
  884. });
  885. }
  886. },
  887. bindMy() {
  888. const userInfo = storage.getUserInfo();
  889. if (userInfo) {
  890. this.setData({
  891. isShowLeft: true
  892. });
  893. } else {
  894. uni.showModal({
  895. title: '',
  896. content: '您还未登录,请先登录',
  897. showCancel: true,
  898. cancelText: '取消',
  899. confirmText: '确定',
  900. success: function (res) {
  901. if (res.confirm) {
  902. uni.navigateTo({
  903. url: '/pages/login/login'
  904. });
  905. }
  906. }
  907. });
  908. }
  909. },
  910. handleCloseLeft() {
  911. this.setData({
  912. isShowLeft: false
  913. });
  914. },
  915. bindToBMS: function () {
  916. const deviceInfo = storage.getSelectedDeviceInfo();
  917. uni.navigateTo({
  918. url:
  919. '/pages/bms/bms?macid=' +
  920. deviceInfo.mac_id +
  921. '&deviceType=' +
  922. deviceInfo.device_type +
  923. '&bt_type=' +
  924. deviceInfo.bt_type +
  925. '&bms=' +
  926. deviceInfo.bms +
  927. '&btid=' +
  928. deviceInfo.btid +
  929. '&btkey=' +
  930. deviceInfo.btkey,
  931. success: function (res) {},
  932. fail: function (res) {},
  933. complete: function (res) {}
  934. });
  935. },
  936. bindLocal: function (e) {
  937. // const deviceInfo = storage.getSelectedDeviceInfo()
  938. console.log(deviceInfo);
  939. const deviceInfo = this.deviceInfo;
  940. if (deviceInfo) {
  941. if (
  942. this.macid == '' ||
  943. common.isEmpty(deviceInfo.longitude + '') ||
  944. deviceInfo.longitude == '-' ||
  945. common.isEmpty(deviceInfo.latitude + '') ||
  946. deviceInfo.latitude == '-' ||
  947. deviceInfo.longitude == 0 ||
  948. deviceInfo.latitude == 0
  949. ) {
  950. common.simpleToast('该设备暂无位置信息');
  951. return;
  952. }
  953. uni.navigateTo({
  954. url: '/pages/deviceLocal/deviceLocal'
  955. });
  956. }
  957. },
  958. bindMarkertasp: function (e) {
  959. if (e.markerId == 1) {
  960. this.bindLocal();
  961. }
  962. },
  963. bindAlarm: function () {
  964. uni.navigateTo({
  965. url: '/pages/warnList/warnList?macid=' + this.macid,
  966. success: function (res) {},
  967. fail: function (res) {},
  968. complete: function (res) {}
  969. });
  970. },
  971. bindQuit: function () {
  972. var that = this;
  973. uni.showModal({
  974. title: '',
  975. content: '确定要注销吗?',
  976. showCancel: true,
  977. cancelText: '取消',
  978. confirmText: '确定',
  979. success: function (res) {
  980. if (res.confirm) {
  981. that.bluetoothClose();
  982. uni.clearStorage();
  983. uni.reLaunch({
  984. url: '/pages/login/login',
  985. success: function (res) {},
  986. fail: function (res) {},
  987. complete: function (res) {}
  988. });
  989. }
  990. }
  991. });
  992. },
  993. bindCredit: function () {
  994. uni.navigateTo({
  995. url: '/pages/credit/credit?macid=' + this.macid,
  996. success: function (res) {},
  997. fail: function (res) {},
  998. complete: function (res) {}
  999. });
  1000. },
  1001. bindWillExpire: function () {
  1002. uni.navigateTo({
  1003. url: '/pages/willExpire/willExpireDevice',
  1004. success: function (res) {},
  1005. fail: function (res) {},
  1006. complete: function (res) {}
  1007. });
  1008. },
  1009. bindNotice: function () {
  1010. uni.navigateTo({
  1011. url: '/pages/notice/notice',
  1012. success: function (res) {},
  1013. fail: function (res) {},
  1014. complete: function (res) {}
  1015. });
  1016. },
  1017. bindSetNotice: function () {
  1018. // common.loading();
  1019. // uni.login({
  1020. // success: (res) => {
  1021. // http.postApi(
  1022. // config.API_XCX_SET_NOTICE,
  1023. // {
  1024. // code: res.code,
  1025. // status: !this.noticeStatus
  1026. // },
  1027. // (resp) => {
  1028. // uni.hideLoading();
  1029. // if (resp.data.code === 200) {
  1030. // this.setData({
  1031. // noticeStatus: !this.noticeStatus
  1032. // });
  1033. // } else {
  1034. // common.simpleToast(resp.data.msg);
  1035. // }
  1036. // }
  1037. // );
  1038. // }
  1039. // });
  1040. },
  1041. loadIsWillExpireDevice: function () {
  1042. const that = this;
  1043. const pData = {
  1044. size: 1,
  1045. page: 1
  1046. };
  1047. http.postApi(config.API_RENEW_LIST, pData, (resp) => {
  1048. if (resp.data.code === 200) {
  1049. let count = resp.data.data.count;
  1050. let cancelBtnVisiable = resp.data.data.cancelBtnVisiable;
  1051. if (count > 0) {
  1052. var dateBegin = new Date().getTime();
  1053. var getTime = storage.getPopTime();
  1054. var runTime = ((dateBegin - getTime) / 1000).toFixed(0);
  1055. if (runTime > resp.data.data.timer * 60 * 60) {
  1056. storage.setPopTime(dateBegin);
  1057. const me = this;
  1058. const msg = '您有' + count + '台设备需要续费';
  1059. uni.showModal({
  1060. title: '提示',
  1061. content: msg,
  1062. showCancel: cancelBtnVisiable,
  1063. cancelText: '取消',
  1064. confirmText: '前往处理',
  1065. success: function (res) {
  1066. console.log(res);
  1067. if (res.confirm) {
  1068. uni.navigateTo({
  1069. url: '/pages/willExpire/willExpireDevice',
  1070. success: function (res) {},
  1071. fail: function (res) {},
  1072. complete: function (res) {}
  1073. });
  1074. }
  1075. },
  1076. fail: function (res) {},
  1077. complete: function (res) {}
  1078. });
  1079. }
  1080. }
  1081. }
  1082. });
  1083. },
  1084. bindMileage() {
  1085. if (this.macid == '') {
  1086. return;
  1087. }
  1088. uni.navigateTo({
  1089. url: '/pages/mileage/mileage?macid=' + this.macid,
  1090. success: function (res) {},
  1091. fail: function (res) {},
  1092. complete: function (res) {}
  1093. });
  1094. },
  1095. bindSmsAlarm() {
  1096. uni.navigateTo({
  1097. url: '/pages/smsAlarm/smsAlarm',
  1098. success: function (res) {},
  1099. fail: function (res) {},
  1100. complete: function (res) {}
  1101. });
  1102. },
  1103. loadGetCoin() {
  1104. const me = this;
  1105. http.postApi(config.API_GET_COIN, {}, function (resp) {
  1106. if (resp.data.code === 200) {
  1107. me.setData({
  1108. coin: resp.data.data.coin
  1109. });
  1110. }
  1111. });
  1112. }
  1113. }
  1114. };
  1115. </script>
  1116. <style>
  1117. @import './home.css';
  1118. </style>