terminal.vue 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. <template>
  2. <ax-body blank="0" hideIndicatorArea>
  3. <image src="@/static/img/page-bg01.png" class="page-background"></image>
  4. <view class="body" :class="{visit}">
  5. <!-- 主图 -->
  6. <view class="app-flex c-center host-graph">
  7. <image src="@/static/img/charging-01.png" mode="widthFix" class="image"></image>
  8. </view>
  9. <!-- 主参数 -->
  10. <view class="parameter">
  11. <view class="param">
  12. <view class="value">{{deviceInfo.current}}</view>
  13. <view class="name">电流A</view>
  14. </view>
  15. <view class="param">
  16. <view class="value">{{getVolt()}}</view>
  17. <view class="name">电压V</view>
  18. </view>
  19. <view class="param">
  20. <view class="value">{{deviceInfo.power}}</view>
  21. <view class="name">功率KW</view>
  22. </view>
  23. </view>
  24. <view v-if="!visit" class="block">
  25. <view class="card">
  26. <view class="title">
  27. <text>我的抵扣券</text>
  28. <view class="more" v-if="isEc">
  29. <view class="switch" :class="{'personal':personal==1}"><text
  30. @click="changeAccount(1)">个人</text><text @click="changeAccount(2)">集团</text></view>
  31. </view>
  32. </view>
  33. <view class="coupon-image-card"
  34. :style="{backgroundImage:`url(${personal==1?selectedImg:defaultImg})`}">
  35. <view class="coupon-title">充电抵扣券</view>
  36. <view class="price-info">
  37. <view class="price-numer">{{accountInfo.balance}}</view>
  38. <view class="price-text">剩余可抵扣充电余量</view>
  39. </view>
  40. <view class="shop-coupon-btn" :style="{backgroundColor: personal==1?'#FF6457':'#3EB6F8'}"
  41. @click="gotoCouponBuy">立即购券</view>
  42. </view>
  43. <!-- <view class="coupon" :class="{'personal':personal==1}">
  44. <view class="name">{{personal == 1?'充电抵扣券':'集团抵扣券'}}</view>
  45. <view class="feature"><view class="line"></view></view>
  46. <view class="info">
  47. <view class="value">{{accountInfo.balance}}</view>
  48. <view class="describe">剩余可抵扣充电费用 (元)</view>
  49. </view>
  50. </view> -->
  51. </view>
  52. </view>
  53. <view class="block">
  54. <view class="card">
  55. <view class="title">
  56. <text>费用信息</text>
  57. <view @click="$app.url.goto('/pages/site-more/site-more?show=1&stationId='+stationInfo.id)"
  58. class="more"><text>价格详情</text>
  59. <icon class="ax-iconline i-arrow-right icon"></icon>
  60. </view>
  61. </view>
  62. <view class="cell">
  63. <view class="lable">{{personal == 1?'当前电价':'集团折扣价'}}</view>
  64. <view class="contet app-flex middle">
  65. <view v-if="personal == 1"><text
  66. class="money">{{nowPriceTime.price?parseFloat(nowPriceTime.price).toFixed(4):"0.0000"}}</text><text>
  67. 元/度</text></view>
  68. <view v-else>
  69. <text class="obsolete">
  70. {{nowPriceTime.price?parseFloat(nowPriceTime.price).toFixed(4):"0.0000"}} 元/度
  71. </text>
  72. <text class="money">{{getCurrEcPrice()}}</text><text> 元/度</text>
  73. </view>
  74. </view>
  75. </view>
  76. <view class="cell" v-if="discountInfo&&personal == 1">
  77. <view class="lable">优惠</view>
  78. <view class="contet app-flex middle">
  79. <view>{{discountInfo.temp3}}<text
  80. class="money">{{discountInfo.discount?parseFloat(discountInfo.discount).toFixed(4):"0.0000"}}</text><text>
  81. 元/度</text></view>
  82. </view>
  83. </view>
  84. <view class="cell" v-if="nowPriceTime.firmPrice||$app.storage.get('USER_INFO').firmType===1">
  85. <view class="lable">企业专享价</view>
  86. <view class="contet app-flex middle">
  87. <view><text
  88. class="money">{{nowPriceTime.firmPrice?parseFloat(nowPriceTime.firmPrice).toFixed(4):"0.0000"}}</text><text>
  89. 元/度</text></view>
  90. </view>
  91. </view>
  92. <view class="cell">
  93. <view class="lable">当前时段</view>
  94. <view class="contet">{{getPriceLable(nowPriceTime.timeType)}} {{nowPriceTime.time}}</view>
  95. </view>
  96. <!-- <view class="cell" style="height: auto;"><view class="lable">停车参考</view><view class="contet" style="flex: 1;padding-left: 5px;" v-html="stationInfo.parkTips"></view></view> -->
  97. <view class="cell">
  98. <view class="lable">停车参考</view>
  99. <view class="contet">充电减免2小时停车费,超出时长部分计时收费</view>
  100. </view>
  101. </view>
  102. </view>
  103. <view class="block">
  104. <view class="card">
  105. <view class="title">终端信息</view>
  106. <view class="cell">
  107. <view class="lable">终端状态</view>
  108. <view class="contet">{{getDeviceStatusLable(deviceInfo.deviceStatus)}}</view>
  109. </view>
  110. <view class="cell">
  111. <view class="lable">终端编号</view>
  112. <view class="contet">{{deviceInfo.deviceNo}}</view>
  113. </view>
  114. <view class="cell">
  115. <view class="lable">充电电站</view>
  116. <view class="contet">{{deviceInfo.thirdPartyStationName}}</view>
  117. </view>
  118. <view class="cell">
  119. <view class="lable">充电终端</view>
  120. <view class="contet">{{deviceInfo.deviceName}}</view>
  121. </view>
  122. <view class="cell">
  123. <view class="lable">车位编号</view>
  124. <view class="contet">{{deviceInfo.parkNo ? deviceInfo.parkNo : "无"}}</view>
  125. </view>
  126. </view>
  127. </view>
  128. <!-- 信息 -->
  129. <view class="footer">
  130. <view class="tips">账单信息可能会有所延迟,具体以实际结算为准</view>
  131. <view>
  132. <button @click="startup()" class="startup">启动终端充电</button>
  133. <ax-ios-indicator min="10"></ax-ios-indicator>
  134. </view>
  135. </view>
  136. </view>
  137. <ax-popup ref="filter" position="" maskType="black" maskEnable>
  138. <view class="Modal-tips">
  139. <view class="tips-icon">!</view>
  140. <view class="icon-title">温馨提示</view>
  141. <view class="tips-text" v-if="payment_msg!=null">您有一笔超充订单{{(payment_msg.maspAmount+payment_msg.maspRealAmount).toFixed(2)}}元待补缴</view>
  142. <view class="tips-btn">
  143. <view class="cancel-btn" @click="$refs.filter.close()">取消</view>
  144. <view class="confirm-btn" @click="$app.url.goto('/pages/coupon-buy/coupon-buy')">购券并补缴</view>
  145. </view>
  146. </view>
  147. </ax-popup>
  148. </ax-body>
  149. </template>
  150. <script>
  151. export default {
  152. onLoad(opts) {
  153. console.log("参数信息:", opts)
  154. /**
  155. * 判断终端是否占用状态
  156. * 判断占用终端设备的是不是用户自己
  157. */
  158. this.deviceId = opts.deviceId
  159. this.deviceStatus = opts.deviceStatus
  160. },
  161. onShow() {
  162. this.queryInChange(this.deviceId, this.deviceStatus);
  163. /**
  164. * 刷新用户信息
  165. */
  166. this.userInfo = this.$app.storage.get(this.$config.keyname.userInfo);
  167. if (!this.userInfo.phone) {
  168. this.$app.url.goto('/pages/login/login')
  169. return;
  170. }
  171. this.$api.login({
  172. "checkStatus": 1
  173. }).then(() => {
  174. this.userInfo = this.$app.storage.get(this.$config.keyname.userInfo);
  175. if (this.userInfo.ecId) {
  176. //查询该集团账户是否正常使用。
  177. this.$api.base("post", "/chargeApi/queryEcInfo", {
  178. "ecId": this.userInfo.ecId
  179. }, {}).then(res => {
  180. if (res.ecInfo && res.ecInfo.ecStatus == 1) {
  181. this.isEc = true;
  182. }
  183. })
  184. }
  185. })
  186. },
  187. mounted() {
  188. this.get_paymentMsg()
  189. setTimeout(()=>{
  190. if(this.payment_msg!=null){
  191. this.$refs.filter.open()
  192. }
  193. },500)
  194. },
  195. data() {
  196. return {
  197. payment_msg:null,
  198. deviceId: 0,
  199. deviceStatus: 0,
  200. visit: '',
  201. personal: 1, // 1 个人订单 2 集团订单
  202. isEc: false, //是否集团的用户
  203. nowPriceTime: {}, //当前价格时间段信息
  204. deviceInfo: {}, //充电桩的信息
  205. accountInfo: { //账户信息
  206. balance: 0, //可用抵用券余额
  207. },
  208. userInfo: {},
  209. stationInfo: {}, //站点信息
  210. orderInfo: {}, //临时订单信息
  211. checkNum: 0, //检测订单状态次数
  212. ecInfo: {}, //集团信息
  213. discountInfo: null, //优惠信息
  214. selectedImg: 'https://hyxhsh.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/AwQTRxpEMqOG50293e26d86888b3e0f7324c429d2019.png/1.png',
  215. defaultImg: 'https://hyxhsh.oss-cn-chengdu.aliyuncs.com/63b7c68b71a69169d1b33f92/store/bdb/user/avatar/SPh1u3KAqte830a107b2e3c5033b1d1027516d84d780.png/1.png'
  216. }
  217. },
  218. methods: {
  219. //通过用户id查询是否还有在充电中的订单
  220. queryInChange(deviceId, deviceStatus) {
  221. if (deviceStatus == 3 || deviceStatus == 4) {
  222. //占用充电状态;终端占用且不是自己,进入访问模式
  223. this.visit = true;
  224. }
  225. this.getDeviceInfo(deviceId); //获取设备、站的详情信息
  226. this.getAccountInfo(); //获取账户信息
  227. /* this.$api.base("post","/chargeApi/queryInChangeByUserId",{},{}).then(res=>{
  228. if(res.isChange == 1){
  229. this.orderInfo = res.orderInfo;
  230. //用户有充电中的订单
  231. //if(res.orderInfo.deviceId == deviceId){
  232. // 跳转
  233. this.$app.url.goto('/pages/charging/charging?orderId='+this.orderInfo.id+"&deviceId="+deviceId,false);
  234. //}
  235. }else{
  236. }
  237. }) */
  238. },
  239. //获取设备的详情信息
  240. getDeviceInfo(deviceId) {
  241. this.$api.base("post", "/chargeApi/getDevicesDetial", {
  242. "deviceId": deviceId
  243. }, {}).then(res => {
  244. this.deviceInfo = res.device;
  245. this.nowPriceTime = res.nowPriceTime;
  246. this.stationInfo = res.stationInfo;
  247. if (res.discountInfo) {
  248. this.discountInfo = res.discountInfo
  249. }
  250. if (this.deviceInfo.tipsStatus == 1) {
  251. this.$app.popup.alert(this.deviceInfo.tipsContent, "温馨提示");
  252. }
  253. })
  254. },
  255. get_paymentMsg(){
  256. // maspStatus(1:待补缴,2:已补缴)realPredictServiceCost平台;maspAmount第三方
  257. this.$api.base("post","/chargeApi/queryOrderList-arrearage",{},{}).then(res=>{
  258. this.payment_msg=res.data
  259. })
  260. },
  261. //获取账户信息
  262. getAccountInfo() {
  263. if (this.personal == 1) {
  264. //获取个人账户信息
  265. this.$api.base("post", "/chargeApi/getUserAccount", {}, {}).then(res => {
  266. this.accountInfo.balance = res.userAccount.balance;
  267. })
  268. } else {
  269. //获取集团账户信息
  270. this.$api.base("post", "/chargeApi/getEcUserAccount", {}, {
  271. error: false
  272. }).then(res => {
  273. this.ecInfo = res.ecInfo;
  274. this.accountInfo.balance = res.ecUserAccount.balance;
  275. }).catch(err => {
  276. this.accountInfo.balance = 0;
  277. this.$app.popup.alert(err.msg, "温馨提示");
  278. })
  279. }
  280. },
  281. //切换账户
  282. changeAccount(type) {
  283. if (this.personal == type) {
  284. return;
  285. }
  286. this.personal = type;
  287. this.getAccountInfo();
  288. },
  289. //当前集团折扣价
  290. getCurrEcPrice() {
  291. if (!this.nowPriceTime) {
  292. return 0;
  293. }
  294. var currEcP = this.nowPriceTime.price;
  295. if (this.ecInfo && this.ecInfo.ecDiscount) {
  296. var realServicePrice = this.nowPriceTime.servicePrice
  297. if (this.stationInfo.contractServicePrice) {
  298. realServicePrice = this.stationInfo.contractServicePrice
  299. }
  300. currEcP = (this.nowPriceTime.electrovalence + realServicePrice + this.nowPriceTime.addServicePrice *
  301. this.ecInfo.ecDiscount / 100);
  302. }
  303. console.log("dddd", currEcP)
  304. if (currEcP) {
  305. currEcP = currEcP.toFixed(2);
  306. }
  307. return Number(currEcP).toFixed(4);
  308. },
  309. //转换出电压值
  310. getVolt() {
  311. if (!this.deviceInfo.power) {
  312. return 0;
  313. }
  314. var v = this.deviceInfo.power / this.deviceInfo.current * 1000;
  315. return v;
  316. },
  317. //映射 峰 平 谷
  318. getPriceLable(type) {
  319. //时间类型 1 谷 2 平 3 峰
  320. var str = "";
  321. switch (type) {
  322. case 1:
  323. str = "谷";
  324. break;
  325. case 2:
  326. str = "平";
  327. break;
  328. case 3:
  329. str = "峰";
  330. break;
  331. }
  332. return str;
  333. },
  334. //映射订单状态名称()
  335. getDeviceStatusLable(status) {
  336. //设备状态 0:离网1:空闲2:占用(未充电)3:占用(充电中)4:占用(预约锁定)255:故障
  337. var str = "";
  338. switch (status) {
  339. case 0:
  340. str = "离网";
  341. break;
  342. case 1:
  343. str = "空闲";
  344. break;
  345. case 2:
  346. str = "占用";
  347. break;
  348. case 3:
  349. str = "占用";
  350. break;
  351. case 4:
  352. str = "占用";
  353. break;
  354. case 255:
  355. str = "故障";
  356. break;
  357. }
  358. return str;
  359. },
  360. startup() {
  361. if (this.visit) {
  362. this.$app.popup.alert("该充电枪被占用或存在异常,请重新尝试或更换其他充电枪。", "温馨提示");
  363. return;
  364. }
  365. //判断账户余额是否大于两元
  366. if ((this.accountInfo.balance - 3) <= 0) {
  367. return this.$app.popup.confirm("无法启动充电,抵扣余量需大于3元,请先购买充电券!", "温馨提示!", {
  368. confirmText: "立即购券"
  369. }).then(confirm => {
  370. if (confirm) {
  371. this.$app.url.goto('/pages/coupon-buy/coupon-buy', true);
  372. }
  373. });
  374. }
  375. //统一下单并启动接口
  376. this.get_subMessage();
  377. },
  378. get_subMessage(){
  379. let _this=this
  380. uni.requestSubscribeMessage({
  381. tmplIds: ['03bv7QSrzH4DSjmNsI9P0lq0Vj3sBwpN5mgfZln7Rc4'],
  382. success (res) {
  383. _this.startChangeAndOrder();
  384. }
  385. })
  386. },
  387. // 主动发起购券操作
  388. gotoCouponBuy() {
  389. this.$app.url.goto('/pages/coupon-buy/coupon-buy', true);
  390. },
  391. //统一下单并启动接口
  392. startChangeAndOrder() {
  393. var obj = {
  394. userId: this.userInfo.id,
  395. deviceId: this.deviceInfo.id,
  396. orderType: this.personal == 2 ? 2 : 1, //订单类型 1 个人订单 2 集团订单
  397. }
  398. this.$api.base("post", "/chargeApi/startChangeAndOrder", obj, {}).then(res => {
  399. //下单成功,并进行了订单预充值
  400. this.orderInfo = res.orderInfo;
  401. if (res.flg && res.flg == 1) {
  402. //用户有充电中的订单
  403. this.$app.popup.confirm("您有一个进行中充电订单,不可再次启动。", null, {
  404. showCancel: false,
  405. confirmText: "查看订单"
  406. }).then(cres => {
  407. this.$app.url.goto('/pages/charging/charging?orderId=' + this.orderInfo.id +
  408. "&deviceId=" + this.deviceInfo.id, false);
  409. });
  410. } else {
  411. //正常启动充电订单
  412. this.$app.url.goto('/pages/charging/charging?orderId=' + this.orderInfo.id + "&deviceId=" +
  413. this.deviceInfo.id, false);
  414. }
  415. //this.$app.popup.loading(true,{title:"启动中...."})
  416. //延迟5s查询一下订单,看看是否真的启动成功
  417. //setTimeout(()=>this.checkedStartStatus(),5000);
  418. })
  419. },
  420. /* // 通过充电桩编号(sn)检测该设备是否插枪,是否可以进行后续的下单,启动操作
  421. checkDeviceReady(){
  422. this.$api.base("post","/chargeApi/checkDeviceReady",{"sn":this.deviceInfo.deviceNo},{}).then(res=>{
  423. if(res.code == 0){
  424. //充电桩已经插枪准备好了,可以进行下单充值操作
  425. this.chargeAndOrder();
  426. }
  427. })
  428. },
  429. // 进行下单,并进行接口充值,准备启动充电
  430. chargeAndOrder(){
  431. var obj = {
  432. userId : this.userInfo.id,
  433. deviceId : this.deviceInfo.id,
  434. orderType : this.personal == 2 ? 2 : 1,//订单类型 1 个人订单 2 集团订单
  435. }
  436. this.$api.base("post","/chargeApi/chargeAndOrder",obj,{}).then(res=>{
  437. if(res.code == 0){
  438. //下单成功,并进行了订单预充值
  439. this.orderInfo = res.orderInfo;
  440. //通知已经充值成功,可以进行设备充电的启动
  441. this.changePayAndStart();
  442. }
  443. })
  444. },
  445. // 支付成功启动充电通知
  446. changePayAndStart(){
  447. this.$api.base("post","/chargeApi/changePayAndStart",{"id":this.orderInfo.id},{}).then(res=>{
  448. if(res.code == 0){
  449. this.$app.popup.loading(ture,{title:"启动中...."})
  450. //延迟5s查询一下订单,看看是否真的启动成功
  451. setTimeout(()=>this.checkedStartStatus(),5000);
  452. }
  453. })
  454. }, */
  455. // 延迟5s查询一下订单,看看是否真的启动成功
  456. checkedStartStatus() {
  457. this.$api.base("post", "/chargeApi/checkedStartStatus", {
  458. "id": this.orderInfo.id
  459. }, {}).then(res => {
  460. if (res.code == 0) {
  461. var respObj = res.obj;
  462. if (respObj.code == 200) {
  463. if (respObj.status == 1) {
  464. uni.hideLoading();
  465. //状态为1说明正常启动
  466. this.$app.url.goto('/pages/charging/charging?orderId=' + this.orderInfo.id +
  467. "&deviceId=" + this.deviceInfo.id, false);
  468. } else {
  469. //其他状态,说明充电桩,未启动。或其他问题,需要再次进行进行验证
  470. if (this.checkNum < 20) {
  471. this.checkNum = this.checkNum + 1;
  472. //延迟2s查询一下订单,看看是否真的启动成功
  473. setTimeout(() => this.checkedStartStatus(), 2000);
  474. }
  475. }
  476. } else {
  477. uni.hideLoading();
  478. this.$app.popup.alert(respObj.msg, "温馨提示");
  479. }
  480. } else {
  481. uni.hideLoading();
  482. }
  483. })
  484. },
  485. }
  486. }
  487. </script>
  488. <style scoped>
  489. @import url("terminal.css");
  490. </style>