移动储能车V1版本
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.vue 43KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642
  1. <template>
  2. <view class="content">
  3. <view class="top">
  4. <image class="top_logo" src="../../static/logo1.png" mode=""></image>
  5. <image class="tite" src="../../static/tite1.png" mode=""></image>
  6. <!-- <view class="tite">
  7. </view> -->
  8. <view class="time">
  9. <view class="time_top">
  10. {{formattedTime}}
  11. </view>
  12. <view class="time_bottom">
  13. <view>
  14. </view>
  15. <view class="time_bottom1">
  16. {{$t('status')}}
  17. <view class="time_state" v-if="status=='ok'">
  18. {{$t('online')}}
  19. </view>
  20. <view class="time_state1" v-else>
  21. {{$t('offline')}}
  22. </view>
  23. </view>
  24. </view>
  25. </view>
  26. </view>
  27. <view class="parameter">
  28. <view class="parameter_left">
  29. <view class="parameter_left1">
  30. <!-- <jerry-gauge></jerry-gauge> -->
  31. <view style="display: flex;justify-content: center;position: relative;">
  32. <cmd-progress type="dashboard" :percent="uidatasdata.SOC??0" stroke-color="#B0D0FF" :stroke-width="6" :width="180" stroke-shape="square" :showInfo="false"></cmd-progress>
  33. <view style="position: absolute;text-align: center;top: 20%;">
  34. <view style="font-size:72rpx;font-weight: bold;">{{uidatasdata.SOC??0}} <text style="font-size:32rpx;">%</text> </view>
  35. <view style="font-size:32rpx;margin-top: 6px;">SOC</view>
  36. </view>
  37. <view style="position: absolute;top: 70%;">
  38. <view style="width: 190px;display: flex;justify-content: space-between;">
  39. <view style="font-size:32rpx;margin-left: 10px;">0</view>
  40. <view style="font-size:32rpx;">100%</view>
  41. </view>
  42. </view>
  43. </view>
  44. <!-- <view class="parameter_canvas">
  45. <view class="parameter_canvas1">
  46. 0
  47. </view>
  48. <view class="parameter_canvas2">
  49. 100%
  50. </view>
  51. </view> -->
  52. </view>
  53. <image class="parameter_leftdian1" src="../../static/dian1.png" alt="" />
  54. <view class="parameter_lef2">
  55. <image src="../../static/dian2.png" mode=""></image>
  56. </view>
  57. <image class="parameter_leftche" src="../../static/che.png" mode=""></image>
  58. <!-- <image class="parameter_leftche1" src="../../static/fang.png" mode=""></image> -->
  59. <!-- <image class="parameter_leftche" src="../../static/che.png" mode=""></image> -->
  60. <!-- <image class="parameter_leftche2" src="../../static/che1.png" mode=""></image> -->
  61. <view class="parameter_leftview">{{$t('CommunicationRechargeInput')}}</view>
  62. <!-- <view class="parameter_leftview">交流供电</view> -->
  63. <!-- <view class="parameter_leftview">直流补电</view> -->
  64. <!-- <view class="parameter_leftview">直流供电</view> -->
  65. </view>
  66. <view class="parameter_right">
  67. <view class="parameter_righttop">
  68. <view class="parameter_1">
  69. <!-- <view class="parameter_2">
  70. <view class="parameter_3">
  71. <view class="parameter_4">
  72. <image src="../../static/y8.png" mode=""
  73. v-if="uidatasdata.AC_In_380V_63A1_Status==0.00"></image>
  74. <image src="../../static/y6.png" mode="" v-else></image>
  75. {{$t('state163A')}}
  76. </view>
  77. <view class="parameter_51" v-if="uidatasdata.AC_In_380V_63A1_Status==0.00">
  78. {{$t('connect')}}
  79. </view>
  80. <view class="parameter_5" v-else>
  81. {{$t('breakoff')}}
  82. </view>
  83. </view>
  84. <view class="parameter_3">
  85. <view class="parameter_4">
  86. <image src="../../static/y8.png" mode=""
  87. v-if="uidatasdata.AC_In_380V_63A2_Status==0.00"></image>
  88. <image src="../../static/y6.png" mode="" v-else></image>
  89. {{$t('state63A2')}}
  90. </view>
  91. <view class="parameter_51" v-if="uidatasdata.AC_In_380V_63A2_Status==0.00">
  92. {{$t('connect')}}
  93. </view>
  94. <view class="parameter_5" v-else>
  95. {{$t('breakoff')}}
  96. </view>
  97. </view>
  98. </view> -->
  99. <view class="parameter_SOC">
  100. <image src="../../static/SOC.png" mode=""></image>
  101. <view class="parameter_SOCright">
  102. <view class="parameter_SOCright1">
  103. SOC
  104. </view>
  105. <view>
  106. <text class="parameter_SOCright2">{{uidatasdata.SOC??'—'}}</text> <text>%</text>
  107. </view>
  108. </view>
  109. </view>
  110. <view class="parameter_Battery">
  111. <image src="../../static/Battery.png" mode=""></image>
  112. <view class="parameter_SOCright">
  113. <view class="parameter_SOCright1">
  114. {{$t('BatteryStatus')}}
  115. </view>
  116. <view class="parameter_Batterystate">
  117. <view v-if="uidatasdata.bms_BatSysState==5">
  118. {{$t('fault')}}
  119. </view>
  120. <!-- <view v-else-if="uidatasdata.bms_BatSysState==0">
  121. {{$t('ChuShiHua')}}
  122. </view> -->
  123. <view v-else-if="uidatasdata.bms_BatSysState==1">
  124. {{$t('NotupyetVoltage')}}
  125. </view>
  126. <!-- <view v-else-if="uidatasdata.bms_BatSysState==2">
  127. {{$t('HighVoltageMedium')}}
  128. </view> -->
  129. <view v-else-if="uidatasdata.bms_BatSysState==3">
  130. {{$t('voltagehasbeen')}}
  131. </view>
  132. <!-- <view v-else-if="uidatasdata.bms_BatSysState==4">
  133. {{$t('Underhighpressure')}}
  134. </view> -->
  135. <view v-else>
  136. </view>
  137. <!-- {{uidatasdata.bms_BatSysWorkMode_==0.00?'无效':'有效'}} -->
  138. </view>
  139. </view>
  140. </view>
  141. <view class="parameter_state">
  142. <image src="../../static/setup.png" mode=""></image>
  143. <view class="parameter_SOCright">
  144. <view class="parameter_SOCright1">
  145. {{$t('SystemStatus')}}
  146. </view>
  147. <view class="parameter_Batterystate">
  148. <!-- {{uidatasdata.bms_ChgLinkSt==0.00?'无效':'有效'}} -->
  149. <view v-if="uidatasdata.bms_BatSysWorkMode_==0">
  150. {{$t('uncharged')}}
  151. </view>
  152. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==1">
  153. {{$t('Chargingprogress')}}
  154. </view>
  155. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==2">
  156. {{$t('Chargingmalfunction')}}
  157. </view>
  158. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==3">
  159. {{$t('full')}}
  160. </view>
  161. <!-- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==4">
  162. {{$t('Chargingstopped')}}
  163. </view> -->
  164. <!-- <view v-else-if="uidatasdata.bms_BatSysWorkMode_>3&&uidatasdata.bms_BatSysWorkMode_<8">
  165. {{$t('retain')}}
  166. </view> -->
  167. <view v-else>
  168. </view>
  169. </view>
  170. </view>
  171. </view>
  172. </view>
  173. </view>
  174. <view class="parameter_tap">
  175. <view :class="segmented==1?'parameter_tap1':'parameter_tap2'" @click="ontap(1)">
  176. {{$t('exchangeinformation')}}
  177. </view>
  178. <view :class="segmented==2?'parameter_tap1':'parameter_tap2'" @click="ontap(2)">
  179. {{$t('Batteryinformation')}}
  180. </view>
  181. <view :class="segmented==3?'parameter_tap1':'parameter_tap2'" @click="ontap(3)">
  182. {{$t('statisticalinformation')}}
  183. </view>
  184. <view :class="segmented==4?'parameter_tap1':'parameter_tap2'" @click="ontap(4)">
  185. {{$t('coolinginformation')}}
  186. </view>
  187. </view>
  188. <view class="parameter_zheng" key="index">
  189. <view class="parameter_box" v-if="segmented==1">
  190. <view class="parameter_zheng1">
  191. <view class="parameter_zheng11">
  192. <view class="parameter_zheng12">
  193. {{$t('PhaseVoltageAV')}}
  194. </view>
  195. <view class="parameter_zheng13">
  196. {{uidatasdata.PCSPortAPhaseVoltage??'—'}} <text class="parameter_zheng14">V</text>
  197. </view>
  198. </view>
  199. <view class="parameter_zheng11">
  200. <view class="parameter_zheng12">
  201. {{$t('PhaseVoltageBV')}}
  202. </view>
  203. <view class="parameter_zheng13">
  204. {{uidatasdata.PCSPortBPhaseVoltage??'—'}} <text class="parameter_zheng14">V</text>
  205. </view>
  206. </view>
  207. <view class="parameter_zheng11">
  208. <view class="parameter_zheng12">
  209. {{$t('PhaseVoltageCV')}}
  210. </view>
  211. <view class="parameter_zheng13">
  212. {{uidatasdata.PCSPortCPhaseVoltage??'—'}} <text class="parameter_zheng14">V</text>
  213. </view>
  214. </view>
  215. <view class="parameter_zheng11">
  216. <view class="parameter_zheng12">
  217. {{$t('Supplementarypower')}}
  218. </view>
  219. <view class="parameter_zheng13">
  220. {{uidatasdata.PCSTotalOutputPower??'—'}} <text class="parameter_zheng14">kW</text>
  221. </view>
  222. </view>
  223. </view>
  224. <view class="parameter_zheng2">
  225. <view class="parameter_zheng11">
  226. <view class="parameter_zheng12">
  227. <!-- A{{$t('PhaseCurrent')}} -->
  228. {{$t('PhaseVoltageAA')}}
  229. </view>
  230. <view class="parameter_zheng13">
  231. {{uidatasdata["PCSOutputA-phaseCurrent"]??'—'}} <text class="parameter_zheng14">A</text>
  232. </view>
  233. </view>
  234. <view class="parameter_zheng11">
  235. <view class="parameter_zheng12">
  236. {{$t('PhaseVoltageBA')}}
  237. </view>
  238. <view class="parameter_zheng13">
  239. {{uidatasdata["PCSOutputB-phaseCurrent"]??'—'}} <text class="parameter_zheng14">A</text>
  240. </view>
  241. </view>
  242. <view class="parameter_zheng11">
  243. <view class="parameter_zheng12">
  244. {{$t('PhaseVoltageCA')}}
  245. </view>
  246. <view class="parameter_zheng13">
  247. {{uidatasdata["PCSOutputC-phaseCurrent"]??'—'}} <text class="parameter_zheng14">A</text>
  248. </view>
  249. </view>
  250. <view class="parameter_zheng11" style="height: 30px;">
  251. <view class="parameter_zheng12">
  252. <!-- {{$t('powerSupply')}} -->
  253. </view>
  254. <!-- <view class="parameter_zheng13">
  255. {{uidatasdata.PCSACChargeEnergy??'—'}} <text class="parameter_zheng14">kWh</text>
  256. </view> -->
  257. </view>
  258. </view>
  259. </view>
  260. <view class="parameter_box" v-if="segmented==2">
  261. <view class="parameter_zheng1">
  262. <!-- <view class="parameter_zheng11">
  263. <view class="parameter_zheng12">
  264. {{$t('Batterypower')}}
  265. </view>
  266. <view class="parameter_zheng13">
  267. {{uidatasdata.BatSysSt2_BatPower??'—'}} <text class="parameter_zheng14">kW</text>
  268. </view>
  269. </view> -->
  270. <view class="parameter_zheng11">
  271. <view class="parameter_zheng12">
  272. {{$t('TotalPressure')}}
  273. </view>
  274. <view class="parameter_zheng13">
  275. {{uidatasdata.BatSysSt2_BatSumVInt??'—'}} <text class="parameter_zheng14">V</text>
  276. </view>
  277. </view>
  278. <view class="parameter_zheng11">
  279. <view class="parameter_zheng12">
  280. {{$t('AllowChargingPower')}}
  281. </view>
  282. <view class="parameter_zheng13">
  283. {{uidatasdata.DchChgCurPowLimit_MaxChargePowerLimit??'—'}} <text
  284. class="parameter_zheng14">kW</text>
  285. </view>
  286. </view>
  287. <view class="parameter_zheng11">
  288. <view class="parameter_zheng12">
  289. {{$t('MaximumVoltage')}}
  290. </view>
  291. <view class="parameter_zheng13">
  292. {{uidatasdata.BatCellVPeak_ValMaxCellVoltage??'—'}} <text
  293. class="parameter_zheng14">V</text>
  294. </view>
  295. </view>
  296. <view class="parameter_zheng11">
  297. <view class="parameter_zheng12">
  298. {{$t('MaximumTemperature')}}
  299. </view>
  300. <view class="parameter_zheng13">
  301. {{uidatasdata.CellTemperatureLimitsStatus_MaxTemp??'—'}} <text
  302. class="parameter_zheng14">℃</text>
  303. </view>
  304. </view>
  305. </view>
  306. <view class="parameter_zheng2">
  307. <view class="parameter_zheng11">
  308. <view class="parameter_zheng12">
  309. {{$t('BatteryCurrent')}}
  310. </view>
  311. <view class="parameter_zheng13">
  312. {{uidatasdata.BatSysSt2_BatCur??'—'}} <text class="parameter_zheng14">A</text>
  313. </view>
  314. </view>
  315. <!-- <view class="parameter_zheng11">
  316. <view class="parameter_zheng12">
  317. {{$t('TotalExternalPressure')}}
  318. </view>
  319. <view class="parameter_zheng13">
  320. {{uidatasdata.BatSysSt2_BatSumVOut??'—'}} <text class="parameter_zheng14">V</text>
  321. </view>
  322. </view> -->
  323. <view class="parameter_zheng11">
  324. <view class="parameter_zheng12">
  325. {{$t('AllowChargingCurrent')}}
  326. </view>
  327. <view class="parameter_zheng13">
  328. {{uidatasdata.ChargingInformation_Chg_Max_Cur??'—'}} <text
  329. class="parameter_zheng14">A</text>
  330. </view>
  331. </view>
  332. <view class="parameter_zheng11">
  333. <view class="parameter_zheng12">
  334. {{$t('MinimumIndividualVoltage')}}
  335. </view>
  336. <view class="parameter_zheng13">
  337. {{uidatasdata.BatCellVPeak_ValMinCellVoltage??'—'}} <text
  338. class="parameter_zheng14">V</text>
  339. </view>
  340. </view>
  341. <view class="parameter_zheng11">
  342. <view class="parameter_zheng12">
  343. {{$t('MinimumMonomerTemperature')}}
  344. </view>
  345. <view class="parameter_zheng13">
  346. {{uidatasdata.CellTemperatureLimitsStatus_MinTemp??'—'}} <text
  347. class="parameter_zheng14">℃</text>
  348. </view>
  349. </view>
  350. </view>
  351. </view>
  352. <view class="parameter_box" v-if="segmented==3">
  353. <view class="parameter_zheng10">
  354. <!-- <view class="parameter_zhengbox">
  355. <view class="parameter_zheng12">
  356. {{$t('AccumulatedChargingCapacityCommunication')}}
  357. </view>
  358. <view class="parameter_zhengbox13">
  359. {{uidatasdata.PCSACChargeEnergy??'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
  360. </view>
  361. </view>
  362. <view class="parameter_zhengbox parameter_zheng101">
  363. <view class="parameter_zheng12">
  364. {{$t('AccumulatedDCChargingCapacity')}}
  365. </view>
  366. <view class="parameter_zhengbox13">
  367. {{uidatasdata.PCSDCDisChargeEnergy??'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
  368. </view>
  369. </view> -->
  370. <view class="parameter_zhengbox">
  371. <view class="parameter_zheng12">
  372. {{$t('RunningTimes')}}
  373. </view>
  374. <view class="parameter_zhengbox13">
  375. {{uidatasdata.CommunicationRecharge}}<text class="parameter_zheng14">{{$t('RunningTimesmin')}}</text> <text></text>
  376. </view>
  377. </view>
  378. <view class="parameter_zhengbox parameter_zheng101">
  379. <view class="parameter_zheng12">
  380. {{$t('InputCapacity')}}
  381. </view>
  382. <view class="parameter_zhengbox13">
  383. {{uidatasdata.CommunicationElectricity}} <text class="parameter_zheng14">kWh</text> <text></text>
  384. </view>
  385. </view>
  386. <view class="parameter_zhengbox parameter_zheng101">
  387. <view class="parameter_zheng12">
  388. {{$t('AccumulateInput')}}
  389. </view>
  390. <view class="parameter_zhengbox13">
  391. <!-- {{uidatasdata.PCSACChargeEnergy??'—'}} <text class="parameter_zheng14">kWh</text> <text></text> -->
  392. {{uidatasdata.PCSACChargeEnergy??'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
  393. </view>
  394. </view>
  395. </view>
  396. </view>
  397. <view class="parameter_box" v-if="segmented==4">
  398. <view class="parameter_zheng1">
  399. <view class="parameter_zheng11">
  400. <view class="parameter_zheng12">
  401. {{$t('WorkingMode')}}
  402. </view>
  403. <view class="parameter_Batterystate">
  404. <!-- {{uidatasdata.TMS_Status_TMS_WORK_MODE}} <text class="parameter_zheng14">kW</text> -->
  405. <!-- {{uidatasdata.TMS_Status_TMS_WORK_MODE==1.00?'有效':'无效'}} -->
  406. <view v-if="uidatasdata.TMS_Status_TMS_WORK_MODE==0">
  407. {{$t('OffMode')}}
  408. </view>
  409. <view v-else-if="uidatasdata.TMS_Status_TMS_WORK_MODE==1">
  410. {{$t('CoolingMode')}}
  411. </view>
  412. <view v-else-if="uidatasdata.TMS_Status_TMS_WORK_MODE==2">
  413. {{$t('HeatingMode')}}
  414. </view>
  415. <view v-else-if="uidatasdata.TMS_Status_TMS_WORK_MODE==3">
  416. {{$t('CirculatingMode')}}
  417. </view>
  418. <view v-else>
  419. </view>
  420. </view>
  421. </view>
  422. <view class="parameter_zheng11">
  423. <view class="parameter_zheng12">
  424. {{$t('OutletTemperature')}}
  425. </view>
  426. <view class="parameter_zheng13">
  427. {{uidatasdata.TMS_Status_TMS_WATEROUT_TEMP??'—'}} <text
  428. class="parameter_zheng14">℃</text>
  429. </view>
  430. </view>
  431. <view class="parameter_zheng11">
  432. <view class="parameter_zheng12" style="height: 30px;">
  433. <!-- {{$t('PowerDemand')}} -->
  434. </view>
  435. <!-- <view class="parameter_zheng13">
  436. {{uidatasdata.TMS_Status_TMS_POWER_REQ??'—'}} <text class="parameter_zheng14">kW</text>
  437. </view> -->
  438. </view>
  439. </view>
  440. <view class="parameter_zheng2">
  441. <view class="parameter_zheng11">
  442. <view class="parameter_zheng12">
  443. {{$t('HighVoltageRelayStatus')}}
  444. </view>
  445. <view class="parameter_Batterystate">
  446. <!-- {{uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==0.00?'无效':'有效'}} -->
  447. <view v-if="uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==0">
  448. {{$t('DisconnectedState')}}
  449. </view>
  450. <view v-else-if="uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==1">
  451. {{$t('ClosedState')}}
  452. </view>
  453. <view v-else>
  454. </view>
  455. </view>
  456. </view>
  457. <view class="parameter_zheng11">
  458. <view class="parameter_zheng12">
  459. {{$t('waterTemperature')}}
  460. </view>
  461. <view class="parameter_zheng13">
  462. {{uidatasdata.TMS_Status_TMS_WATERIN_TEMP??'—'}} <text class="parameter_zheng14">℃</text>
  463. </view>
  464. </view>
  465. <view class="parameter_zheng11">
  466. <view class="parameter_zheng12" style="height: 30px;">
  467. <!-- {{$t('FaultLevel')}} -->
  468. </view>
  469. <!-- <view class="parameter_Batterystate">
  470. <view v-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==0">
  471. {{$t('NoMalfunction')}}
  472. </view>
  473. <view v-else-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==1">
  474. 1{{$t('LevelLault')}}
  475. </view>
  476. <view v-else-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==2">
  477. 2{{$t('LevelLault')}}
  478. </view>
  479. <view v-else-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==3">
  480. 3{{$t('LevelLault')}}
  481. </view>
  482. <view v-else>
  483. </view>
  484. </view> -->
  485. </view>
  486. </view>
  487. </view>
  488. <view class="parameter_zheng3">
  489. <view class="parameter_zheng31111" v-if="uidatasdata.SysControl_RunCmd==0" @click="dialogToggle">
  490. <view class="parameter_zheng31">
  491. <view class="parameter_zheng32">
  492. {{$t('open')}}
  493. </view>
  494. </view>
  495. </view>
  496. <view class="parameter_zheng31111" v-else>
  497. <view class="parameter_zheng31">
  498. <view class="parameter_zheng32ccc">
  499. {{$t('open')}}
  500. </view>
  501. </view>
  502. </view>
  503. <view class="parameter_zheng31111" @click="onstopit" v-if="uidatasdata.SysControl_RunCmd==1">
  504. <view class="parameter_zheng31">
  505. <view class="parameter_zheng33">
  506. {{$t('stopIt')}}
  507. </view>
  508. </view>
  509. </view>
  510. <view class="parameter_zheng31111" v-else>
  511. <view class="parameter_zheng31">
  512. <view class="parameter_zheng32ccc">
  513. {{$t('stopIt')}}
  514. </view>
  515. </view>
  516. </view>
  517. <!-- <view class="parameter_zheng31111" @click="onpower"> -->
  518. <view class="parameter_zheng31111">
  519. <view class="parameter_zheng31" @click="onpower" v-if="uidatasdata.SysControl_RunCmd==1">
  520. <view class="parameter_zheng34" v-if="$t('power')=='功率'">
  521. <view>
  522. {{$t('power')}}
  523. </view>
  524. <view>
  525. {{$t('given')}}
  526. </view>
  527. </view>
  528. <view class="parameter_zheng34" v-else>
  529. <view>
  530. {{$t('power')}} {{$t('given')}}
  531. </view>
  532. </view>
  533. </view>
  534. <view class="parameter_zheng31" v-else>
  535. <view class="parameter_zheng34ccc" v-if="$t('power')=='功率'">
  536. <view>
  537. {{$t('power')}}
  538. </view>
  539. <view>
  540. {{$t('given')}}
  541. </view>
  542. </view>
  543. <view class="parameter_zheng34ccc" v-else>
  544. <view>
  545. {{$t('power')}} {{$t('given')}}
  546. </view>
  547. </view>
  548. </view>
  549. </view>
  550. </view>
  551. </view>
  552. <view class="parameter_home">
  553. <view class="parameter_home1" @click="onreturn">
  554. <image src="../../static/home.png" mode=""></image><text
  555. class="parameter_hometext">{{$t('ReturnModeSelection')}}</text>
  556. </view>
  557. <view class="parameter_home2" v-if="faultsdata.length>0&&!this.SysFaultState">
  558. <image src="../../static/home1.png" mode=""></image>
  559. <swiper class="swiper" circular :autoplay="true" :interval="2000" :duration="500"
  560. :vertical="true">
  561. <swiper-item v-for="(item, index) in faultsdata" :key="index">
  562. <view class="parameter_home3">{{ item["CONTENT"] }}</view>
  563. </swiper-item>
  564. </swiper>
  565. </view>
  566. </view>
  567. </view>
  568. </view>
  569. <uni-popup ref="alertDialog">
  570. <uni-popup-dialog
  571. :mode="modeinput"
  572. :placeholder="$t('powergiven') + '(0~80kW)'"
  573. v-model="value"
  574. :focus="false"
  575. :type="successtype"
  576. :cancelText="$t('CancelReturn')"
  577. :confirmText="confirmText"
  578. :beforeClose="true"
  579. :title="title"
  580. :content="content"
  581. @confirm="dialogConfirm"
  582. @close="dialogClose">
  583. </uni-popup-dialog>
  584. </uni-popup>
  585. <uni-popup ref="alertDialog1">
  586. <view class="unipopup">
  587. <view class="unipopup1">
  588. <view>
  589. </view>
  590. <image @click="unipopupclose" class="unipopup1image" src="../../static/Icons2X.png" mode=""></image>
  591. </view>
  592. <!-- ACcurrentoutputTA1
  593. <!-- ACcurrentoutputTA2 -->
  594. <view class="unipopup2">
  595. <image class="unipopup2image1" src="../../static/ACin.png" mode=""></image>
  596. <view class="unipopup21">
  597. <view class="unipopup21image">
  598. <image class="unipopup2image41" v-if="ACcurrentoutputchoice==20" src="../../static/20kw1l.png" mode=""></image>
  599. <image class="unipopup2image41" v-else src="../../static/20kw1.png" mode="" @click="clickACcurrentoutput(20)"></image>
  600. <image class="unipopup2image4" v-if="ACcurrentoutputchoice==40" src="../../static/40kw1l.png" mode=""></image>
  601. <image class="unipopup2image4" v-else src="../../static/40kw1.png" mode="" @click="clickACcurrentoutput(40)"></image>
  602. </view>
  603. <view class="unipopup22image">
  604. <image class="unipopup2image41" v-if="ACcurrentoutputchoice==60" src="../../static/60kwl.png" mode=""></image>
  605. <image class="unipopup2image41" v-else src="../../static/60kw.png" mode="" @click="clickACcurrentoutput(60)"></image>
  606. <image class="unipopup2image4" v-if="ACcurrentoutputchoice==80" src="../../static/80kwl.png" mode=""></image>
  607. <image class="unipopup2image4" v-else src="../../static/80kw.png" mode="" @click="clickACcurrentoutput(80)"></image>
  608. </view>
  609. </view>
  610. </view>
  611. <!-- <view v-else>
  612. <view class="unipopup2">
  613. <image class="unipopup2image1" src="../../static/ACin.png" mode=""></image>
  614. <image class="unipopup2image2" v-if="ACcurrentoutputchoice==20" src="../../static/20kwl.png" mode=""></image>
  615. <image class="unipopup2image2" v-else src="../../static/20kw.png" mode="" @click="clickACcurrentoutput(20)"></image>
  616. <image class="unipopup2image3" v-if="ACcurrentoutputchoice==40" src="../../static/40kwl.png" mode=""></image>
  617. <image class="unipopup2image3" v-else src="../../static/40kw.png" mode="" @click="clickACcurrentoutput(40)"></image>
  618. </view>
  619. <view v-else class="unipopup2">
  620. 没有检测到功率
  621. </view>
  622. </view> -->
  623. <view class="unipopup3">
  624. <view class="unipopup311" @click="unipopupclose">
  625. <image class="unipopup31" src="../../static/qx.png" mode=""></image>
  626. </view>
  627. <view class="unipopup311" @click="onunipopup">
  628. <image class="unipopup32" src="../../static/qd.png" mode=""></image>
  629. </view>
  630. </view>
  631. </view>
  632. </uni-popup>
  633. <uni-popup ref="message" type="message">
  634. <uni-popup-message type="error" :message="messageText" :duration="3000"></uni-popup-message>
  635. </uni-popup>
  636. </view>
  637. </template>
  638. <script>
  639. import cmdProgress from "@/components/cmd-progress/cmd-progress.vue"
  640. // import JerryGauge from "../../uni_modules/jerry-gauge/index.vue";
  641. import {
  642. getuidatas,
  643. login,
  644. control,
  645. getfaultsList
  646. } from "../../api/api.js";
  647. import {
  648. getTime
  649. } from "../../utils/index.js";
  650. import {
  651. mapState
  652. } from 'vuex';
  653. export default {
  654. components:{
  655. cmdProgress
  656. },
  657. data() {
  658. return {
  659. successtype: 'success',
  660. confirmText: '确认启动',
  661. title: '你确定要开启该设备吗?',
  662. content: '启动设备前,请确认参照用户手册确定设备与各部件处于正确状态!',
  663. value: '',
  664. modeinput: '',
  665. segmented: 1,
  666. uidatas: '',
  667. formatTimeid: '',
  668. faultsdata: [],
  669. SysFaultState:true,
  670. currentDate:'',
  671. ACcurrentoutputchoice:0,
  672. }
  673. },
  674. onLoad() {
  675. const date = new Date();
  676. const year = date.getFullYear();
  677. const month = date.getMonth() + 1;
  678. const day = date.getDate();
  679. this.currentDate = `${year}-${month}-${day}`;
  680. this.confirmText = this.$t('ConfirmStart');
  681. this.title = this.$t('popUpTitle');
  682. this.content = this.$t('popUpContent');
  683. },
  684. computed: {
  685. // 使用 mapState 映射多个状态到组件的计算属性
  686. ...mapState(['formattedTime', 'status']),
  687. ...mapState({
  688. uidatasdata: state => state.uidatasdata
  689. })
  690. },
  691. mounted() {
  692. // setTimeout(() => {
  693. // let SOC = (this.$store.state.uidatasdata.SOC * 1).toFixed(0)
  694. // new Gauge({
  695. // canvasId: "canvas2",
  696. // value: SOC,
  697. // lineWidth: 20,
  698. // progressColor: ["#B0D0FF", "#5B8FF9"],
  699. // valueColor: "blue",
  700. // });
  701. // }, 100);
  702. // this.onfaultsdata();
  703. // ACcurrentoutputTA1
  704. // ACcurrentoutputTA2
  705. // this.$refs.alertDialog1.open();
  706. },
  707. beforeUnmount() {
  708. if (this.scrollInterval) {
  709. clearInterval(this.scrollInterval); // 清除定时器
  710. }
  711. },
  712. watch: {
  713. uidatasdata: {
  714. handler(newVal, oldVal) {
  715. console.log('uidatasdata 发生变化:', newVal);
  716. // 在这里可以添加处理逻辑
  717. if(newVal.SysState_SysFaultState==1&&this.SysFaultState){
  718. this.SysFaultState = false
  719. this.onfaultsdata();
  720. }else if(newVal.SysState_SysFaultState==0){
  721. this.SysFaultState = true
  722. }
  723. },
  724. deep: true // 监听深层次的变化
  725. }
  726. },
  727. methods: {
  728. handleDataChange(newData) {
  729. console.log('数据变化处理:', newData);
  730. },
  731. onfaultsdata() {
  732. let data = {
  733. page: 1,
  734. rows: 10,
  735. device: '',
  736. starttime: '',
  737. endtime: '',
  738. rt: 1,
  739. type: '故障'
  740. }
  741. getfaultsList(data).then(res => {
  742. console.log(res);
  743. if (res.status == 'ok') {
  744. this.faultsdata=[]
  745. for (var i = 0; i < res.data.list.length; i++) {
  746. if(this.currentDate == res.data.list[i].FAULTTIME.substring(0, 10)){
  747. this.faultsdata.push(res.data.list[i])
  748. }
  749. }
  750. } else {
  751. }
  752. });
  753. },
  754. // 返回首页
  755. onreturn() {
  756. uni.redirectTo({
  757. url: '/pages/index/index'
  758. });
  759. },
  760. // 启动设备弹窗
  761. dialogToggle() {
  762. this.modeinput = 'base'
  763. this.successtype = 'success'
  764. this.confirmText = this.$t('ConfirmStart');
  765. this.title = this.$t('popUpTitle');
  766. this.content = this.$t('popUpContent');
  767. this.$refs.alertDialog.open()
  768. },
  769. // 关闭设备弹窗
  770. onstopit() {
  771. this.modeinput = 'base'
  772. this.successtype = 'error'
  773. this.confirmText = this.$t('ConfirmStop');
  774. this.title = this.$t('popUpTitleStop');
  775. this.content =this.$t('popUpContentStop');
  776. this.$refs.alertDialog.open()
  777. },
  778. // AC补电功率取消按钮
  779. unipopupclose(){
  780. this.ACcurrentoutputchoice =0
  781. this.$refs.alertDialog1.close()
  782. },
  783. onunipopup(){
  784. console.log(1111);
  785. let data = {
  786. id: "e612195b-cf9e-418b-9e2d-0fbae9b03ffa",
  787. issaveinitvalue: false,
  788. value: this.ACcurrentoutputchoice+''
  789. }
  790. console.log(data);
  791. control(data).then(res => {
  792. console.log(res);
  793. if (res.status == 'ok') {
  794. this.ACcurrentoutputchoice =0
  795. this.$refs.alertDialog1.close()
  796. uni.showToast({
  797. title: this.$t('OperationSuccessful'),
  798. icon: 'none',
  799. duration: 2000, // 显示时长,单位为毫秒
  800. });
  801. } else {
  802. this.ACcurrentoutputchoice =0
  803. this.$refs.alertDialog1.close()
  804. uni.showToast({
  805. title: this.$t('operationFailed'),
  806. icon: 'none', // 使用 'none' 图标来表示失败
  807. duration: 2000, // 显示时长,单位为毫秒
  808. });
  809. }
  810. });
  811. },
  812. onpower() {
  813. // this.modeinput = 'input'
  814. // this.title = this.$t('ACinputpowergiven');
  815. // this.confirmText = this.$t('confirm');
  816. // this.ACcurrentoutputchoice =this.$store.state.uidatasdata.
  817. this.$refs.alertDialog1.open()
  818. },
  819. // 确定
  820. dialogConfirm() {
  821. let data = {}
  822. if (this.title == this.$t('ACinputpowergiven')) {
  823. data = {
  824. id: "e612195b-cf9e-418b-9e2d-0fbae9b03ffa",
  825. issaveinitvalue: false,
  826. value: this.value
  827. }
  828. } else {
  829. data = {
  830. id: "c35c4db0-113f-442a-9e26-728489265fdb",
  831. issaveinitvalue: false,
  832. value: this.content == this.$t('popUpContent') ? '1' : '0'
  833. }
  834. }
  835. control(data).then(data => {
  836. console.log(data);
  837. if (data.status == 'ok') {
  838. if (this.title == this.$t('ACinputpowergiven')) {
  839. plus.navigator.hideSystemNavigation() //隐藏虚拟按键
  840. }
  841. this.$refs.alertDialog.close()
  842. uni.showToast({
  843. title: this.$t('OperationSuccessful'),
  844. icon: 'none',
  845. duration: 2000, // 显示时长,单位为毫秒
  846. });
  847. // setTimeout(() => {
  848. // this.$refs.alertDialog1.open()
  849. // }, 1000);
  850. } else {
  851. this.$refs.alertDialog.close()
  852. uni.showToast({
  853. title: this.$t('operationFailed'),
  854. icon: 'none', // 使用 'none' 图标来表示失败
  855. duration: 2000, // 显示时长,单位为毫秒
  856. });
  857. }
  858. });
  859. },
  860. dialogClose() {
  861. // console.log(this.value);
  862. this.$refs.alertDialog.close()
  863. if (this.title == this.$t('ACinputpowergiven')) {
  864. plus.navigator.hideSystemNavigation() //隐藏虚拟按键
  865. }
  866. },
  867. ontap(e) {
  868. console.log(e);
  869. this.segmented = e;
  870. },
  871. // AC补点弹窗
  872. clickACcurrentoutput(value){
  873. this.ACcurrentoutputchoice = value
  874. }
  875. },
  876. }
  877. </script>
  878. <!-- -->
  879. <style lang="scss" scoped>
  880. .content {
  881. width: 100%;
  882. height: 100vh;
  883. opacity: 1;
  884. background: linear-gradient(180deg, rgba(215, 230, 245, 0) 0%, rgba(196, 229, 255, 1) 100%);
  885. box-sizing: border-box;
  886. }
  887. .top {
  888. width: 100%;
  889. height: 100px;
  890. display: flex;
  891. align-items: center;
  892. justify-content: space-between;
  893. background-size: 100% 100%;
  894. background-repeat: no-repeat;
  895. box-sizing: border-box;
  896. background-color: #fff;
  897. padding: 0px 46px;
  898. }
  899. .top_logo{
  900. width:327px;
  901. height: 56px;
  902. }
  903. .tite{
  904. width:166px;
  905. height: 50px;
  906. }
  907. .time{
  908. width:277px;
  909. text-align: right;
  910. }
  911. .time_top {
  912. font-size: 17px;
  913. }
  914. .time_bottom {
  915. display: flex;
  916. font-size: 17px;
  917. justify-content: space-between;
  918. }
  919. .time_bottom1 {
  920. display: flex;
  921. }
  922. .time_state {
  923. font-size: 17px;
  924. font-weight: 600;
  925. color: rgba(22, 68, 144, 1);
  926. }
  927. .time_state1 {
  928. font-size: 17px;
  929. font-weight: 600;
  930. color: rgba(217, 22, 22, 1);
  931. }
  932. .parameter {
  933. width: 100%;
  934. padding-bottom: 20px;
  935. display: flex;
  936. padding: 20px 20px;
  937. box-sizing: border-box;
  938. }
  939. .parameter_left {
  940. width: 262.85px;
  941. height: 630px;
  942. opacity: 1;
  943. border-radius: 24.47px;
  944. background: linear-gradient(180deg, rgba(42, 150, 212, 0.1) 0%, rgba(42, 146, 209, 0) 100%);
  945. border: 2.94px solid rgba(242, 248, 252, 1);
  946. display: flex;
  947. flex-direction: column;
  948. align-items: center;
  949. padding: 20rpx 0px;
  950. }
  951. .parameter_left1 {
  952. width: 100%;
  953. height: 170px;
  954. box-sizing: border-box;
  955. display: flex;
  956. flex-direction: column;
  957. justify-content: space-between;
  958. align-items: center;
  959. padding-bottom: 10px;
  960. }
  961. .canvas {
  962. width: 180px;
  963. margin: 8px auto auto auto;
  964. }
  965. .parameter_canvas {
  966. width: 100%;
  967. display: flex;
  968. justify-content: space-around;
  969. box-sizing: border-box;
  970. }
  971. .parameter_canvas1 {
  972. margin-left: -20px;
  973. margin-top: -40px;
  974. }
  975. .parameter_canvas2 {
  976. margin-right: -20px;
  977. margin-top: -40px;
  978. }
  979. .parameter_leftdian1 {
  980. width: 97.9px;
  981. height: 97.9px;
  982. opacity: 1;
  983. }
  984. .parameter_lef2 {
  985. width: 100%;
  986. height: 210px;
  987. display: flex;
  988. justify-content: center;
  989. align-items: center;
  990. background-image: url("../../static/heng.png");
  991. background-size: auto 100%;
  992. background-repeat: no-repeat;
  993. background-position: center center;
  994. margin: 10px 0px;
  995. image {
  996. width: 100px;
  997. height: 100px;
  998. margin-top: -10px;
  999. }
  1000. }
  1001. .parameter_leftche {
  1002. width: 115.52px;
  1003. height: 78.32px;
  1004. opacity: 1;
  1005. }
  1006. .parameter_leftche1 {
  1007. width: 77px;
  1008. height: 81px;
  1009. opacity: 1;
  1010. }
  1011. .parameter_leftche2 {
  1012. width: 77px;
  1013. height: 62px;
  1014. }
  1015. .parameter_leftview {
  1016. font-size: 19.58px;
  1017. font-weight: 400;
  1018. letter-spacing: 0px;
  1019. line-height: 28.35px;
  1020. color: rgba(0, 0, 0, 1);
  1021. margin-top: 8px;
  1022. }
  1023. .parameter_right {
  1024. flex: 1;
  1025. margin-left: 10px;
  1026. display: flex;
  1027. flex-direction: column;
  1028. justify-content: space-between;
  1029. }
  1030. .parameter_righttop {
  1031. width: 100%;
  1032. }
  1033. .parameter_1 {
  1034. display: flex;
  1035. }
  1036. .parameter_2 {
  1037. width: 339.21px;
  1038. display: flex;
  1039. flex-direction: column;
  1040. justify-content: space-between;
  1041. margin-right: 16px;
  1042. }
  1043. .parameter_3 {
  1044. width: 339.21px;
  1045. display: flex;
  1046. align-items: center;
  1047. justify-content: space-between;
  1048. padding: 12px 20px;
  1049. box-sizing: border-box;
  1050. border-radius: 9.79px;
  1051. background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
  1052. image {
  1053. width: 7.83px;
  1054. height: 7.83px;
  1055. margin-right: 6px;
  1056. }
  1057. }
  1058. .parameter_31 {
  1059. width: 339.21px;
  1060. display: flex;
  1061. align-items: center;
  1062. justify-content: space-between;
  1063. padding: 3px 20px;
  1064. box-sizing: border-box;
  1065. border-radius: 9.79px;
  1066. background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
  1067. image {
  1068. width: 7.83px;
  1069. height: 7.83px;
  1070. margin-right: 6px;
  1071. }
  1072. }
  1073. .parameter_4 {
  1074. /** 文本1 */
  1075. font-size: 23.5px;
  1076. font-weight: 700;
  1077. color: rgba(38, 38, 38, 1);
  1078. display: flex;
  1079. align-items: center;
  1080. }
  1081. .parameter_5 {
  1082. font-size: 24.47px;
  1083. font-weight: 700;
  1084. color: rgba(217, 22, 22, 1);
  1085. }
  1086. .parameter_51 {
  1087. font-size: 24.47px;
  1088. font-weight: 700;
  1089. color: rgba(7, 123, 67, 1);
  1090. }
  1091. .parameter_SOC {
  1092. display: flex;
  1093. align-items: center;
  1094. // justify-content: space-around;
  1095. justify-content: space-between;
  1096. // width: 195.11px;
  1097. flex: 1;
  1098. padding: 0px 40px;
  1099. box-sizing: border-box;
  1100. height: 130px;
  1101. /* opacity: 0.15; */
  1102. border-radius: 9.79px;
  1103. margin-right: 16px;
  1104. background: linear-gradient(180deg, rgba(240, 209, 137, 0.15) 0%, rgba(186, 141, 56, 0.15) 100%);
  1105. image {
  1106. width: 37.2px;
  1107. height: 37.2px;
  1108. }
  1109. }
  1110. .parameter_state {
  1111. display: flex;
  1112. align-items: center;
  1113. // justify-content: space-around;
  1114. justify-content: space-between;
  1115. flex: 1;
  1116. padding: 0px 40px;
  1117. box-sizing: border-box;
  1118. // width: 195.11px;
  1119. height: 130px;
  1120. /* opacity: 0.15; */
  1121. border-radius: 9.79px;
  1122. background: linear-gradient(180deg, rgba(93, 149, 245, 0.15) 0%, rgba(41, 71, 204, 0.15) 100%);
  1123. image {
  1124. width: 37.2px;
  1125. height: 37.2px;
  1126. }
  1127. }
  1128. .parameter_Battery {
  1129. display: flex;
  1130. align-items: center;
  1131. // justify-content: space-around;
  1132. justify-content: space-between;
  1133. // width: 195.11px;
  1134. // height: 130px;
  1135. flex: 1;
  1136. padding: 0px 40px;
  1137. box-sizing: border-box;
  1138. /* opacity: 0.15; */
  1139. margin-right: 16px;
  1140. border-radius: 9.79px;
  1141. background: linear-gradient(180deg, rgba(133, 242, 133, 0.15)0%, rgba(82, 209, 75, 0.15)100%);
  1142. image {
  1143. width: 20px;
  1144. height: 37.2px;
  1145. }
  1146. }
  1147. .parameter_SOCright {
  1148. display: flex;
  1149. flex-direction: column;
  1150. }
  1151. .parameter_SOCright1 {
  1152. font-size: 23.5px;
  1153. font-weight: 700;
  1154. letter-spacing: 0px;
  1155. line-height: 32.24px;
  1156. color: rgba(38, 38, 38, 1);
  1157. text-align: right;
  1158. }
  1159. .parameter_SOCright2 {
  1160. font-size: 29.37px;
  1161. font-weight: 700;
  1162. color: rgba(186, 141, 56, 1);
  1163. }
  1164. .parameter_Batterystate {
  1165. font-size: 23.5px;
  1166. font-weight: 500;
  1167. color: rgba(38, 38, 38, 1);
  1168. text-align: right;
  1169. }
  1170. .parameter_tap {
  1171. width: 100%;
  1172. display: flex;
  1173. margin-top: 18px;
  1174. }
  1175. .parameter_tap1 {
  1176. flex: 1;
  1177. height: 55.8px;
  1178. opacity: 1;
  1179. background: linear-gradient(180deg, rgba(30, 131, 189, 1) 0%, rgba(69, 168, 230, 0.92) 100%);
  1180. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  1181. display: flex;
  1182. align-items: center;
  1183. justify-content: center;
  1184. font-size: 23.5px;
  1185. font-weight: 500;
  1186. color: rgba(255, 255, 255, 1);
  1187. }
  1188. .parameter_tap2 {
  1189. flex: 1;
  1190. height: 55.8px;
  1191. opacity: 1;
  1192. background: rgba(242, 242, 242, 1);
  1193. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  1194. display: flex;
  1195. align-items: center;
  1196. justify-content: center;
  1197. font-size: 23.5px;
  1198. font-weight: 500;
  1199. }
  1200. .parameter_zheng {
  1201. width: 100%;
  1202. height: 313px;
  1203. background-image: url("../../static/z16.png");
  1204. background-size: 100% 100%;
  1205. margin-top: 10px;
  1206. padding: 20px 0px;
  1207. display: flex;
  1208. }
  1209. .parameter_zheng1 {
  1210. width: 387px;
  1211. height: 100%;
  1212. border-right: 0.49px solid rgba(0, 0, 0, 1);
  1213. display: flex;
  1214. flex-direction: column;
  1215. justify-content: space-between;
  1216. }
  1217. .parameter_zheng11 {
  1218. display: flex;
  1219. padding: 0px 20px;
  1220. justify-content: space-between;
  1221. }
  1222. .parameter_zhengbox{
  1223. display: flex;
  1224. padding: 0px 20px;
  1225. justify-content: space-between;
  1226. }
  1227. .parameter_zheng12 {
  1228. font-size: 23.5px;
  1229. font-weight: 400;
  1230. color: rgba(0, 0, 0, 1);
  1231. }
  1232. .parameter_zheng13 {
  1233. font-size: 29.37px;
  1234. font-weight: 700;
  1235. color: rgba(20, 105, 201, 1);
  1236. }
  1237. .parameter_zhengbox13 {
  1238. width: 50%;
  1239. font-size: 29.37px;
  1240. font-weight: 700;
  1241. color: rgba(20, 105, 201, 1);
  1242. display: flex;
  1243. justify-content: space-between;
  1244. }
  1245. .parameter_zheng14 {
  1246. font-size: 23.5px;
  1247. font-weight: 400;
  1248. color: rgba(0, 0, 0, 1);
  1249. }
  1250. .parameter_zheng2 {
  1251. width: 387px;
  1252. height: 100%;
  1253. border-right: 0.49px solid rgba(0, 0, 0, 1);
  1254. display: flex;
  1255. flex-direction: column;
  1256. justify-content: space-between;
  1257. }
  1258. .parameter_zheng3 {
  1259. flex: 1;
  1260. height: 100%;
  1261. display: flex;
  1262. flex-direction: column;
  1263. align-items: center;
  1264. justify-content: center;
  1265. }
  1266. .parameter_zheng31111 {
  1267. width: 120px;
  1268. height: 120px;
  1269. display: flex;
  1270. align-items: center;
  1271. justify-content: center;
  1272. }
  1273. .parameter_zheng31 {
  1274. width: 90px;
  1275. height: 90px;
  1276. background-image: url("../../static/y4.png");
  1277. background-size: 100% 100%;
  1278. display: flex;
  1279. align-items: center;
  1280. justify-content: center;
  1281. padding-bottom: 3px;
  1282. box-sizing: border-box;
  1283. }
  1284. .parameter_zheng32 {
  1285. width: 74px;
  1286. height: 74px;
  1287. background-image: url("../../static/y1.png");
  1288. background-size: 100% 100%;
  1289. display: flex;
  1290. align-items: center;
  1291. justify-content: center;
  1292. font-size: 19.58px;
  1293. font-weight: 700;
  1294. color: rgba(255, 255, 255, 1);
  1295. }
  1296. .parameter_zheng32ccc {
  1297. width: 68px;
  1298. height: 68px;
  1299. /* background-image: url("../../static/y1.png"); */
  1300. background-color: #cccccc;
  1301. background-size: 100% 100%;
  1302. display: flex;
  1303. align-items: center;
  1304. justify-content: center;
  1305. font-size: 19px;
  1306. font-weight: 700;
  1307. color: rgba(255, 255, 255, 1);
  1308. border-radius: 100%;
  1309. }
  1310. .parameter_zheng33 {
  1311. width: 74px;
  1312. height: 74px;
  1313. background-image: url("../../static/y6.png");
  1314. background-size: 100% 100%;
  1315. display: flex;
  1316. align-items: center;
  1317. justify-content: center;
  1318. font-size: 19px;
  1319. font-weight: 700;
  1320. color: rgba(255, 255, 255, 1);
  1321. }
  1322. .parameter_zheng34 {
  1323. width: 74px;
  1324. height: 74px;
  1325. background-image: url("../../static/y8.png");
  1326. background-size: 100% 100%;
  1327. font-size: 18px;
  1328. font-weight: 700;
  1329. color: rgba(255, 255, 255, 1);
  1330. display: flex;
  1331. flex-direction: column;
  1332. align-items: center;
  1333. justify-content: center;
  1334. }
  1335. .parameter_zheng34ccc {
  1336. width: 68px;
  1337. height: 68px;
  1338. /* background-image: url("../../static/y1.png"); */
  1339. background-color: #cccccc;
  1340. background-size: 100% 100%;
  1341. display: flex;
  1342. align-items: center;
  1343. justify-content: center;
  1344. font-size: 18px;
  1345. font-weight: 700;
  1346. color: rgba(255, 255, 255, 1);
  1347. border-radius: 100%;
  1348. display: flex;
  1349. flex-direction: column;
  1350. align-items: center;
  1351. justify-content: center;
  1352. }
  1353. .parameter_home {
  1354. width: 100%;
  1355. display: flex;
  1356. margin-top: 0px;
  1357. justify-content: space-between;
  1358. }
  1359. .parameter_home1 {
  1360. display: flex;
  1361. align-items: center;
  1362. image {
  1363. width: 32.8px;
  1364. height: 32.31px;
  1365. margin-right: 10px;
  1366. }
  1367. }
  1368. .parameter_hometext {
  1369. font-size: 19.58px;
  1370. font-weight: 400;
  1371. color: rgba(0, 0, 0, 1);
  1372. }
  1373. .parameter_home2 {
  1374. width: 636.33px;
  1375. height: 39.16px;
  1376. opacity: 0.8;
  1377. border-radius: 0.98px;
  1378. background: rgba(242, 242, 242, 1);
  1379. border: 0.49px solid rgba(161, 161, 161, 1);
  1380. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  1381. display: flex;
  1382. align-items: center;
  1383. padding: 0px 10px;
  1384. box-sizing: border-box;
  1385. image {
  1386. width: 26.92px;
  1387. height: 29.86px;
  1388. }
  1389. }
  1390. .swiper {
  1391. width: 100%;
  1392. height: 40px;
  1393. }
  1394. .parameter_home3 {
  1395. height: 40px;
  1396. /* 每条消息的高度 */
  1397. line-height: 40px;
  1398. /* 垂直居中 */
  1399. font-size: 17.62px;
  1400. font-weight: 400;
  1401. color: rgba(0, 0, 0, 1);
  1402. margin-left: 10px;
  1403. }
  1404. /* .parameter_home3 {
  1405. font-size: 17.62px;
  1406. font-weight: 400;
  1407. color: rgba(0, 0, 0, 1);
  1408. margin-left: 10px;
  1409. } */
  1410. .uni-dialog-title-text {
  1411. font-size: 70.89px !important;
  1412. font-weight: 500;
  1413. color: rgba(5, 5, 5, 1);
  1414. }
  1415. .parameter_box {
  1416. height: 100%;
  1417. display: flex;
  1418. }
  1419. .parameter_zheng10 {
  1420. width: 687px;
  1421. height: 100%;
  1422. border-right: 0.49px solid rgba(0, 0, 0, 1);
  1423. display: flex;
  1424. flex-direction: column;
  1425. /* justify-content: space-around; */
  1426. }
  1427. .parameter_zheng101 {
  1428. margin-top: 40px;
  1429. }
  1430. .unipopup{
  1431. width: 600px;
  1432. height: 383px;
  1433. background-color: #fff;
  1434. border-radius:10px;
  1435. display: flex;
  1436. flex-direction: column;
  1437. justify-content: space-between;
  1438. padding-bottom: 40px;
  1439. box-sizing: border-box;
  1440. }
  1441. .unipopup1{
  1442. width: 100%;
  1443. display: flex;
  1444. justify-content: space-between;
  1445. padding: 0px 10px;
  1446. box-sizing:border-box;
  1447. }
  1448. .unipopup1image{
  1449. width: 56px;
  1450. height: 56px;
  1451. }
  1452. .unipopup2{
  1453. display: flex;
  1454. align-items: center;
  1455. justify-content: space-around;
  1456. padding: 0px 40px;
  1457. }
  1458. .unipopup2image1{
  1459. width: 108px;
  1460. height: 90px;
  1461. // margin-right: 60px;
  1462. }
  1463. .unipopup2image2{
  1464. width: 97px;
  1465. height: 115px;
  1466. }
  1467. .unipopup21{
  1468. display: flex;
  1469. flex-direction: column;
  1470. }
  1471. .unipopup21image{
  1472. display: flex;
  1473. align-items: center;
  1474. }
  1475. .unipopup22image{
  1476. display: flex;
  1477. align-items: center;
  1478. margin-top: 30px;
  1479. }
  1480. .unipopup2image3{
  1481. width: 97px;
  1482. height: 115px;
  1483. }
  1484. .unipopup2image41{
  1485. width: 97px;
  1486. height: 75px;
  1487. margin-right: 30px;
  1488. }
  1489. .unipopup2image4{
  1490. width: 97px;
  1491. height: 75px;
  1492. }
  1493. .unipopup3{
  1494. width: 100%;
  1495. display: flex;
  1496. }
  1497. .unipopup311{
  1498. width: 50%;
  1499. display: flex;
  1500. align-items: center;
  1501. justify-content: center;
  1502. }
  1503. .unipopup31{
  1504. width: 114px;
  1505. height: 28px;
  1506. }
  1507. .unipopup32{
  1508. width: 114px;
  1509. height: 28px;
  1510. }
  1511. </style>