control.vue 15 KB

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