control.vue 15 KB

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