| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357 |
- <template>
- <view class="content">
- <view class="top">
- <image class="top_logo" :src="logo" mode="aspectFit"></image>
- <!-- <view class="tite">
- {{ $t('MainTitle') }}
- </view> -->
- <view class="time">
- <view class="time_top">
- {{formattedTime}}
- </view>
- <view class="time_bottom">
- <view>
-
- </view>
- <view class="time_bottom1">
- {{$t('status')}}
- <view class="time_state" v-if="status=='ok'">
- {{$t('online')}}
- </view>
- <view class="time_state1" v-else>
- {{$t('offline')}}
- </view>
- </view>
-
- </view>
-
- </view>
- </view>
- <view class="parameter">
- <view class="parameter_left">
- <view class="parameter_left1">
- <view style="display: flex;justify-content: center;position: relative;">
- <cmd-progress type="dashboard" :percent="uidatasdata.SOC??0" stroke-color="#63D463FF" :stroke-width="6" :width="180" stroke-shape="square" :showInfo="false"></cmd-progress>
- <view style="position: absolute;text-align: center;top: 20%;">
- <view style="font-size:72rpx;font-weight: bold;">{{uidatasdata.SOC??0}} <text style="font-size:32rpx;">%</text> </view>
- <view style="font-size:32rpx;margin-top: 6px;">SOC</view>
- </view>
- <view style="position: absolute;top: 70%;">
- <view style="width: 190px;display: flex;justify-content: space-between;">
- <view style="font-size:32rpx;margin-left: 10px;">0</view>
- <view style="font-size:32rpx;">100%</view>
- </view>
-
- </view>
- </view>
- <!-- <jerry-gauge></jerry-gauge>
- <view class="parameter_canvas">
- <view class="parameter_canvas1">
- 0
- </view>
- <view class="parameter_canvas2">
- 100%
- </view>
- </view> -->
- </view>
- <image class="parameter_leftdian1" src="../../static/img/DC3.png" alt="" />
- <view class="parameter_lef2">
- <image src="../../static/dian2.png" mode=""></image>
- </view>
- <image class="parameter_leftche" src="../../static/che.png" mode=""></image>
- <view class="parameter_leftview">{{$t('DirectRechargeInput')}}</view>
- </view>
- <view class="parameter_right">
- <view class="parameter_righttop">
- <view class="parameter_1">
- <view class="parameter_shan">
- <image src="../../static/shan.png" mode=""></image>
- <view class="parameter_SOCright">
- <view class="parameter_SOCright1">
- {{$t('ChargingPower')}}
- </view>
- <view class="parameter_Batterystate">
- <text class="parameter_SOCright2">{{uidatasdata.BatSysSt2_BatPower??'—'}} </text><text> kW</text>
- </view>
- </view>
- </view>
- <view class="parameter_SOC">
- <image src="../../static/SOC.png" mode=""></image>
- <view class="parameter_SOCright">
- <view class="parameter_SOCright1">
- SOC
- </view>
- <view>
- <text class="parameter_SOCright2">{{uidatasdata.SOC??'—'}}</text><text> %</text>
- </view>
- </view>
- </view>
- <view class="parameter_Battery">
- <image src="../../static/Battery.png" mode=""></image>
- <view class="parameter_SOCright">
- <view class="parameter_SOCright1">
- {{$t('BatteryStatus')}}
- </view>
- <view class="parameter_Batterystate">
- <view v-if="uidatasdata.bms_BatSysState==5">
- {{$t('fault')}}
- </view>
- <!-- <view v-else-if="uidatasdata.bms_BatSysState==0">
- {{$t('ChuShiHua')}}
- </view> -->
- <view v-else-if="uidatasdata.bms_BatSysState==1">
- {{$t('NotupyetVoltage')}}
- </view>
- <!-- <view v-else-if="uidatasdata.bms_BatSysState==2">
- {{$t('HighVoltageMedium')}}
- </view> -->
- <view v-else-if="uidatasdata.bms_BatSysState==3">
- {{$t('voltagehasbeen')}}
- </view>
- <!-- <view v-else-if="uidatasdata.bms_BatSysState==4">
- {{$t('Underhighpressure')}}
- </view> -->
- <view v-else>
- —
- </view>
- <!-- {{uidatasdata.bms_BatSysWorkMode_==0.00?'无效':'有效'}} -->
- </view>
- </view>
- </view>
- <view class="parameter_state">
- <image src="../../static/setup.png" mode=""></image>
- <view class="parameter_SOCright">
- <view class="parameter_SOCright1">
- {{$t('SystemStatus')}}
- </view>
- <view class="parameter_Batterystate">
- <!-- {{uidatasdata.bms_ChgLinkSt==0.00?'无效':'有效'}} -->
- <view v-if="uidatasdata.bms_BatSysWorkMode_==0">
- {{$t('uncharged')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==1">
- {{$t('Chargingprogress')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==2">
- {{$t('Chargingmalfunction')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==3">
- {{$t('full')}}
- </view>
- <!-- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==4">
- {{$t('Chargingstopped')}}
- </view> -->
- <!-- <view v-else-if="uidatasdata.bms_BatSysWorkMode_>3&&uidatasdata.bms_BatSysWorkMode_<8">
- {{$t('retain')}}
- </view> -->
- <view v-else>
- —
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="parameter_tap">
- <view :class="segmented==1?'parameter_tap1':'parameter_tap2'" @click="ontap(1)">
- {{$t('Batteryinformation')}}
- </view>
- <!-- <view :class="segmented==2?'parameter_tap1':'parameter_tap2'" @click="ontap(2)">
- {{$t('ConnectionInformation')}}
- </view> -->
- <view :class="segmented==3?'parameter_tap1':'parameter_tap2'" @click="ontap(3)">
- {{$t('statisticalinformation')}}
- </view>
- <view :class="segmented==4?'parameter_tap1':'parameter_tap2'" @click="ontap(4)">
- {{$t('coolinginformation')}}
- </view>
-
- </view>
- <view class="parameter_zheng">
- <view class="parameter_box" v-if="segmented==1">
- <view class="parameter_zheng1">
- <!-- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('Batterypower')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.BatSysSt2_BatPower??'—'}} <text class="parameter_zheng14">KW</text>
- </view>
- </view> -->
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('TotalPressure')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.BatSysSt2_BatSumVInt??'—'}} <text class="parameter_zheng14">V</text>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('AllowChargingPower')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.DchChgCurPowLimit_MaxChargePowerLimit??'—'}} <text class="parameter_zheng14">kW</text>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('MaximumVoltage')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.BatCellVPeak_ValMaxCellVoltage??'—'}} <text class="parameter_zheng14">V</text>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('MaximumTemperature')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.CellTemperatureLimitsStatus_MaxTemp??'—'}} <text class="parameter_zheng14">℃</text>
- </view>
- </view>
- </view>
- <view class="parameter_zheng2">
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('BatteryCurrent')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.BatSysSt2_BatCur??'—'}} <text class="parameter_zheng14">A</text>
- </view>
- </view>
- <!-- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('TotalExternalPressure')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.BatSysSt2_BatSumVOut??'—'}} <text class="parameter_zheng14">V</text>
- </view>
- </view> -->
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('AllowChargingCurrent')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.ChargingInformation_Chg_Max_Cur??'—'}}<text class="parameter_zheng14"> A</text>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('MinimumIndividualVoltage')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.BatCellVPeak_ValMinCellVoltage??'—' }}<text class="parameter_zheng14">V</text>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('MinimumMonomerTemperature')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.CellTemperatureLimitsStatus_MinTemp??'—'}} <text class="parameter_zheng14"> ℃</text>
- </view>
- </view>
- </view>
- </view>
- <view class="parameter_box" v-if="segmented==2">
- <view class="parameter_zheng1">
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('WorkingModeBatterySystem')}}
- </view>
-
- <view class="parameter_Batterystate">
- <!-- {{uidatasdata.bms_BatSysWorkMode_==0.00?'无效':'有效'}} -->
- <view v-if="uidatasdata.bms_BatSysWorkMode_==0">
- {{$t('invalid')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==1">
- {{$t('DischargeMode')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==2">
- {{$t('pcsChargingMode')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==3">
- {{$t('EuropeanStandardChargingMode')}}
- </view>
- <view v-else>
- —
- </view>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('BatterySystemStatus')}}
- </view>
-
- <view class="parameter_Batterystate">
- <!-- {{uidatasdata.bms_BatSysWorkMode_==0.00?'无效':'有效'}} -->
- <view v-if="uidatasdata.bms_BatSysWorkMode_==0">
- {{$t('initialization')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==1">
- {{$t('NotupyetVoltage')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==2">
- {{$t('HighVoltageMedium')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==3">
- {{$t('voltagehasbeen')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==4">
- {{$t('Underhighpressure')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==5">
- {{$t('fault')}}
- </view>
- <view v-else>
- —
- </view>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('ChargingStatus')}}
- </view>
-
- <view class="parameter_Batterystate">
- <!-- {{uidatasdata.bms_ChargeStatus==0.00?'无效':'有效'}} -->
- <view v-if="uidatasdata.bms_ChargeStatus==0">
- {{$t('uncharged')}}
- </view>
- <view v-else-if="uidatasdata.bms_ChargeStatus==1">
- {{$t('Chargingprogress')}}
- </view>
- <view v-else-if="uidatasdata.bms_ChargeStatus==2">
- {{$t('Chargingmalfunction')}}
- </view>
- <view v-else-if="uidatasdata.bms_ChargeStatus==3">
- {{$t('full')}}
- </view>
-
- <view v-else-if="uidatasdata.bms_ChargeStatus>3&&uidatasdata.bms_ChargeStatus<8">
- {{$t('retain')}}
- </view>
- <view v-else>
- —
- </view>
- </view>
- </view>
-
- </view>
- <view class="parameter_zheng2">
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('ChargingConnectionStatus')}}
- </view>
- <view class="parameter_Batterystate1" v-if="uidatasdata.bms_ChgLinkSt==1.00">
- {{$t('FastChargingConnection')}}
- </view>
- <view class="parameter_Batterystate1" v-else>
- {{$t('NoConnection')}}
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12" style="height: 30px;">
- {{$t('BatteryFaultLevel')}}
- </view>
-
- <view class="parameter_Batterystate1">
- <view v-if="uidatasdata.bms_BatteryFaultLevl==0">
- {{$t('NoMalfunction')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatteryFaultLevl==1">
- 1{{$t('LevelLault')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatteryFaultLevl==2">
- 2{{$t('LevelLault')}}
- </view>
- <view v-else-if="uidatasdata.bms_BatteryFaultLevl==3">
- 3{{$t('LevelLault')}}
- </view>
- <view v-else>
- —
- </view>
-
- </view>
- </view>
- <view class="parameter_zheng11 parameter_zheng102">
-
- </view>
- </view>
- </view>
- <view class="parameter_box" v-if="segmented==3">
- <view class="parameter_zheng10">
- <!-- <view class="parameter_zhengbox">
- <view class="parameter_zheng12">
- {{$t('AccumulatedChargingCapacityCommunication')}}
- </view>
- <view class="parameter_zhengbox13">
- {{uidatasdata.PCSACChargeEnergy??'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
- </view>
- </view>
- <view class="parameter_zhengbox parameter_zheng101">
- <view class="parameter_zheng12">
- {{$t('AccumulatedDCChargingCapacity')}}
- </view>
- <view class="parameter_zhengbox13">
- {{uidatasdata.PCSDCDisChargeEnergy??'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
- </view>
- </view> -->
- <view class="parameter_zhengbox">
- <view class="parameter_zheng12">
- {{$t('RunningTimes')}}
- </view>
- <view class="parameter_zhengbox13">
- {{uidatasdata.DirectRecharge??'—'}} <text class="parameter_zheng14">{{$t('RunningTimesmin')}}</text> <text></text>
- </view>
- </view>
- <view class="parameter_zhengbox parameter_zheng101">
- <view class="parameter_zheng12">
- {{$t('InputCapacity')}}
- </view>
- <view class="parameter_zhengbox13">
- {{uidatasdata.DirectElectricity??'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
- </view>
- </view>
- <view class="parameter_zhengbox parameter_zheng101">
- <view class="parameter_zheng12">
- {{$t('AccumulateInput')}}
- </view>
- <view class="parameter_zhengbox13">
- {{(uidatasdata.BatteryInformation4_Acc_Chg_Ah - uidatasdata.PCSDCChargeEnergy).toFixed(1)!="NaN"? (uidatasdata.BatteryInformation4_Acc_Chg_Ah - uidatasdata.PCSDCChargeEnergy).toFixed(1):'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
- </view>
- </view>
- </view>
- </view>
- <view class="parameter_box" v-if="segmented==4">
- <view class="parameter_zheng1">
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('WorkingMode')}}
- </view>
-
- <view class="parameter_Batterystate">
- <!-- {{uidatasdata.TMS_Status_TMS_WORK_MODE}} <text class="parameter_zheng14">kW</text> -->
- <!-- {{uidatasdata.TMS_Status_TMS_WORK_MODE==1.00?'有效':'无效'}} -->
- <view v-if="uidatasdata.TMS_Status_TMS_WORK_MODE==0">
- {{$t('OffMode')}}
- </view>
- <view v-else-if="uidatasdata.TMS_Status_TMS_WORK_MODE==1">
- {{$t('CoolingMode')}}
- </view>
- <view v-else-if="uidatasdata.TMS_Status_TMS_WORK_MODE==2">
- {{$t('HeatingMode')}}
- </view>
- <view v-else-if="uidatasdata.TMS_Status_TMS_WORK_MODE==3">
- {{$t('CirculatingMode')}}
- </view>
- <view v-else>
- —
- </view>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('OutletTemperature')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.TMS_Status_TMS_WATEROUT_TEMP??'—'}} <text class="parameter_zheng14">℃</text>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12" style="height: 30px;">
- <!-- {{$t('PowerDemand')}} -->
- </view>
- <!-- <view class="parameter_zheng13">
- {{uidatasdata.TMS_Status_TMS_POWER_REQ??'—'}} <text class="parameter_zheng14">kW</text>
- </view> -->
- </view>
-
- </view>
- <view class="parameter_zheng2">
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('HighVoltageRelayStatus')}}
- </view>
-
- <view class="parameter_Batterystate">
-
- <!-- {{uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==0.00?'无效':'有效'}} -->
- <view v-if="uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==0">
- {{$t('DisconnectedState')}}
- </view>
- <view v-else-if="uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==1">
- {{$t('ClosedState')}}
- </view>
- <view v-else>
- —
- </view>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12">
- {{$t('waterTemperature')}}
- </view>
- <view class="parameter_zheng13">
- {{uidatasdata.TMS_Status_TMS_WATERIN_TEMP??'—'}} <text class="parameter_zheng14">℃</text>
- </view>
- </view>
- <view class="parameter_zheng11">
- <view class="parameter_zheng12" style="height: 30px;">
- <!-- {{$t('FaultLevel')}} -->
- </view>
- <!-- <view class="parameter_Batterystate">
- <view v-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==0">
- {{$t('NoMalfunction')}}
- </view>
- <view v-else-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==1">
- 1{{$t('LevelLault')}}
- </view>
- <view v-else-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==2">
- 2{{$t('LevelLault')}}
- </view>
- <view v-else-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==3">
- 3{{$t('LevelLault')}}
- </view>
- <view v-else>
- —
- </view>
- </view> -->
- </view>
-
- </view>
- </view>
-
- <view class="parameter_zheng3">
- <view class="parameter_zheng31111" v-if="uidatasdata.SysControl_RunCmd==0" @click="dialogToggle">
- <view class="parameter_zheng31">
- <view class="parameter_zheng32">
- {{$t('open')}}
- </view>
- </view>
- </view>
- <view class="parameter_zheng31111" v-else>
- <view class="parameter_zheng31">
- <view class="parameter_zheng32ccc">
- {{$t('open')}}
- </view>
- </view>
- </view>
- <view class="parameter_zheng31111" v-if="uidatasdata.SysControl_RunCmd==1" @click="onstopit">
- <view class="parameter_zheng31">
- <view class="parameter_zheng33">
- {{$t('stopIt')}}
- </view>
- </view>
- </view>
- <view class="parameter_zheng31111" v-else>
- <view class="parameter_zheng31">
- <view class="parameter_zheng32ccc">
- {{$t('stopIt')}}
- </view>
- </view>
- </view>
-
-
-
- </view>
- </view>
- <view class="parameter_home">
- <view class="parameter_home1" @click="onreturn">
- <image src="../../static/home.png" mode=""></image><text
- class="parameter_hometext">{{$t('ReturnModeSelection')}}</text>
- </view>
- <view class="parameter_home2" v-if="faultsdata.length>0&&!SysFaultState">
- <image src="../../static/home1.png" mode=""></image>
- <swiper class="swiper" circular :autoplay="true" :interval="2000"
- :duration="500" :vertical="true">
- <swiper-item v-for="(item, index) in faultsdata" :key="index">
- <view class="parameter_home3">{{ item["CONTENT"] }}</view>
- </swiper-item>
-
- </swiper>
- </view>
- </view>
- </view>
- </view>
- <uni-popup ref="alertDialog">
- <uni-popup-dialog :mode="modeinput" placeholder="请输入内容" v-model="value" :type="successtype"
- :cancelText="$t('CancelReturn')" :confirmText="confirmText" :title="title" :content="content" @confirm="dialogConfirm"
- @close="dialogClose"></uni-popup-dialog>
- </uni-popup>
- </view>
- </template>
- <!-- -->
- <script>
- import cmdProgress from "@/components/cmd-progress/cmd-progress.vue"
- import {getuidatas,getfaultsList,control} from "../../api/api.js";
- import {getTime} from "../../utils/index.js";
- import { mapState } from 'vuex';
- export default {
- components:{
- cmdProgress
- },
- data() {
- return {
- logo:'../../static/logo/logo31.png',
- successtype: 'success',
- confirmText: '确认启动',
- title: '你确定要开启该设备吗?',
- content: '启动设备前,请确认参照用户手册确定设备与各部件处于正确状态!',
- value: '',
- modeinput: '',
- segmented: 1,
- uidatas:'',
- formatTimeid:'',
- faultsdata:[],
- SysFaultState:true,
- currentDate:''
- }
- },
- onLoad() {
-
- this.confirmText = this.$t('ConfirmStart');
- this.title = this.$t('popUpTitle');
- this.content = this.$t('popUpContent');
- },
- computed: {
- // 使用 mapState 映射多个状态到组件的计算属性
- ...mapState(['formattedTime','status']),
- ...mapState({
- uidatasdata: state => state.uidatasdata
- })
- },
- mounted() {
-
- // this.onfaultsdata();
-
- },
- beforeUnmount(){
- },
- watch: {
- uidatasdata: {
- handler(newVal, oldVal) {
- console.log('uidatasdata 发生变化:', newVal);
- // 在这里可以添加处理逻辑
- if(newVal.SysState_SysFaultState==1&&this.SysFaultState){
- this.SysFaultState = false
- setTimeout(() => {
- this.onfaultsdata();
- }, 1000); // 2000 毫秒 = 2 秒
- }else if(newVal.SysState_SysFaultState==0){
- this.SysFaultState = true
- }
- },
- deep: true // 监听深层次的变化
- }
- },
- methods: {
-
- onfaultsdata(){
- let data ={
- page:1,
- rows:10,
- device: '',
- starttime: '',
- endtime: '',
- rt: 1,
- type:'故障'
- }
- getfaultsList(data).then(res => {
- console.log(res);
- if(res.status=='ok'){
- this.faultsdata=[]
- for (var i = 0; i < res.data.list.length; i++) {
- if(this.$store.state.formattedTime.substring(0, 10) == res.data.list[i].FAULTTIME.substring(0, 10)){
- this.faultsdata.push(res.data.list[i])
- }
-
- }
- }else{
-
- }
- });
-
-
- },
- // 返回首页
- onreturn() {
- uni.redirectTo({
- url: '/pages/index/index'
- });
- },
- // 启动设备弹窗
- dialogToggle() {
- this.modeinput = 'base'
- this.successtype = 'success'
- this.confirmText = this.$t('ConfirmStart');
- this.title = this.$t('popUpTitle');
- this.content = this.$t('popUpContent');
- this.$refs.alertDialog.open()
- },
- onstopit() {
- this.modeinput = 'base'
- this.successtype = 'error'
- this.confirmText = this.$t('ConfirmStop');
- this.title = this.$t('popUpTitleStop');
- this.content =this.$t('popUpContentStop');
- this.$refs.alertDialog.open()
- },
- // 确认弹窗
- dialogConfirm() {
- let _this =this
- let data = {
- id: "64808c7a-c2ce-4d14-99c1-e426f5d0548a",
- issaveinitvalue:false,
- value: this.content==this.$t('popUpContent')?'1':'0'
- }
- control(data).then(data => {
- // console.log(data);
- if (data.status == 'ok') {
-
- uni.showToast({
- title: this.$t('OperationSuccessful'),
- icon: 'none',
- duration: 2000, // 显示时长,单位为毫秒
- });
- } else {
- uni.showToast({
- title: this.$t('operationFailed'),
- icon: 'none', // 使用 'none' 图标来表示失败
- duration: 2000, // 显示时长,单位为毫秒
- });
- }
- });
- },
- dialogClose() {
- console.log(this.value);
- this.$refs.alertDialog.close()
- },
- ontap(e) {
- console.log(e);
- this.segmented = e;
- }
- },
-
- }
- </script>
- <!-- -->
- <style lang="scss" scoped>
- .content {
- width: 100%;
- height: 100vh;
- opacity: 1;
- background: radial-gradient(40.46% 50% at 50.01912045889101% 50%, rgba(225, 238, 222, 1) 0%, rgba(196, 219, 193, 1) 100%);
- box-sizing: border-box;
- }
-
- .top {
- width: 100%;
- height: 100px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- background-size: 100% 100%;
- background-repeat: no-repeat;
- box-sizing: border-box;
- background: rgba(225, 238, 222, 1);
- padding-right:46px;
- padding:0px 46px;
- }
-
- .top_logo{
- // width:327px;
- width:260px;
- // width:100px;
- // width:88px;
- // height: 88px;
- // height: 56px;
- }
- .tite{
- width:240px;
- height: 50px;
- font-size: 80rpx;
- font-weight: 600;
- // margin-left:80px;
- margin-left:90px;
- }
- .time{
- width:277px;
- text-align: right;
- }
-
- .time_top {
- font-size: 17px;
- }
-
- .time_bottom {
- display: flex;
- font-size: 17px;
- justify-content: space-between;
- }
-
- .time_bottom1 {
- display: flex;
- }
-
- .time_state {
- font-size: 17px;
- font-weight: 600;
- color: rgba(22, 68, 144, 1);
- }
- .time_state1 {
- font-size: 17px;
- font-weight: 600;
- color: rgba(217, 22, 22, 1);
- }
- .parameter {
- width: 100%;
- padding-bottom: 20px;
- display: flex;
- padding: 20px 20px;
- box-sizing: border-box;
- }
-
- .parameter_left {
- width: 262.85px;
- height: 630px;
- opacity: 1;
- border-radius: 24.47px;
- background: rgba(255, 255, 255, 0.1);
-
- border: 2.94px solid rgba(242, 248, 252, 1);
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 20rpx 0px;
- }
-
- .parameter_left1 {
- width: 100%;
- height: 170px;
- box-sizing: border-box;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- align-items: center;
- padding-bottom: 10px;
- }
-
- .canvas {
- width: 180px;
- margin: 8px auto auto auto;
- }
-
- .parameter_canvas {
- width: 100%;
- display: flex;
- justify-content: space-around;
- box-sizing: border-box;
- }
-
- .parameter_canvas1 {
- margin-left: -20px;
- margin-top: -40px;
- }
-
- .parameter_canvas2 {
- margin-right: -20px;
- margin-top: -40px;
- }
-
-
- .parameter_leftdian1 {
- width: 67.06px;
- height: 99.37px;
- opacity: 1;
- }
-
- .parameter_lef2 {
- width: 100%;
- height: 210px;
- display: flex;
- justify-content: center;
- align-items: center;
- background-image: url("../../static/heng.png");
- background-size: auto 100%;
- background-repeat: no-repeat;
- background-position: center center;
- margin: 10px 0px;
-
- image {
- width: 100px;
- height: 100px;
- margin-top: -10px;
- }
- }
-
- .parameter_leftche {
- width: 115.52px;
- height: 78.32px;
- opacity: 1;
-
- }
-
- .parameter_leftche1 {
- width: 77px;
- height: 81px;
- opacity: 1;
- }
-
- .parameter_leftche2 {
- width: 77px;
- height: 62px;
- }
-
- .parameter_leftview {
- font-size: 19.58px;
- font-weight: 400;
- letter-spacing: 0px;
- line-height: 28.35px;
- color: rgba(0, 0, 0, 1);
- margin-top: 8px;
- }
-
- .parameter_right {
- flex: 1;
- margin-left: 10px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
-
- .parameter_righttop {
- width: 100%;
- }
-
- .parameter_1 {
- display: flex;
- justify-content: space-between;
- }
-
- .parameter_2 {
- width: 339.21px;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin-right: 16px;
- }
-
- .parameter_3 {
- width: 339.21px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 12px 20px;
- box-sizing: border-box;
- border-radius: 9.79px;
- background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
-
- image {
- width: 7.83px;
- height: 7.83px;
- margin-right: 6px;
- }
- }
-
- .parameter_31 {
- width: 339.21px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 3px 20px;
- box-sizing: border-box;
- border-radius: 9.79px;
- background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
-
- image {
- width: 7.83px;
- height: 7.83px;
- margin-right: 6px;
- }
- }
-
- .parameter_4 {
- /** 文本1 */
- font-size: 23.5px;
- font-weight: 700;
- color: rgba(38, 38, 38, 1);
- display: flex;
- align-items: center;
- }
-
- .parameter_5 {
- font-size: 24.47px;
- font-weight: 700;
- color: rgba(217, 22, 22, 1);
- }
-
- .parameter_51 {
- font-size: 24.47px;
- font-weight: 700;
- color: rgba(7, 123, 67, 1);
- }
- .parameter_shan{
- display: flex;
- align-items: center;
- justify-content: space-around;
- width: 220px;
- height: 130px;
- /* opacity: 0.15; */
- border-radius: 9.79px;
- margin-right: 16px;
- // background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
- background-color:rgb(68, 206, 68, 0.3);
- image {
- width: 22px;
- height: 37.2px;
- }
- }
- .parameter_SOC {
- display: flex;
- align-items: center;
- justify-content: space-around;
- width: 220px;
- height: 130px;
- /* opacity: 0.15; */
- border-radius: 9.79px;
- margin-right: 16px;
- // background: linear-gradient(180deg, rgba(240, 209, 137, 0.15) 0%, rgba(186, 141, 56, 0.15) 100%);
- background-color:rgb(68, 206, 68, 0.3);
- image {
- width: 37.2px;
- height: 37.2px;
- }
- }
-
- .parameter_state {
- display: flex;
- align-items: center;
- justify-content: space-around;
- width: 220px;
- height: 130px;
- /* opacity: 0.15; */
- border-radius: 9.79px;
- // background: linear-gradient(180deg, rgba(93, 149, 245, 0.15) 0%, rgba(41, 71, 204, 0.15) 100%);
- background-color:rgb(68, 206, 68, 0.3);
- image {
- width: 37.2px;
- height: 37.2px;
- }
- }
-
- .parameter_Battery {
- display: flex;
- align-items: center;
- justify-content: space-around;
- width: 220px;
- height: 130px;
- /* opacity: 0.15; */
- margin-right: 16px;
- border-radius: 9.79px;
- // background: linear-gradient(180deg, rgba(133, 242, 133, 0.15)0%, rgba(82, 209, 75, 0.15)100%);
- background-color:rgb(68, 206, 68, 0.3);
- image {
- width: 37.2px;
- height: 37.2px;
- }
- }
-
- .parameter_SOCright {
- display: flex;
- flex-direction: column;
- }
-
- .parameter_SOCright1 {
- font-size: 23.5px;
- font-weight: 700;
- letter-spacing: 0px;
- line-height: 32.24px;
- color: rgba(38, 38, 38, 1);
- text-align: right;
- }
-
- .parameter_SOCright2 {
- font-size: 29.37px;
- font-weight: 700;
- color: rgba(186, 141, 56, 1);
- }
-
- .parameter_Batterystate {
- font-size: 23.5px;
- font-weight: 500;
- color: rgba(38, 38, 38, 1);
- text-align: right;
- }
- .parameter_Batterystate1 {
- font-weight: 500;
- text-align: right;
- font-size: 24px;
- color: rgba(0, 138, 0, 1);
- }
- .parameter_Batterystate2 {
- font-weight: 500;
- text-align: right;
- font-size: 24px;
- color:red;
- }
- .parameter_tap {
- width: 100%;
- display: flex;
- margin-top: 18px;
- }
-
- .parameter_tap1 {
- flex: 1;
- height: 55.8px;
- opacity: 1;
- // background: linear-gradient(180deg, rgba(30, 131, 189, 1) 0%, rgba(69, 168, 230, 0.92) 100%);
- background: linear-gradient(180deg, rgb(50, 203, 50) 0%, rgb(50, 203, 50) 100%);
- box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 23.5px;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- }
-
- .parameter_tap2 {
- flex: 1;
- height: 55.8px;
- opacity: 1;
- background: rgba(242, 242, 242, 1);
- box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 23.5px;
- font-weight: 500;
- }
-
- .parameter_zheng {
- width: 100%;
- height: 313px;
- background-image: url("../../static/z16.png");
- background-size: 100% 100%;
- margin-top: 10px;
- padding: 20px 0px;
- display: flex;
- }
-
- .parameter_zheng1 {
- width: 387px;
- height: 100%;
- border-right: 0.49px solid rgba(0, 0, 0, 1);
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
-
- .parameter_zheng11 {
- display: flex;
- padding: 0px 20px;
- justify-content: space-between;
- }
- .parameter_zhengbox{
- display: flex;
- padding: 0px 20px;
- justify-content: space-between;
- }
- .parameter_zheng12 {
- font-size: 23.5px;
- font-weight: 400;
- color: rgba(0, 0, 0, 1);
- }
-
- .parameter_zheng13 {
- font-size: 29.37px;
- font-weight: 700;
- color: rgba(0, 138, 0, 1);
- }
- .parameter_zhengbox13 {
- width: 50%;
- font-size: 29.37px;
- font-weight: 700;
- color: rgba(0, 138, 0, 1);
- display: flex;
- justify-content: space-between;
-
- }
- .parameter_zheng14 {
- font-size: 23.5px;
- font-weight: 400;
- color: rgba(0, 0, 0, 1);
- }
-
- .parameter_zheng2 {
- width: 387px;
- height: 100%;
- border-right: 0.49px solid rgba(0, 0, 0, 1);
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
-
- .parameter_zheng3 {
- flex: 1;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .parameter_zheng31111{
- width: 120px;
- height: 120px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .parameter_zheng31 {
- width: 90px;
- height: 90px;
- background-image: url("../../static/y4.png");
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- padding-bottom: 3px;
- box-sizing: border-box;
- }
-
- .parameter_zheng32 {
- width: 74px;
- height: 74px;
- background-image: url("../../static/y1.png");
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 19.58px;
- font-weight: 700;
- color: rgba(255, 255, 255, 1);
- }
- .parameter_zheng32ccc {
- width: 68px;
- height: 68px;
- /* background-image: url("../../static/y1.png"); */
- background-color: #cccccc;
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 19px;
- font-weight: 700;
- color: rgba(255, 255, 255, 1);
- border-radius: 100%;
- }
- .parameter_zheng33 {
- width: 74px;
- height: 74px;
- background-image: url("../../static/y6.png");
- background-size: 100% 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 19px;
- font-weight: 700;
- color: rgba(255, 255, 255, 1);
- }
-
- .parameter_zheng34 {
- width: 68px;
- height: 68px;
- background-image: url("../../static/y8.png");
- background-size: 100% 100%;
- font-size: 18px;
- font-weight: 700;
- color: rgba(255, 255, 255, 1);
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
-
- .parameter_home {
- width: 100%;
- display: flex;
- margin-top: 0px;
- justify-content: space-between;
- }
-
- .parameter_home1 {
- display: flex;
- align-items: center;
-
- image {
- width: 32.8px;
- height: 32.31px;
- margin-right: 10px;
- }
- }
-
- .parameter_hometext {
- font-size: 19.58px;
- font-weight: 400;
- color: rgba(0, 0, 0, 1);
- }
-
- .parameter_home2 {
- width: 636.33px;
- height: 39.16px;
- opacity: 0.8;
- border-radius: 0.98px;
- background: rgba(242, 242, 242, 1);
-
- border: 0.49px solid rgba(161, 161, 161, 1);
-
- box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
- display: flex;
- align-items: center;
- padding: 0px 10px;
- box-sizing: border-box;
-
- image {
- width: 26.92px;
- height: 29.86px;
- }
- }
-
- .swiper {
- width: 100%;
- height: 40px;
- }
- .parameter_home3 {
- height: 40px; /* 每条消息的高度 */
- line-height: 40px; /* 垂直居中 */
- font-size: 17.62px;
- font-weight: 400;
- color: rgba(0, 0, 0, 1);
- margin-left: 10px;
- }
- .uni-dialog-title-text {
- font-size: 70.89px !important;
- font-weight: 500;
- color: rgba(5, 5, 5, 1);
- }
- .parameter_box{
- display: flex;
- }
- .parameter_zheng10{
- width: 687px;
- height: 100%;
- border-right: 0.49px solid rgba(0, 0, 0, 1);
- display: flex;
- flex-direction: column;
- /* justify-content: space-around; */
- }
- .parameter_zheng101{
- margin-top: 40px;
- }
- .parameter_zheng102{
- margin-top: 30px;
- }
- </style>
|