t-p-zaoquan - 安宁版本分类.vue 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. <template>
  2. <view class="content">
  3. <view class="title"> —— 监测监控类 —— </view>
  4. <view class="list">
  5. <view class="item_box" style="background: linear-gradient(180deg, #4D86F7, #4BC9FD);" @click="go_zaoquan_h5()">
  6. <view class="img">
  7. <image src="../t-p-icon/anning_icon/icon_1.png" mode=""></image>
  8. </view>
  9. <view class="text">
  10. <view class="name">管控平台</view>
  11. <view class="tip"></view>
  12. </view>
  13. </view>
  14. <view class="item_box" style="background: linear-gradient(180deg, #8163F9, #5E82FD);" @click="go_personnel_orientation()">
  15. <view class="img">
  16. <image src="../t-p-icon/anning_icon/icon_3.png" mode=""></image>
  17. </view>
  18. <view class="text">
  19. <view class="name">人员定位</view>
  20. </view>
  21. </view>
  22. <view class="item_box" style="background: linear-gradient(180deg, #4D86F7, #4BC9FD);" @click="go_safety_monitoring()">
  23. <view class="img">
  24. <image src="../t-p-icon/anning_icon/icon_1.png" mode=""></image>
  25. </view>
  26. <view class="text">
  27. <view class="name">安全监测</view>
  28. <view class="tip"></view>
  29. </view>
  30. </view>
  31. <view class="item_box" style="background: linear-gradient(0deg, #F59A47, #FD5C58);" @click="go_video_monitor()">
  32. <view class="img">
  33. <image src="../t-p-icon/anning_icon/icon_6.png" mode=""></image>
  34. </view>
  35. <view class="text">
  36. <view class="name">视频监控</view>
  37. </view>
  38. </view>
  39. <view class="item_box" style="background: linear-gradient(180deg, #4D86F7, #4BC9FD);" @click="go_vehicle()">
  40. <view class="img">
  41. <image src="../t-p-icon/anning_icon/vehicle.png" mode=""></image>
  42. </view>
  43. <view class="text">
  44. <view class="name">智能测速</view>
  45. <view class="tip"></view>
  46. </view>
  47. </view>
  48. </view>
  49. <view class="title"> —— 生产类 —— </view>
  50. <view class="list">
  51. <view class="item_box" style="background: linear-gradient(180deg, #57B7B6, #42F2AA);" @click="go_production_report()">
  52. <view class="img">
  53. <image src="../t-p-icon/anning_icon/icon_2.png" mode=""></image>
  54. </view>
  55. <view class="text">
  56. <view class="name">生产报表</view>
  57. </view>
  58. </view>
  59. </view>
  60. <view class="title"> —— 辅助类 —— </view>
  61. <view class="list">
  62. <!-- <view class="item_box" style="background: linear-gradient(180deg, #8163F9, #5E82FD);" @click="go_power_monitoring()">
  63. <view class="img">
  64. <image src="../t-p-icon/anning_icon/icon_7.png" mode=""></image>
  65. </view>
  66. <view class="text">
  67. <view class="name">电力监控</view>
  68. <view class="tip"></view>
  69. </view>
  70. </view> -->
  71. <view class="item_box" style="background: linear-gradient(180deg, #4D86F7, #4BC9FD);" @click="go_mine_water_treatment()">
  72. <view class="img">
  73. <image src="../t-p-icon/anning_icon/icon_11.png" mode=""></image>
  74. </view>
  75. <view class="text">
  76. <view class="name">矿井水处理</view>
  77. <view class="tip"></view>
  78. </view>
  79. </view>
  80. <!-- <view class="item_box" style="background: linear-gradient(180deg, #8163F9, #5E82FD);" @click="go_zdhxt('tfgl')">
  81. <view class="img">
  82. <image src="../t-p-icon/anning_icon/icon_5.png" mode=""></image>
  83. </view>
  84. <view class="text">
  85. <view class="name">通风管理</view>
  86. <view class="tip"></view>
  87. </view>
  88. </view>
  89. <view class="item_box" style="background: linear-gradient(180deg, #4D86F7, #4BC9FD);" @click="go_zdhxt('psxt')">
  90. <view class="img">
  91. <image src="../t-p-icon/anning_icon/icon_11.png" mode=""></image>
  92. </view>
  93. <view class="text">
  94. <view class="name">排水系统</view>
  95. <view class="tip"></view>
  96. </view>
  97. </view>
  98. <view class="item_box" style="background: linear-gradient(180deg, #57B7B6, #42F2AA);" @click="go_table()">
  99. <view class="img">
  100. <image src="../t-p-icon/anning_icon/icon_1.png" mode=""></image>
  101. </view>
  102. <view class="text">
  103. <view class="name">数据分析</view>
  104. <view class="tip"></view>
  105. </view>
  106. </view> -->
  107. </view>
  108. </view>
  109. </template>
  110. <script>
  111. export default {
  112. name: "t-p-zaoquan",
  113. data() {
  114. return {
  115. mine: "640181B0011010037723",
  116. org_num: "1014",
  117. mine_code: "zaoquan",
  118. };
  119. },
  120. methods: {
  121. // 自动化统计列表
  122. go_zdhxt(zdhxt) {
  123. uni.navigateTo({
  124. url: "../../production/zaoquan/zidonghua_list/zidonghua_list?zdhxt=" + zdhxt
  125. })
  126. },
  127. // 生产报表
  128. go_production_report() {
  129. uni.navigateTo({
  130. url: "../../production/production_report/production_report?mine=" + this.mine + "&org_num=" +
  131. this.org_num,
  132. })
  133. },
  134. // 安全监测
  135. go_safety_monitoring() {
  136. uni.navigateTo({
  137. url: "../../production/safety_monitoring/safety_monitoring?mine=" + this.mine
  138. })
  139. },
  140. //人员定位
  141. go_personnel_orientation() {
  142. uni.navigateTo({
  143. url: "../../production/personnel_orientation/personnel_orientation?mine=" + this.mine
  144. })
  145. },
  146. // 视频监控
  147. go_video_monitor() {
  148. uni.navigateTo({
  149. url: "../../production/video_monitor/video_monitor?mine_code=" + this.mine_code
  150. })
  151. },
  152. // 电力监控
  153. go_power_monitoring() {
  154. uni.navigateTo({
  155. url: "../../production/zaoquan/power_monitoring/power_monitoring"
  156. })
  157. },
  158. // 矿井水处理
  159. go_mine_water_treatment() {
  160. uni.navigateTo({
  161. url: "../../production/zaoquan/mine_water_treatment/mine_water_treatment?mine_code=" + this
  162. .mine_code
  163. })
  164. },
  165. // 数据分析
  166. go_table() {
  167. uni.navigateTo({
  168. url: "../../production/statistical_analysis_table/statistical_analysis_table"
  169. })
  170. },
  171. go_zaoquan_h5() {
  172. uni.navigateTo({
  173. url: "../../production/zaoquan/h5/h5?url=" +
  174. "http://zdh.zaoquan.nxmy.com:8011/home/dashboard"
  175. })
  176. },
  177. go_vehicle(){
  178. uni.navigateTo({
  179. url:"../../production/zaoquan/intelligent_speed_measurement/intelligent_speed_measurement"
  180. // url:"../../production/zaoquan/vehicle_monitoring/vehicle_monitoring"
  181. })
  182. }
  183. }
  184. }
  185. </script>
  186. <style lang="scss">
  187. .content {
  188. box-sizing: border-box;
  189. padding: 20rpx 25rpx 0;
  190. margin-bottom: 100rpx;
  191. overflow: hidden;
  192. .title {
  193. text-align: center;
  194. font-size: 34rpx;
  195. font-weight: 700;
  196. color: #424242;
  197. margin: 20rpx 0;
  198. }
  199. .list {
  200. overflow: hidden;
  201. .item_box {
  202. float: left;
  203. width: 204rpx;
  204. box-sizing: border-box;
  205. padding: 32rpx 0;
  206. margin-right: 44rpx;
  207. margin-bottom: 30rpx;
  208. border-radius: 10rpx;
  209. .img {
  210. box-sizing: border-box;
  211. text-align: center;
  212. margin-bottom: 16rpx;
  213. image {
  214. width: 64rpx;
  215. height: 64rpx;
  216. }
  217. }
  218. .text {
  219. text-align: center;
  220. color: #FFFFFF;
  221. .name {
  222. font-size: 28rpx;
  223. font-weight: 700;
  224. }
  225. .tip {
  226. font-size: 24rpx;
  227. white-space: nowrap;
  228. overflow: hidden;
  229. text-overflow: ellipsis;
  230. }
  231. }
  232. }
  233. .item_box:nth-child(3n) {
  234. margin-right: 0;
  235. }
  236. }
  237. }
  238. </style>