control.vue 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. <template>
  2. <view class="container-view-contril">
  3. <scroll-view class="scroll-view flex-row" scroll-x="true">
  4. <view @tap="tapOpen" v-for="(item,index) of contrilList" :key="index" :data-item="item" class="contril-item flex-row">
  5. <img class="contril-item-img" :src="isOverdueShow?item.disableUrl:(item.isTurnOn==0?item.offUrl:item.iconUrl)" alt="">
  6. <text >{{item.name}}</text>
  7. </view>
  8. <view class="contril-item flex-row" @tap="toMoreFunctionSet">
  9. <img class="contril-item-img" src="https://qiniu.bms16.com/Ft3pNyStT22LP8Ds1Mru2LoTHadx" alt="">
  10. <text>{{$t("更多功能")}}</text>
  11. </view>
  12. </scroll-view>
  13. <view class="flex-row power-view">
  14. <!-- <view class="power-on-off flex-row" >
  15. <view :style="sliderStyle" @touchstart="touchStart" @touchmove="touchMove" @touchend="touchEnd" class="power-on-btn"><image style="width: 52rpx;height: 52rpx;" src="https://qiniu.bms16.com/Fkovrpq1bexe-Unal_VJREbLUhdu" mode=""></image></view>
  16. <view class="power-on-text" >{{ $t('滑动启动') }}</view>
  17. </view> -->
  18. <custom-switch @changEnd='changEnd' :width="'400rpx'"
  19. :height="'96rpx'" :modelValue="switchValue" :fetchData="loadData"></custom-switch>
  20. <!-- <custom-switch :defaultPosition="'right'" :width="'400rpx'"
  21. :height="'96rpx'" v-model="switchValue" :fetchData="loadData"></custom-switch> -->
  22. <view v-if="authority_list.indexOf(5) == -1" @tap="navToInputPages" class="car-change-battery flex-row">
  23. <view class="car-change-btn"><image style="width: 80rpx;height: 80rpx;" src="https://qiniu.bms16.com/FgvnT-msLbL5RHjl6fvNlM0kab5N" mode=""></image></view>
  24. <view class="car-change-text">{{ $t('车辆换电') }}</view>
  25. </view>
  26. </view>
  27. <view v-if="popupControlShow" class="show-modal">
  28. <view class="modal-info">
  29. <view class="popup-title">{{($t(popText)==$t('开机'))?$t('开启车辆'):($t(popText)==$t('关机')?$t('关闭车辆'):$t(popText))}}</view>
  30. <view class="popup-content">{{$t("您确认")+(($t(popText)==$t('开机'))?$t('开启车辆'):($t(popText)==$t('关机')?$t('关闭车辆'):$t(popText)))+$t("吗")}}</view>
  31. <view class="flex-row modal-footer">
  32. <view class="show-btn cencel-btn-pop" @tap="closePopup">{{$t("取消")}}</view>
  33. <view class="show-btn ok-btn-pop" @tap="tapBlueToothCmd">{{$t("确定")}}</view>
  34. </view>
  35. </view>
  36. </view>
  37. <!-- <u-popup v-model="popupControlShow" mode="center" border-radius="30" height="30%" length="60%">
  38. <view class="popup-title">{{ $t('开启车辆') }}</view>
  39. <view class="popup-content">{{ $t('确定打开') }}</view>
  40. <view class="flex-row">
  41. <view class="sure-btn cencel-btn" @tap="closePopup">{{ $t('取消') }}</view>
  42. <view class="sure-btn ok-btn" >{{ $t('确定') }}</view>
  43. </view>
  44. </u-popup> -->
  45. <!-- <view v-if="isShowMore" class="show-more">
  46. <view class="more-info">
  47. <view class="flex-row flex-between model-title">
  48. <view>{{$t("{{ $t('更多功能') }}")}}</view>
  49. <view>
  50. <image style="width: 32rpx;height: 32rpx;" @tap="isShowMore = false"
  51. src="https://qiniu.bms16.com/FtoTEHOJiUf_gjPCJGGHMsAtHI5M" />
  52. </view>
  53. </view>
  54. <view style="height: 300rpx;">
  55. <view data-url="test" @tap="navUrl" class="more-item flex-row">
  56. <img class="more-img" src="https://qiniu.bms16.com/FgxiD-W96FGvgyLI_kXUfWVDYLQ9" alt="">
  57. <text>{{$t("{{ $t('胎压') }}")}}</text>
  58. </view>
  59. <view class="more-item flex-row">
  60. <img class="more-img" src="https://qiniu.bms16.com/FgxiD-W96FGvgyLI_kXUfWVDYLQ9" alt="">
  61. <text>{{$t("{{ $t('电池信息') }}")}}</text>
  62. </view>
  63. <view @tap="navCarLocation" class="more-item flex-row">
  64. <img class="more-img" src="https://qiniu.bms16.com/FgxiD-W96FGvgyLI_kXUfWVDYLQ9" alt="">
  65. <text>{{$t("{{ $t('导航') }}")}}</text>
  66. </view>
  67. </view>
  68. <view class="lift-btn-view">
  69. <view class="lift-btn">{{$t("{{ $t('解除绑定') }}")}}</view>
  70. </view>
  71. </view>
  72. </view>
  73. -->
  74. </view>
  75. </template>
  76. <script>
  77. var bluetooth = require('@/common/bluetooth.js');
  78. var config = require('@/common/config.js');
  79. var common = require('@/common/common.js');
  80. var http = require('@/common/http.js');
  81. import CustomSwitch from '@/component/customSwitch.vue'; // 引入组件
  82. import controlMixin from '@/mixin/index';
  83. import i18n from '@/locale/index.js'
  84. import {
  85. getFunctionTag,
  86. setFunctionTag
  87. } from '@/common/storage.js';
  88. export default {
  89. mixins: [controlMixin],
  90. components:{CustomSwitch},
  91. props:{
  92. contrilList: {
  93. type: Array,
  94. default: () => []
  95. },
  96. online: {
  97. type: Boolean,
  98. default: false
  99. },
  100. isOverdueShow: {
  101. type: Boolean,
  102. default: false
  103. }
  104. },
  105. data() {
  106. return {
  107. // popText:'',
  108. // popupControlShow:false,
  109. // controlType:null,//选择的车辆控制
  110. switchValue: {state:false,time:0},
  111. isShowMore:false,
  112. car_line:false,
  113. authority_list:[]
  114. // startX: 0, // 滑块开始滑动的初始位置
  115. // moveX: 0, // 滑块滑动的距离
  116. // unlocked: false, // 是否解锁成功的标志
  117. };
  118. },
  119. computed: {
  120. // 计算滑块的样式
  121. sliderStyle() {
  122. return {
  123. transform: `translateX(${this.moveX}px)`
  124. };
  125. },
  126. },
  127. mounted() {
  128. // this.contrilList = getFunctionTag().activeTag
  129. // setTimeout(()=>{
  130. this.authority_list=uni.getStorageSync('car_info').authority_list
  131. this.switchValue.state=uni.getStorageSync('car_info').acc_state==1
  132. // },50)
  133. // setTimeout(()=>{
  134. // console.log(this.switchValue)
  135. // },5000)
  136. },
  137. /**
  138. * 组件的方法列表
  139. */
  140. methods: {
  141. changEnd(e){
  142. this.switchValue = JSON.parse(e)
  143. if(this.switchValue.type==1){
  144. this.callApiThreeTimes()
  145. }
  146. console.log(this.switchValue)
  147. },
  148. callApiThreeTimes() {
  149. const apiCall = (attempt) => {
  150. const car_sn= uni.getStorageSync('car_info').car_sn
  151. this.$emit('loadCarDetail',car_sn)
  152. };
  153. apiCall(1);
  154. // setTimeout(() => apiCall(2), 200);
  155. // setTimeout(() => apiCall(3), 200);
  156. },
  157. tapOpen(e){
  158. if(this.isOverdueShow) return
  159. const item = e.currentTarget.dataset.item;
  160. this.changClick(item)
  161. },
  162. toMoreFunctionSet() {
  163. uni.navigateTo({
  164. url: '/pages/carFunctionSet/more?online='+this.online
  165. })
  166. },
  167. trunOn(type){
  168. if (this.carOnline) {
  169. //开机1 关机0
  170. const car_sn= uni.getStorageSync('car_info').car_sn;
  171. const pData = {
  172. car_sn,
  173. switch: switchType
  174. }
  175. const me=this
  176. common.loading();
  177. http.postApi(config.API_FLK_CAR_SWITCH, pData, (resp) => {
  178. uni.hideLoading();
  179. if (resp.data.code === 200) {
  180. common.simpleToast(me.popText + this.$t('成功'));
  181. const activeTag = me.contrilList.map(item => {
  182. if('isLock' in item){
  183. item.isTurnOn = (item.isTurnOn == 1) ? 0 : 1
  184. item.name = i18n.t((item.isTurnOn == 1) ? this.$t('关机') : this.$t('开机'))
  185. }
  186. return item
  187. })
  188. const tag = getFunctionTag().tag
  189. setFunctionTag({
  190. activeTag,
  191. tag
  192. })
  193. me.$emit('loadCarDetail',pData,car_sn)
  194. } else {
  195. common.simpleToast(resp.data.msg);
  196. }
  197. });
  198. }else{
  199. //车辆离线
  200. const car_sn= uni.getStorageSync('car_info').car_sn;
  201. common.loading();
  202. if (type==1) {
  203. bluetooth.turnOnCar(car_sn, () => {
  204. uni.hideLoading();
  205. });
  206. }else{
  207. bluetooth.turnOffCar(car_sn, () => {
  208. uni.hideLoading();
  209. });
  210. }
  211. }
  212. },
  213. async navToInputPages() {
  214. const me = this
  215. const exchange_need_package=uni.getStorageSync('car_info').exchange_need_package;
  216. if(exchange_need_package==0){
  217. uni.scanCode({
  218. scanType:['qrCode'],
  219. success(res) {
  220. me.loadGeneralQRData(res.result)
  221. },
  222. fail() {
  223. me.$msg(this.$t('扫码失败,请重新扫码'))
  224. }
  225. })
  226. }else if(exchange_need_package==1){
  227. uni.showModal({
  228. title: this.$t('温馨提示'),
  229. content: this.$t('您还未购买换电套餐,是否前往购买换电套餐?'),
  230. showCancel: true,
  231. cancelText: this.$t('取消'),
  232. confirmText: this.$t('前往购买'),
  233. success: function(res) {
  234. if (res.confirm) {
  235. uni.navigateTo({
  236. url: `/pages/batteryPackage/batteryPackage`
  237. })
  238. }
  239. },
  240. fail: function(res) {},
  241. complete: function(res) {},
  242. })
  243. }else if(exchange_need_package==-1){
  244. this.$msg(this.$t('当前车辆暂未绑定电池'))
  245. }
  246. },
  247. loadGeneralQRData(options) {
  248. console.log(options)
  249. let objOpt = this.$paramsObj(options)
  250. if (objOpt.d) {
  251. uni.navigateTo({
  252. url: `/pages/cabinetDetail/cabinetDetail?dev_id=${objOpt.d}`,
  253. })
  254. return
  255. } else {
  256. this.$msg(this.$t('请扫描机柜二维码'))
  257. return
  258. }
  259. },
  260. async loadData(state) {
  261. // console.log(state,'state');
  262. return new Promise((resolve,reject) => {
  263. if (uni.getStorageSync('car_info').online==1) {
  264. //开机1 关机0
  265. const car_sn= uni.getStorageSync('car_info').car_sn;
  266. const switchType= state?0:1;
  267. const pData = {
  268. car_sn,
  269. switch: switchType
  270. }
  271. const me=this
  272. http.postApi(config.API_FLK_CAR_SWITCH, pData, (resp) => {
  273. if (resp.data.code === 200) {
  274. //const textStr = (this.switchValue==0)?this.$t('开机'):this.$t('关机')
  275. // const activeTag = me.contrilList.map(item => {
  276. // if('isLock' in item){
  277. // item.isTurnOn = (item.isTurnOn == 1) ? 0 : 1
  278. // item.name = i18n.t((item.isTurnOn == 1) ? this.$t('关机') : this.$t('开机'))
  279. // }
  280. // return item
  281. // })
  282. // const tag = getFunctionTag().tag
  283. // setFunctionTag({
  284. // activeTag,
  285. // tag
  286. // })
  287. setTimeout(() => {
  288. resolve(JSON.stringify({
  289. state:!state,
  290. type:1,
  291. time: Math.floor(Date.now() / 1000)
  292. }))
  293. console.log(132);
  294. // me.switchValue = JSON.stringify({
  295. // state:!state,
  296. // time: Math.floor(Date.now() / 1000)
  297. // })
  298. }, 1000)
  299. } else {
  300. setTimeout(() => {
  301. resolve(JSON.stringify({
  302. state:state,
  303. type:2,
  304. time:Math.floor(Date.now() / 1000)
  305. }))
  306. //this.switchValue=!this.switchValue
  307. // this.switchValue = JSON.stringify({
  308. // state:this.switchValue.state,
  309. // time:Math.floor(Date.now() / 1000)
  310. // })
  311. // common.simpleToast(resp.data.msg);
  312. }, 1000)
  313. //setTimeout(resolve, 1000);
  314. }
  315. });
  316. }else{
  317. //车辆离线
  318. const car_sn= uni.getStorageSync('car_info').car_sn;
  319. const switchType= state;
  320. common.loading();
  321. const app=getApp()
  322. //调用蓝牙连接
  323. // if()
  324. if (!switchType) {
  325. bluetooth.turnOnCar(car_sn, () => {
  326. uni.hideLoading();
  327. });
  328. }else{
  329. bluetooth.turnOffCar(car_sn, () => {
  330. uni.hideLoading();
  331. });
  332. }
  333. }
  334. // console.log(me.switchValue,'this.switchValue');
  335. // // this.trunOn()
  336. // setTimeout(resolve, 1000); // 模拟 5 秒请求时间
  337. });
  338. }
  339. // tapOpen(e){
  340. // this.carOnline=this.online
  341. // console.log( getFunctionTag().activeTag, getFunctionTag());
  342. // const {name,type} = e.currentTarget.dataset.item;
  343. // this.setData({
  344. // popText:name,
  345. // cmdType:type,
  346. // popupControlShow:true
  347. // })
  348. // },
  349. // tapBlueToothCmd(){
  350. // const car_info= uni.getStorageSync('car_info');
  351. // const me=this
  352. // // 判断车辆是否在线状态 true 在线调用接口 不在线提示连接蓝牙
  353. // if (this.online) {
  354. // if(this.cmdType=='batteryInfo'){
  355. // uni.navigateTo({
  356. // url:`/pages/batteryDetail/batteryDetail`
  357. // })
  358. // }else if(this.cmdType=='navigation'){
  359. // const {
  360. // address,
  361. // latitude,
  362. // longitude,
  363. // car_name
  364. // } =car_info
  365. // uni.openLocation({
  366. // latitude: latitude - 0,
  367. // longitude: longitude - 0,
  368. // scale: 15,
  369. // name: car_name,
  370. // address: address,
  371. // success: function (res) {},
  372. // })
  373. // }else if(this.cmdType=='turnOnOrOff'){
  374. // const switchType=this.contrilList.find(item => item.isTurnOn)
  375. // const pData={
  376. // car_sn:car_info.car_sn,
  377. // switch:switchType
  378. // }
  379. // const me=this
  380. // common.loading();
  381. // http.postApi(config.API_FLK_CAR_SWITCH, pData, (resp) => {
  382. // uni.hideLoading();
  383. // if (resp.data.code === 200) {
  384. // common.simpleToast(me.popText + this.$t('成功'));
  385. // const activeTag=me.contrilList.map(item=>{
  386. // item.isTurnOn=(item.isTurnOn==1)?0:1
  387. // item.name=i18n.t((item.isTurnOn==1)?this.$t('关机'):this.$t('开机'))
  388. // return item
  389. // })
  390. // const tag=getFunctionTag().tag
  391. // setFunctionTag({activeTag,tag})
  392. // } else {
  393. // common.simpleToast(resp.data.msg);
  394. // }
  395. // });
  396. // }else{
  397. // const testArr=[
  398. // {type:'findCar',opt_type:1},
  399. // {type:'openSeatBag',opt_type:0},
  400. // {type:'openTailBox',opt_type:2},
  401. // ]
  402. // const pData = testArr.find(i=>i.type===this.cmdType)
  403. // const me=this
  404. // common.loading();
  405. // http.postApi(config.API_FLK_CAR_REMOTE_CONTROL, pData, (resp) => {
  406. // uni.hideLoading();
  407. // if (resp.data.code === 200) {
  408. // common.simpleToast(me.popText + this.$t('成功'));
  409. // } else {
  410. // common.simpleToast(resp.data.msg);
  411. // }
  412. // });
  413. // }
  414. // } else {
  415. // //蓝牙是否已经连接 未连接提示去连接 已连接下发对应指令
  416. // const isBluetoothConnect = app.globalData.connectionStateChangeFunc[car_info.car_sn]
  417. // if(isBluetoothConnect){
  418. // const isTurnOn=this.contrilList.find(item => item.isTurnOn).isTurnOn==1
  419. // console.log(isTurnOn,this.cmdType,this.contrilList);
  420. // const bluetoothCommands = {
  421. // 'turnOnOrOff': isTurnOn?bluetooth.turnOnCar:bluetooth.turnOffCar,
  422. // 'findCar': bluetooth.findCarCmd,
  423. // 'openSeatBag': bluetooth.openCarSeat,
  424. // 'openTailBox': bluetooth.openCarTrunk,
  425. // 'tirePressure': bluetooth.getCarPressure
  426. // };
  427. // common.loading();
  428. // const command = bluetoothCommands[this.cmdType];
  429. // if (command) {
  430. // command('900000997', () => {
  431. // uni.hideLoading();
  432. // if(this.cmdType=='openSeatBag'||this.cmdType=='openTailBox'){
  433. // common.simpleToast(this.$t('操作成功'));
  434. // }
  435. // console.log(`发送${this.popText}指令结束`);
  436. // });
  437. // }
  438. // }else{
  439. // uni.showModal({
  440. // title: this.$t('提示'),
  441. // content: this.$t('当前车辆处于离线,是否前往开启蓝牙配对操作车辆?'),
  442. // showCancel: true,
  443. // cancelText: this.$t('取消'),
  444. // confirmText: this.$t('确定'),
  445. // success: function(res) {
  446. // if (res.confirm) {
  447. // me.$emit('toBluetooth')
  448. // }
  449. // },
  450. // fail: function(res) {},
  451. // complete: function(res) {},
  452. // })
  453. // }
  454. // }
  455. // this.popupControlShow=false
  456. // },
  457. // // closePopup(){
  458. // this.popupControlShow=false
  459. // },
  460. // tapOpenMore(){
  461. // // this.isShowMore=true
  462. // },
  463. // closeMore(){
  464. // this.isShowMore=false
  465. // },
  466. // navUrl(url){
  467. // // ifconsole.log(url,'sj');
  468. // },
  469. // navCarLocation(){
  470. // //前往配置更多功能
  471. // uni.navigateTo({
  472. // url:'/pages/carLocation/carLocation'
  473. // })
  474. // },
  475. }
  476. };
  477. </script>
  478. <style>
  479. @import './control.css';
  480. </style>