control.vue 15 KB

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