searchDevice.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. <template>
  2. <view class="container">
  3. <view class="head-bar">
  4. <view class="search-container flex-row flex-between">
  5. <view class="search-btn flex-row" style="margin-right: 20rpx" @tap="scanCode">
  6. <image style="width: 40rpx; height: 40rpx" src="https://qiniu.bms16.com/Fn5mP9lHn-yq1rTxEOzf40sv7pd1"></image>
  7. </view>
  8. <view class="search-control flex-row flex-between">
  9. <input
  10. type="text"
  11. class="input-search"
  12. :value="seach_value"
  13. :confirm-type="$t('搜索')"
  14. :placeholder="$t('请输入')"
  15. placeholder-style="font-size: 12px;"
  16. @input="bindInputSearch"
  17. />
  18. </view>
  19. <view class="search-btn flex-row">
  20. <view class="btn-search" @tap="bindHandleSearch">{{$t('搜索')}}</view>
  21. <image v-if="userInfo.type == 'group'" @tap="bindGroupSearch" style="width: 40rpx; height: 40rpx" src="/static/resource/images/youjiantou.png"></image>
  22. </view>
  23. </view>
  24. </view>
  25. <view style="height: 55px"></view>
  26. <view class="batterylist-container">
  27. <view class="battery-item" v-for="(item, index) in deviceList" :key="index">
  28. <!-- > bindlongpress="bindLongTapBattery" -->
  29. <view class="batter-info-group flex-row" @tap="bindSelect" :data-index="index">
  30. <view class="battery-icon">
  31. <image class="battery-icon-img" :src="iconList[item.icon].normal"></image>
  32. </view>
  33. <view style="width: calc(100% - 145rpx); padding-left: 23rpx">
  34. <view class="battery-text flex-row flex-between">
  35. <view>{{$t('名称') +':' + item.name }}</view>
  36. </view>
  37. <view class="battery-text">{{ $t('编号') +':' + item.mac_id }}</view>
  38. <view class="battery-text">{{ $t('状态') +':' + item.expire == 1 ? $t('到期') : item.online == 1 ? $t('在线') : $t('离线') }}</view>
  39. <view class="battery-text">{{ $t('时间') +':' + tools.formatTime(item.gps_time) }}</view>
  40. <!--view class="battery-info flex-row flex-between">
  41. <view class="no-class battery-info-left" data-macid="{{item.mac_id}}">
  42. <view class="battery-macid">IMEI:{{item.mac_id}}</view>
  43. <view class="battery-macid">
  44. <view class="flex-row flex-between" style="margin-right: 10px;">
  45. <view class="flex-row" style="color: #0CC191">{{item.voltage}} V</view>
  46. <view class="flex-row" style="margin-left: 8px">里程: {{item.day_mil}} 公里</view>
  47. <view class="flex-row" style="margin-left: 8px">{{item.speed}}km/h</view>
  48. </view>
  49. </view>
  50. <view class="battery-macid">{{tools.formatTime(item.gps_time)}}</view>
  51. <view class="battery-com">
  52. </view>
  53. </view>
  54. <!--view class="no-class battery-info-right" style="text-align: right;">
  55. <view class="i-status shop-name">{{item.shop_name}}</view>
  56. <view wx:if="{{item.user_id!=0}}" class="surplus-days">
  57. <view wx:if="{{item.surplus_days>=0}}" class="b-day">剩余{{item.surplus_days}}天</view>
  58. <view wx:else class="b-day">已过期{{item.surplus_days*(-1)}}天</view>
  59. </view>
  60. </view>
  61. </view-->
  62. </view>
  63. </view>
  64. <view class="battery-text battery-info" style="color: #0ec193" @tap.stop.prevent="bindToInfo" :data-index="index">
  65. {{$t('详情')}}
  66. <image class="battery-info-img" src="/static/resource/images/fanhui.png"></image>
  67. </view>
  68. <view class="battery-text battery-credit flex-row" @tap.stop.prevent="bindCredit" :data-index="index">{{$t('续费')}}</view>
  69. <view class="op-group flex-row flex-around">
  70. <!-- <picker mode="date" value="{{date}}" end="{{curDate}}" bindchange="bindDateChange" data-macid="{{item.macid}}">
  71. <view class="op-item flex-row flex-start">
  72. <view>
  73. <image class="op-icon" src="https://qiniu.bms16.com/Fi_JnvnBjpW1Hmv_7zsEcc0Ut7qO"></image>
  74. </view>
  75. <view class="op-des">轨迹</view>
  76. </view>
  77. </picker> -->
  78. <view v-if="item.bms == 1" class="op-item" @tap.stop.prevent="bindToBMS" :data-index="index">
  79. <image class="op-icon" src="/static/resource/images/BMS.png"></image>
  80. <view class="op-des">BMS</view>
  81. </view>
  82. <view class="op-item" @tap.stop.prevent="bindLocal" :data-index="index" :data-mac="item.mac_id">
  83. <image class="op-icon" src="/static/resource/images/dingwei2.png"></image>
  84. <view class="op-des">{{$t('定位')}}</view>
  85. </view>
  86. <view class="op-item" @tap.stop.prevent="bindAlarm" :data-index="index">
  87. <image class="op-icon" src="/static/resource/images/baojing.png"></image>
  88. <view class="op-des">{{$t('报警')}}</view>
  89. </view>
  90. <!-- view class="op-item" bindtap="bindToInfo" data-index="{{index}}" -->
  91. <view class="op-item" @tap.stop.prevent="bindToSet" :data-index="index">
  92. <image class="op-icon" src="/static/resource/images/set.png"></image>
  93. <view class="op-des">{{$t('设置')}}</view>
  94. </view>
  95. </view>
  96. <!--view wx:if="{{showSelectBtn}}" class="battery-select-container" bindtap="bindSelectBattery" data-index="{{index}}">
  97. <image src="/resource/images/check-{{item.selected?'yes':'no'}}.png" class="check-icon"></image>
  98. </view-->
  99. </view>
  100. </view>
  101. <!-- <view class="show-shop-btn" bindtap="handleShowShopContainer"> → </view> -->
  102. <!-- <no-more is-loading="{{isLoading}}" /> -->
  103. <i-load-more :tip="isLoading ? $t('正在加载...') : $t('没有更多信息啦~')" :loading="isLoading" />
  104. </view>
  105. </template>
  106. <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
  107. <script>
  108. import iLoadMore from '@/component/iview/load-more/index';
  109. // pages/searchDevice/searchDevice.js
  110. var config = require('../../common/config.js');
  111. var http = require('../../common/http.js');
  112. var common = require('../../common/common.js');
  113. var storage = require('../../common/storage.js');
  114. const LIMT_PAGE = 5;
  115. export default {
  116. components: {
  117. iLoadMore
  118. },
  119. data() {
  120. return {
  121. isLoading: false,
  122. iconList: [],
  123. deviceList: [],
  124. start_page: 1,
  125. limit_page: LIMT_PAGE,
  126. seach_value: '',
  127. search: '',
  128. userInfo: {
  129. type: ''
  130. },
  131. normal: '',
  132. locale: ''
  133. };
  134. },
  135. /**
  136. * 生命周期函数--监听页面加载
  137. */
  138. onLoad: function (options) {
  139. uni.setNavigationBarTitle({
  140. title: this.$t('全局搜索')
  141. });
  142. if (options.search) {
  143. this.setData({
  144. seach_value: options.search
  145. });
  146. this.refreshLoadDeviceList();
  147. }
  148. this.loadIconList();
  149. },
  150. /**
  151. * 生命周期函数--监听页面显示
  152. */
  153. onShow: function () {
  154. uni.setNavigationBarTitle({
  155. title: this.$t('全局搜索')
  156. });
  157. const is_fresh = storage.getRefreshDeviceoPage();
  158. if (is_fresh) {
  159. this.refreshLoadDeviceList();
  160. storage.setRefreshDeviceoPage(false);
  161. }
  162. },
  163. /**
  164. * 用户点击右上角分享
  165. */
  166. onShareAppMessage: function () {},
  167. /**
  168. * 页面相关事件处理函数--监听用户下拉动作
  169. */
  170. onPullDownRefresh: function () {
  171. this.refreshLoadDeviceList();
  172. },
  173. /**
  174. * 页面上拉触底事件的处理函数
  175. */
  176. onReachBottom: function () {
  177. if (this.isLoading) {
  178. return;
  179. }
  180. this.setData({
  181. isLoading: true
  182. });
  183. this.start_page++;
  184. this.loadDeviceList();
  185. },
  186. methods: {
  187. loadIconList: function () {
  188. this.iconList = storage.getIconList();
  189. if (!this.iconList) {
  190. http.postApi(config.API_BATTERY_ICON_LIST, {}, (resp) => {
  191. if (resp.data.code === 200) {
  192. storage.setIconList(resp.data.data.list);
  193. this.setData({
  194. iconList: resp.data.data.list
  195. });
  196. } else {
  197. common.simpleToast(this,resp.data.msg);
  198. }
  199. });
  200. } else {
  201. this.setData({
  202. iconList: this.iconList
  203. });
  204. }
  205. },
  206. refreshLoadDeviceList: function () {
  207. if (this.isLoading) {
  208. return;
  209. }
  210. this.setData({
  211. deviceList: [],
  212. isLoading: true
  213. });
  214. common.loading(this);
  215. this.limit_page = LIMT_PAGE;
  216. this.start_page = 1;
  217. this.loadDeviceList();
  218. },
  219. loadDeviceList: function () {
  220. const that = this;
  221. const pData = {
  222. size: that.limit_page,
  223. page: that.start_page,
  224. search: that.search
  225. };
  226. http.postApi(config.API_BATTERY_SEARCH, pData, (resp) => {
  227. uni.hideLoading();
  228. uni.stopPullDownRefresh();
  229. if (resp.data.code === 200) {
  230. let deviceList = this.deviceList;
  231. deviceList.push.apply(deviceList, resp.data.data.list);
  232. this.setData({
  233. deviceList: deviceList,
  234. isLoading: false
  235. });
  236. } else {
  237. common.simpleToast(this,resp.data.msg);
  238. }
  239. });
  240. },
  241. bindInputSearch: function (e) {
  242. this.seach_value = e.detail.value;
  243. },
  244. bindHandleSearch: function () {
  245. this.search = this.seach_value;
  246. this.refreshLoadDeviceList();
  247. },
  248. bindLocal: function (e) {
  249. const index = e.currentTarget.dataset.index;
  250. const mac_id = e.currentTarget.dataset.mac;
  251. const deviceInfo = this.deviceList[index];
  252. if (deviceInfo.expire == 1) {
  253. common.simpleToast(this,this.$t('设备到期'));
  254. return;
  255. }
  256. if (
  257. common.isEmpty(deviceInfo.longitude + '') ||
  258. deviceInfo.longitude == '-' ||
  259. common.isEmpty(deviceInfo.latitude + '') ||
  260. deviceInfo.latitude == '-' ||
  261. deviceInfo.longitude == 0 ||
  262. deviceInfo.latitude == 0
  263. ) {
  264. common.simpleToast(this,this.$t('该设备暂无位置信息'));
  265. return;
  266. }
  267. storage.setSelectedDeviceInfo(deviceInfo);
  268. this.locale = uni.getLocale();
  269. if (this.locale === 'zh-Hans' || this.locale === 'zh') {
  270. uni.navigateTo({
  271. url: '/pages/deviceLocal/deviceLocal'
  272. });
  273. } else {
  274. uni.navigateTo({
  275. url: '/pages/deviceLocalWeb/deviceLocal'+ '?macid=' + mac_id
  276. });
  277. }
  278. },
  279. bindToBMS: function (e) {
  280. const index = e.currentTarget.dataset.index;
  281. const deviceInfo = this.deviceList[index];
  282. if (deviceInfo.expire == 1) {
  283. common.simpleToast(this,this.$t('设备到期'));
  284. return;
  285. }
  286. if (deviceInfo.bms == 1) {
  287. uni.navigateTo({
  288. url:
  289. '/pages/bms/bms?macid=' +
  290. deviceInfo.mac_id +
  291. '&deviceType=' +
  292. deviceInfo.device_type +
  293. '&bt_type=' +
  294. deviceInfo.bt_type +
  295. '&bms=' +
  296. deviceInfo.bms +
  297. '&btid=' +
  298. deviceInfo.btid +
  299. '&btkey=' +
  300. deviceInfo.btkey,
  301. success: function (res) {},
  302. fail: function (res) {},
  303. complete: function (res) {}
  304. });
  305. } else {
  306. common.alert(this.$t('该设备暂未配置BMS数据'));
  307. return;
  308. }
  309. },
  310. bindToInfo: function (e) {
  311. const index = e.currentTarget.dataset.index;
  312. const deviceInfo = this.deviceList[index];
  313. if (deviceInfo.expire == 1) {
  314. common.simpleToast(this,this.$t('设备到期'));
  315. return;
  316. }
  317. storage.setSelectedDeviceInfo(deviceInfo);
  318. const _deviceInfo = encodeURIComponent(JSON.stringify(deviceInfo));
  319. uni.navigateTo({
  320. url: '/myPages/pages/deviceInfo/deviceInfo?deviceInfo=' + _deviceInfo
  321. });
  322. },
  323. bindSelect: function (e) {
  324. const index = e.currentTarget.dataset.index;
  325. const deviceInfo = this.deviceList[index];
  326. if (deviceInfo.expire == 1) {
  327. common.simpleToast(this,this.$t('设备到期'));
  328. return;
  329. }
  330. storage.setSelectedDeviceInfo(deviceInfo);
  331. uni.reLaunch({
  332. url: '/pages/home/home'
  333. });
  334. },
  335. bindAlarm: function (e) {
  336. const index = e.currentTarget.dataset.index;
  337. const deviceInfo = this.deviceList[index];
  338. if (deviceInfo.expire == 1) {
  339. common.simpleToast(this,this.$t('设备到期'));
  340. return;
  341. }
  342. uni.navigateTo({
  343. url: '/pages/warnList/warnList?macid=' + deviceInfo.mac_id
  344. });
  345. },
  346. bindToSet: function (e) {
  347. const index = e.currentTarget.dataset.index;
  348. const deviceInfo = this.deviceList[index];
  349. if (deviceInfo.expire == 1) {
  350. common.simpleToast(this,this.$t('设备到期'));
  351. return;
  352. }
  353. uni.navigateTo({
  354. url: '/myPages/pages/deviceCommand/deviceCommand?macid=' + deviceInfo.mac_id + '&type=' + deviceInfo.device_type + '&bt_type=' + deviceInfo.bt_type
  355. });
  356. },
  357. bindCredit: function (e) {
  358. const index = e.currentTarget.dataset.index;
  359. const deviceInfo = this.deviceList[index];
  360. uni.navigateTo({
  361. url: '/pages/credit/credit?macid=' + deviceInfo.mac_id,
  362. success: function (res) {},
  363. fail: function (res) {},
  364. complete: function (res) {}
  365. });
  366. },
  367. scanCode: function (e) {
  368. uni.scanCode({
  369. onlyFromCamera: true,
  370. scanType: [],
  371. success: (res) => {
  372. console.log(res);
  373. if (res.result) {
  374. this.setData({
  375. search: res.result,
  376. seach_value: res.result
  377. });
  378. this.refreshLoadDeviceList();
  379. }
  380. },
  381. fail: function (res) {},
  382. complete: function (res) {}
  383. });
  384. },
  385. bindGroupSearch() {
  386. console.log('占位:函数 bindGroupSearch 未声明');
  387. }
  388. }
  389. };
  390. </script>
  391. <style>
  392. @import './searchDevice.css';
  393. </style>