loop.wxml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. <!--pages/loop/loop.wxml-->
  2. <view class="switch-1">
  3. <image src="https://cloud.long-chi.com/resource/miniprogram-lightcontrol/image/network.png" style="position: absolute; left:5%;top:14%;width:8%;height:70%;"></image>
  4. <view class="Dropdown">
  5. <picker range="{{groupName}}" value="{{groupIndex}}" bindchange="changegroup">
  6. <view class="group">
  7. {{groupName[groupIndex]}}
  8. </view>
  9. </picker>
  10. <picker range="{{deviceName}}" value="{{deviceIndex}}" bindchange="changedevice">
  11. <view class="device">
  12. {{deviceName[deviceIndex]}}
  13. </view>
  14. </picker>
  15. </view>
  16. <text class="Onlinestatus" style="background-color: white;color: red;">{{status}}</text>
  17. </view>
  18. <view class="loop">
  19. <text>回路:</text>
  20. <picker bindchange="bindPickerChange3" value="{{indexes}}" range="{{crr}}">
  21. <view class="loop-picker">
  22. {{crr[indexes]}}
  23. </view>
  24. </picker>
  25. <view wx:if="{{play == 1}}" class="newChange">
  26. <button bindtap = "newChange">{{newChange == 0 ? '手动' : '经纬'}}</button>
  27. </view>
  28. </view>
  29. <!-- 旧设备 -->
  30. <view class="subject" wx:if="{{play == 0 ? true : false}}">
  31. <!-- 时控一 -->
  32. <view class="Time-control">
  33. <text style="left: 5%;top: 8%;">时</text>
  34. <text style="left: 5%;top: 32%;">控</text>
  35. <text style="left: 5%;top: 57%;">一</text>
  36. <text style="left: 15%;top: 8%;">开</text>
  37. <text style="left: 15%;top: 57%;">关</text>
  38. <switch style="top: 8%;zoom: {{zoom}};" bindchange="Controltime1" checked="{{state[0]}}"></switch>
  39. <switch style="top: 55%;zoom: {{zoom}};" bindchange="Controltime2" checked="{{state[1]}}"></switch>
  40. <picker mode="{{type1}}" value="{{time[0]}}" start="00:00" end="23:59" bindchange="bindTimeChange1">
  41. <view class="Timecontrol-picker-1" style="top: 8%;width: 18%;background-color: {{timecontrolcolor1}};color: {{fontcolor1}};">{{time[0]}}</view>
  42. </picker>
  43. <button class="Timecontrol-button-2" style="top: 8%;background-color: {{timecontrolcolor1}};color: {{fontcolor1}};"bindtap="change1">{{fixed1}}</button>
  44. <picker mode="{{type2}}" value="{{time[1]}}" start="00:00" end="23:59" bindchange="bindTimeChange2">
  45. <view class="Timecontrol-picker-1" style="top: 56%;width:18%;background-color: {{timecontrolcolor2}};color: {{fontcolor2}};"> {{time[1]}}</view>
  46. </picker>
  47. <button class="Timecontrol-button-2" style="top:56%;background-color: {{timecontrolcolor2}};color: {{fontcolor2}};"bindtap="change2">{{fixed2}}</button>
  48. </view>
  49. <!-- 时控二 -->
  50. <view class="Time-control" style="margin-top:0.4%">
  51. <text style="left: 5%;top: 8%;">时</text>
  52. <text style="left: 5%;top: 32%;">控</text>
  53. <text style="left: 5%;top: 57%;">二</text>
  54. <text style="left: 15%;top: 8%;">开</text>
  55. <text style="left: 15%;top: 57%;">关</text>
  56. <switch style="top: 8%;zoom: {{zoom}};" bindchange="Controltime3" checked="{{state1[0]}}"></switch>
  57. <switch style="top: 55%;zoom: {{zoom}};" bindchange="Controltime4" checked="{{state1[1]}}"></switch>
  58. <picker mode="{{type3}}" value="{{time[2]}}" start="00:00" end="23:59" bindchange="bindTimeChange3">
  59. <view class="Timecontrol-picker-1" style="top: 8%;width:18%;background-color: {{timecontrolcolor3}};color: {{fontcolor3}};font-size: {{sizes}}px;"> {{time[2]}}</view>
  60. </picker>
  61. <button class="Timecontrol-button-2" style="top: 8%;background-color: {{timecontrolcolor3}};color: {{fontcolor3}};"bindtap="change3">{{fixed3}}</button>
  62. <picker mode="{{type4}}" value="{{time[3]}}" start="00:00" end="23:59" bindchange="bindTimeChange4">
  63. <view class="Timecontrol-picker-1" style="top: 56%;width: 18%; background-color: {{timecontrolcolor4}};color: {{fontcolor4}};"> {{time[3]}}</view>
  64. </picker>
  65. <button class="Timecontrol-button-2" style="top: 56%;background-color: {{timecontrolcolor4}};color: {{fontcolor4}};"bindtap="change4">{{fixed4}}</button>
  66. </view>
  67. <!-- 日期调控 -->
  68. <view class="Date-Setting" style="margin-top:0.5%">
  69. <text style="left: 5%;top: 8%;">星</text>
  70. <text style="left: 5%;top: 50%;">期</text>
  71. <text style="left: 20%;top: 8%;">日</text>
  72. <text style="left: 32%;top: 8%;">一</text>
  73. <text style="left: 44%;top: 8%;">二</text>
  74. <text style="left: 56%;top: 8%;">三</text>
  75. <text style="left: 68%;top: 8%;">四</text>
  76. <text style="left: 80%;top: 8%;">五</text>
  77. <text style="left: 92%;top: 8%;">六</text>
  78. <image src="{{address[0]}}" bindtap="setbuty0" style="left: 19%;"></image>
  79. <image src="{{address[1]}}" bindtap="setbuty1" style="left: 31%;"></image>
  80. <image src="{{address[2]}}" bindtap="setbuty2" style="left: 43%;"></image>
  81. <image src="{{address[3]}}" bindtap="setbuty3" style="left: 55%;"></image>
  82. <image src="{{address[4]}}" bindtap="setbuty4" style="left: 67%;"></image>
  83. <image src="{{address[5]}}" bindtap="setbuty5" style="left: 79%;"></image>
  84. <image src="{{address[6]}}" bindtap="setbuty6" style="left: 91%;"></image>
  85. </view>
  86. <!-- 光控 -->
  87. <view class="Light-control" style="margin-top: 0.5%;">
  88. <text style="left: 5%;top: 20%;">光</text>
  89. <text style="left: 5%;top: 50%;">控</text>
  90. <text style="left: 15%;top: 8%;">开</text>
  91. <text style="left: 15%;top: 58%;">关</text>
  92. <switch style="top: 8%;zoom: {{zoom}};" bindchange="Controllight1" checked="{{state[2]}}"></switch>
  93. <switch style="top: 55%;zoom: {{zoom}};" bindchange="Controllight2" checked="{{state[3]}}"></switch>
  94. <text style="right: 35%;top: 9%;">小于</text>
  95. <text style="right: 35%;top: 55%;">大于</text>
  96. <picker bindchange="bindPickerChange1" value="{{index}}" range="{{arr}}" mode="{{select1}}">
  97. <view class="Light-control-picker" style="width: 28px;top: 9%;background-color: {{Lightcontrolcolor1}};color: {{fontcolor5}};">
  98. {{arr[index]}}
  99. </view>
  100. </picker>
  101. <picker bindchange="bindPickerChange2" value="{{indexs}}" range="{{brr}}" mode="{{select2}}">
  102. <view class="Light-control-picker" style="width: 28px;top: 55%;background-color: {{Lightcontrolcolor2}};color: {{fontcolor6}};">
  103. {{brr[indexs]}}
  104. </view>
  105. </picker>
  106. <text style="right: 5%;top: 9%;">开</text>
  107. <text style="right: 5%;top: 55%;">关</text>
  108. </view>
  109. <!-- 报警 -->
  110. <view class="warning" style="margin-top: 0.6%;">
  111. <text>报警</text>
  112. <view class="warning-control">
  113. <radio-group>
  114. <radio name="edu" checked="{{radio1}}" bindtap="Changestate1"/>强关
  115. <radio name="edu" checked="{{radio2}}" bindtap="Changestate2"/>强开
  116. <radio name="edu" checked="{{radio3}}" bindtap="Changestate3"/>无关联
  117. </radio-group>
  118. </view>
  119. </view>
  120. </view>
  121. <!-- 旧设备刷新存储数据 -->
  122. <view class="Refresh" wx:if="{{play == 0 ? true : false}}">
  123. <button class="Refresh-1" style="width: 28%" bindtap="RefreshPage">刷新页面</button>
  124. <button class="Refresh-2" style="width: 28%" bindtap="Storedata">存储数据</button>
  125. </view>
  126. <!-- 新设备 -->
  127. <view class="subject" wx:if="{{play == 1 ? true : false}}">
  128. <!-- 时控1 -->
  129. <view class="newtime1">
  130. <text style="left: 2%;top: 8%;">时</text>
  131. <text style="left: 2%;top: 32%;">控</text>
  132. <text style="left: 2%;top: 57%;">一</text>
  133. <switch bindchange="Controltime5" checked="{{newSwitch[0]}}"></switch>
  134. <text style="left: 40%;">开启时间</text>
  135. <text style="left: 75%;">关闭时间</text>
  136. <picker start="00:00" end="23:59" value="{{timeValue[0]}}" bindchange="bindTimeChange5"
  137. mode="{{newSwitchstate[0]}}">
  138. <view class="startTime" style="background-color: {{newcolor[0]}};color:{{newfont[0]}}">
  139. {{timeValue[0]}}</view>
  140. </picker>
  141. <picker start="00:00" end="23:59" value="{{timeValue[1]}}" bindchange="bindTimeChange6"
  142. mode="{{newSwitchstate[0]}}">
  143. <view class="endTime" style="background-color: {{newcolor[0]}};color: {{newfont[0]}};">
  144. {{timeValue[1]}}</view>
  145. </picker>
  146. </view>
  147. <!-- 时控2 -->
  148. <view class="newtime2">
  149. <text style="left: 2%;top: 8%;">时</text>
  150. <text style="left: 2%;top: 32%;">控</text>
  151. <text style="left: 2%;top: 57%;">二</text>
  152. <switch bindchange="Controltime6" checked="{{newSwitch[1]}}"></switch>
  153. <text style="left: 40%;">开启时间</text>
  154. <text style="left: 75%;">关闭时间</text>
  155. <picker start="00:00" end="23:59" value="{{timeValue[2]}}" bindchange="bindTimeChange7" mode="{{newSwitchstate[1]}}">
  156. <view class="startTime" style="background-color: {{newcolor[1]}};color:{{newfont[1]}}">
  157. {{timeValue[2]}}</view>
  158. </picker>
  159. <picker start="00:00" end="23:59" value="{{timeValue[3]}}" bindchange="bindTimeChange8" mode="{{newSwitchstate[1]}}">
  160. <view class="endTime" style="background-color: {{newcolor[1]}};color:{{newfont[1]}}">
  161. {{timeValue[3]}}</view>
  162. </picker>
  163. </view>
  164. <!-- 光控 -->
  165. <view class="newlight">
  166. <text style="left: 2%;top: 30%;">光</text>
  167. <text style="left: 2%;bottom: 30%;">控</text>
  168. <switch bindchange="Controltime7" checked="{{newSwitch[2]}}"></switch>
  169. <picker start="00:00" end="23:59" value="{{timeValue[4]}}" bindchange="bindTimeChange9" mode="{{newSwitchstate[2]}}">
  170. <view class="lightstartTime" style="background-color: {{newcolor[2]}};color:{{newfont[2]}}">
  171. {{timeValue[4]}}</view>
  172. </picker>
  173. <text style="left: 67%;top: 28%;">至</text>
  174. <picker start="00:00" end="23:59" value="{{timeValue[5]}}" bindchange="bindTimeChange10" mode="{{newSwitchstate[2]}}">
  175. <view class="lightendTime" style="background-color: {{newcolor[2]}};color:{{newfont[2]}}">
  176. {{timeValue[5]}}</view>
  177. </picker>
  178. <text style="top:5%;letter-spacing:10px">(生效时间)</text>
  179. <view class="conditions">
  180. <l-button shape="circle" size="medium" bindtap="Opening" disabled="{{disabled}}">选择开启条件</l-button>
  181. </view>
  182. </view>
  183. <l-dialog show="{{popup}}" title="开启条件" bind:linconfirm = "complete">
  184. <view class="check" wx:for="{{lightlist}}" wx:key="id">
  185. <checkbox checked="{{choice[index]}}" bindtap="{{'point' + (index + 1)}}">{{lightlist[index].name}}</checkbox>
  186. </view>
  187. </l-dialog>
  188. </view>
  189. <!-- 新设备刷新存储数据 -->
  190. <view class="Refresh" wx:if="{{play == 1 ? true : false}}">
  191. <button class="Refresh-1" style="width: 28%" bindtap="RefreshPage">刷新页面</button>
  192. <button class="Refresh-2" style="width: 28%" bindtap="Storedata">存储数据</button>
  193. </view>