| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
-
-
- <view class="filter">
- <view class="owner_type1">
- <picker bindcolumnchange="bindcolumn" bindchange="bindpowerChange" value="{{powerindex}}" range="{{powerdata}}" range-key="powerstationName">
- <view class="calculation_top">
- <view class="calculation_left">
- <text style="color: red;margin-right: 8rpx;">*</text>电站
- </view>
- <view class="event">
- <view class="uni-input" wx:if="{{powerdata[powerindex].powerstationName}}">{{powerdata[powerindex].powerstationName}}</view>
- <view class="uni-inputcolor" wx:else>请选择电站</view>
- <t-icon name="chevron-right" size="40rpx" data-name="chevron-right"/>
- </view>
- </view>
- </picker>
- </view>
- <view class="owner_type1">
- <picker mode="date" value="{{datestart}}" fields="month" start="2000-01-01" end="2060-09-01" bindchange="bindstartChange">
- <view class="calculation_top">
- <view class="calculation_left">
- <text style="color: red;margin-right: 8rpx;">*</text>
- 月份
- </view>
- <view class="event">
- <view class="uni-inputcolor" wx:if="{{datestart==''}}">请选择</view>
- <view class="uni-input" wx:else>{{datestart}}</view>
- <t-icon name="chevron-right" size="40rpx" data-name="chevron-right"/>
- </view>
- </view>
- </picker>
- </view>
- </view>
-
-
-
- <view class="Information">
-
-
-
- <view class="workorder">
-
-
-
- <t-tabs value="{{tabsindex}}" bind:change="onTabsChange" bind:click="onTabsClick" t-class="custom-tabs" split="{{false}}">
- <t-tab-panel label="基本信息" value="1" />
- <t-tab-panel label="发电量" value="2" />
- <t-tab-panel label="限电信息" value="3" />
- <t-tab-panel label="故障信息" value="4" />
- </t-tabs>
-
- </view>
- <view style="height: 330rpx;"></view>
- <view class="data_box" wx:if="{{tabsindex==1}}">
- <view class="titledata1">
- <view>基本信息</view>
- </view>
- <view class="data_days">
- <view class="titledata">
- <view class="table-row fixed-column">
- <view class="days1">日期</view>
- <view class="days">天气</view>
- <view class="days">风速 m/s</view>
- <view class="days">容量/MW</view>
- <view class="days">风机/台</view>
- </view>
- <view wx:for="{{formatio}}" wx:key="index">
- <view class="days11">{{item.day}}日</view>
- <view class="days2">{{item.weather||'--'}}</view>
- <view class="days2">{{item.averagespeed||'--'}}</view>
- <view class="days2">{{item.gridconnectedcapacity||'--'}}</view>
- <view class="days2">{{item.fan||'--'}}</view>
- </view>
- </view>
- </view>
-
- </view>
-
- <view class="data_box" wx:if="{{tabsindex==2}}">
- <view class="titledata1">
- <view>发电量信息(万/kWh)</view>
- </view>
- <view class="data_days">
- <view class="titledata">
- <view class="table-row fixed-column">
- <view class="days1">日期</view>
- <view class="days">日发电量</view>
- <view class="days">月发电量</view>
- <view class="days">月计划</view>
- <view class="days">月完成率%</view>
- <view class="days">年累计电量</view>
- </view>
- <view wx:for="{{formatio}}" wx:key="index">
- <view class="days11">{{item.day}}日</view>
- <view class="days2">{{item.dailydischarge||'--'}}</view>
- <view class="days2">{{item.monthlydischarge||'--'}}</view>
- <view class="days2">{{item.monthlydischargeplan||'--'}}</view>
- <view class="days2">{{item.monthlydischargerate||'--'}}</view>
- <view class="days2">{{item.annualcumulativedischarge||'--'}}</view>
- </view>
- </view>
- </view>
-
- </view>
- <view class="data_box" wx:if="{{tabsindex==3}}">
- <view class="titledata1">
- <view>限电信息</view>
- </view>
- <view class="data_days">
- <view class="titledata">
- <view class="table-row fixed-column">
- <view class="days1s">日期</view>
- <view class="dayss">限电开始</view>
- <view class="dayss">限电结束</view>
- <view class="dayss">限电不超过/MW</view>
- <view class="dayss">日限电电量 万/kWh</view>
- <view class="dayss">日限电率%</view>
- <view class="dayss">月累计限电万/kWh</view>
- <view class="dayss">月累计限电率/%</view>
- </view>
- <view wx:for="{{formatio}}" wx:key="index">
- <view class="days111">{{item.day}}日</view>
- <view class="days2s">{{item.limitedstarttime||'--'}}</view>
- <view class="days2s">{{item.deadlineendtime||'--'}}</view>
- <view class="days2s">{{item.criticalpowerrestriction||'--'}}</view>
- <view class="days2s">{{item.dailypowerlimit||'--'}}</view>
- <view class="days2s">{{item.dailypowerrestrictionrate||'--'}}</view>
- <view class="days2s">{{item.monthlypowerlimit||'--'}}</view>
- <view class="days2s">{{item.monthlypowerrestrictionrate||'--'}}</view>
- </view>
- </view>
- </view>
-
- </view>
-
- <view class="data_box" wx:if="{{tabsindex==4}}">
- <view class="titledata1">
- <view>故障信息</view>
- </view>
- <view class="data_days">
- <view class="titledata">
- <view class="table-row fixed-column">
- <view class="days1s">日期</view>
- <view class="dayss">故障描述</view>
- <view class="dayss">日损电量/万kWh</view>
- <view class="dayss">日损率/%</view>
- <view class="dayss">月累计损电量/万kWh</view>
- <view class="dayss">月累计损率 /%</view>
- </view>
- <view wx:for="{{formatio}}" wx:key="index">
- <view class="days111">{{item.day}}日</view>
- <view class="days2s">{{item.faultdescription||'--'}}</view>
- <view class="days2s">{{item.dayfaultlosselectricity||'--'}}</view>
- <view class="days2s">{{item.dayfaultlossrate||'--'}}</view>
- <view class="days2s">{{item.monthlycumulativepowerloss||'--'}}</view>
- <view class="days2s">{{item.monthlycumulativelossrate||'--'}}</view>
- </view>
- </view>
- </view>
-
- </view>
- <view class="eccanvas">
- <ec-canvas id="mychart_line2" canvas-id="mychart_line2" ec="{{ ech }}"></ec-canvas>
-
- </view>
- </view>
- <!---->
-
|