运维小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <view class="filter">
  2. <view class="owner_type1">
  3. <picker bindcolumnchange="bindcolumn" bindchange="bindpowerChange" value="{{powerindex}}" range="{{powerdata}}" range-key="powerstationName">
  4. <view class="calculation_top">
  5. <view class="calculation_left">
  6. <text style="color: red;margin-right: 8rpx;">*</text>电站
  7. </view>
  8. <view class="event">
  9. <view class="uni-input" wx:if="{{powerdata[powerindex].powerstationName}}">{{powerdata[powerindex].powerstationName}}</view>
  10. <view class="uni-inputcolor" wx:else>请选择电站</view>
  11. <t-icon name="chevron-right" size="40rpx" data-name="chevron-right"/>
  12. </view>
  13. </view>
  14. </picker>
  15. </view>
  16. <view class="owner_type1">
  17. <picker mode="date" value="{{datestart}}" fields="month" start="2000-01-01" end="2060-09-01" bindchange="bindstartChange">
  18. <view class="calculation_top">
  19. <view class="calculation_left">
  20. <text style="color: red;margin-right: 8rpx;">*</text>
  21. 月份
  22. </view>
  23. <view class="event">
  24. <view class="uni-inputcolor" wx:if="{{datestart==''}}">请选择</view>
  25. <view class="uni-input" wx:else>{{datestart}}</view>
  26. <t-icon name="chevron-right" size="40rpx" data-name="chevron-right"/>
  27. </view>
  28. </view>
  29. </picker>
  30. </view>
  31. </view>
  32. <view class="Information">
  33. <view class="workorder">
  34. <t-tabs value="{{tabsindex}}" bind:change="onTabsChange" bind:click="onTabsClick" t-class="custom-tabs" split="{{false}}">
  35. <t-tab-panel label="基本信息" value="1" />
  36. <t-tab-panel label="发电量" value="2" />
  37. <t-tab-panel label="限电信息" value="3" />
  38. <t-tab-panel label="故障信息" value="4" />
  39. </t-tabs>
  40. </view>
  41. <view style="height: 330rpx;"></view>
  42. <view class="data_box" wx:if="{{tabsindex==1}}">
  43. <view class="titledata1">
  44. <view>基本信息</view>
  45. </view>
  46. <view class="data_days">
  47. <view class="titledata">
  48. <view class="table-row fixed-column">
  49. <view class="days1">日期</view>
  50. <view class="days">天气</view>
  51. <view class="days">风速 m/s</view>
  52. <view class="days">容量/MW</view>
  53. <view class="days">风机/台</view>
  54. </view>
  55. <view wx:for="{{formatio}}" wx:key="index">
  56. <view class="days11">{{item.day}}日</view>
  57. <view class="days2">{{item.weather||'--'}}</view>
  58. <view class="days2">{{item.averagespeed||'--'}}</view>
  59. <view class="days2">{{item.gridconnectedcapacity||'--'}}</view>
  60. <view class="days2">{{item.fan||'--'}}</view>
  61. </view>
  62. </view>
  63. </view>
  64. </view>
  65. <view class="data_box" wx:if="{{tabsindex==2}}">
  66. <view class="titledata1">
  67. <view>发电量信息(万/kWh)</view>
  68. </view>
  69. <view class="data_days">
  70. <view class="titledata">
  71. <view class="table-row fixed-column">
  72. <view class="days1">日期</view>
  73. <view class="days">日发电量</view>
  74. <view class="days">月发电量</view>
  75. <view class="days">月计划</view>
  76. <view class="days">月完成率%</view>
  77. <view class="days">年累计电量</view>
  78. </view>
  79. <view wx:for="{{formatio}}" wx:key="index">
  80. <view class="days11">{{item.day}}日</view>
  81. <view class="days2">{{item.dailydischarge||'--'}}</view>
  82. <view class="days2">{{item.monthlydischarge||'--'}}</view>
  83. <view class="days2">{{item.monthlydischargeplan||'--'}}</view>
  84. <view class="days2">{{item.monthlydischargerate||'--'}}</view>
  85. <view class="days2">{{item.annualcumulativedischarge||'--'}}</view>
  86. </view>
  87. </view>
  88. </view>
  89. </view>
  90. <view class="data_box" wx:if="{{tabsindex==3}}">
  91. <view class="titledata1">
  92. <view>限电信息</view>
  93. </view>
  94. <view class="data_days">
  95. <view class="titledata">
  96. <view class="table-row fixed-column">
  97. <view class="days1s">日期</view>
  98. <view class="dayss">限电开始</view>
  99. <view class="dayss">限电结束</view>
  100. <view class="dayss">限电不超过/MW</view>
  101. <view class="dayss">日限电电量 万/kWh</view>
  102. <view class="dayss">日限电率%</view>
  103. <view class="dayss">月累计限电万/kWh</view>
  104. <view class="dayss">月累计限电率/%</view>
  105. </view>
  106. <view wx:for="{{formatio}}" wx:key="index">
  107. <view class="days111">{{item.day}}日</view>
  108. <view class="days2s">{{item.limitedstarttime||'--'}}</view>
  109. <view class="days2s">{{item.deadlineendtime||'--'}}</view>
  110. <view class="days2s">{{item.criticalpowerrestriction||'--'}}</view>
  111. <view class="days2s">{{item.dailypowerlimit||'--'}}</view>
  112. <view class="days2s">{{item.dailypowerrestrictionrate||'--'}}</view>
  113. <view class="days2s">{{item.monthlypowerlimit||'--'}}</view>
  114. <view class="days2s">{{item.monthlypowerrestrictionrate||'--'}}</view>
  115. </view>
  116. </view>
  117. </view>
  118. </view>
  119. <view class="data_box" wx:if="{{tabsindex==4}}">
  120. <view class="titledata1">
  121. <view>故障信息</view>
  122. </view>
  123. <view class="data_days">
  124. <view class="titledata">
  125. <view class="table-row fixed-column">
  126. <view class="days1s">日期</view>
  127. <view class="dayss">故障描述</view>
  128. <view class="dayss">日损电量/万kWh</view>
  129. <view class="dayss">日损率/%</view>
  130. <view class="dayss">月累计损电量/万kWh</view>
  131. <view class="dayss">月累计损率 /%</view>
  132. </view>
  133. <view wx:for="{{formatio}}" wx:key="index">
  134. <view class="days111">{{item.day}}日</view>
  135. <view class="days2s">{{item.faultdescription||'--'}}</view>
  136. <view class="days2s">{{item.dayfaultlosselectricity||'--'}}</view>
  137. <view class="days2s">{{item.dayfaultlossrate||'--'}}</view>
  138. <view class="days2s">{{item.monthlycumulativepowerloss||'--'}}</view>
  139. <view class="days2s">{{item.monthlycumulativelossrate||'--'}}</view>
  140. </view>
  141. </view>
  142. </view>
  143. </view>
  144. <view class="eccanvas">
  145. <ec-canvas id="mychart_line2" canvas-id="mychart_line2" ec="{{ ech }}"></ec-canvas>
  146. </view>
  147. </view>
  148. <!---->