dataCenter.wxml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. <!--pages/dataCenter/dataCenter.wxml-->
  2. <view class="content">
  3. <!-- 国民经济统计数据 -->
  4. <view style="background-color: #FFFFFF;">
  5. <view style="border-bottom: 1px solid #C5C5C5;" >
  6. <view class="title">
  7. <image src="{{imgUrl}}statistics.png"></image>
  8. <view class="title-text">国民经济统计数据</view>
  9. <view class="getmore" bindtap="gotogmsjzx"><text class="moretext">查看更多</text></view>
  10. </view>
  11. </view>
  12. <!-- 内容 -->
  13. <view>
  14. <scroll-view class="scroll-wrapper" scroll-x scroll-with-animation="true" scroll-into-view="item{{currentTab < 2 ? 0 : currentTab - 1}}">
  15. <view class="navigate-item" id="item{{index}}" wx:for="{{statistics}}" wx:key="index" data-index="{{index}}" bindtap="tabNav">
  16. <view class="names {{currentTab === index ? 'active' : ''}}">{{item.title}}</view>
  17. <view class="currtline {{currentTab === index ? 'active' : ''}}" wx:if="{{currentTab === index}}"></view>
  18. </view>
  19. </scroll-view>
  20. <swiper current="{{currentTab}}" style="padding: 0 10px;margin-top: 15rpx;height: 500rpx;width: 100%;" duration="1" bindchange="handleSwiper">
  21. <swiper-item catchtouchmove="catchTouchMove" wx:for="{{statistics}}" wx:key="index">
  22. <ec-canvas id="{{item.name}}" canvas-id="{{item.name}}" ec="{{ streetlinechartec }}" />
  23. </swiper-item>
  24. </swiper>
  25. <view class="statistics-btn">
  26. <!-- <button>详细数据</button> -->
  27. </view>
  28. </view>
  29. </view>
  30. <!-- 政务服务数据统计分析 -->
  31. <view style="background-color: #FFFFFF;margin-top: 30rpx;" bindtap="gotoZWTJ">
  32. <view style="border-bottom: 1px solid #C5C5C5;">
  33. <view class="title">
  34. <image src="{{imgUrl}}riseData.png"></image>
  35. <view class="title-text">政务服务数据统计分析</view>
  36. </view>
  37. </view>
  38. <!-- 内容 -->
  39. <view>
  40. <view>
  41. <view class="type-title">
  42. <view class="dots" />
  43. <view class="type-text">
  44. 本年办件数
  45. </view>
  46. </view>
  47. <!-- 办件数内容 -->
  48. <view style="display:flex;justify-content: space-between;align-items:center;padding: 0 40rpx;">
  49. <view style="width: 210rpx;height: 120rpx;background-image: url({{imgUrl}}index-work-number.png);background-size: 100% 100%;">
  50. <!-- 受理数 -->
  51. <view style="display:flex;align-items:left;color:#FFFFFF;flex-direction:column;justify-content:center;height: 100%;padding-left:85rpx">
  52. <view style="font-size:19rpx">受理数</view>
  53. <view style="display:flex;flex-direction:row;align-items:center">
  54. <scroll-view scroll-x style="width: 84rpx">
  55. <view style="font-size:28rpx;font-weight: bold;">{{officeNumber[0]}}</view>
  56. </scroll-view>
  57. <view style="font-size: 19rpx;padding-left:5rpx">件</view>
  58. </view>
  59. </view>
  60. </view>
  61. <view style="width: 210rpx;height: 120rpx;background-image: url({{imgUrl}}index-finish-number.png);background-size: 100% 100%;">
  62. <!-- 受理数 -->
  63. <view style="display:flex;align-items:left;color:#FFFFFF;flex-direction:column;justify-content:center;height: 100%;padding-left:85rpx">
  64. <view style="font-size:19rpx">办结数</view>
  65. <view style="display:flex;flex-direction:row;align-items:center">
  66. <scroll-view scroll-x style="width: 84rpx">
  67. <view style="font-size:28rpx;font-weight: bold;">{{officeNumber[1]}}</view>
  68. </scroll-view>
  69. <view style="font-size: 19rpx;padding-left:5rpx">件</view>
  70. </view>
  71. </view>
  72. </view>
  73. <view style="width: 210rpx;height: 120rpx;background-image: url({{imgUrl}}index-request-number.png);background-size: 100% 100%;">
  74. <!-- 受理数 -->
  75. <view style="display:flex;align-items:left;color:#FFFFFF;flex-direction:column;justify-content:center;height: 100%;padding-left:85rpx">
  76. <view style="font-size:19rpx">网络提交</view>
  77. <view style="display:flex;flex-direction:row;align-items:center">
  78. <scroll-view scroll-x style="width: 84rpx;">
  79. <view style="font-size:28rpx;font-weight: bold;">{{officeNumber[2]}}</view>
  80. </scroll-view>
  81. <view style="font-size: 19rpx;padding-left:5rpx">件</view>
  82. </view>
  83. </view>
  84. </view>
  85. </view>
  86. </view>
  87. <view>
  88. <view class="type-title">
  89. <view class="dots" />
  90. <view class="type-text">
  91. 好差评
  92. </view>
  93. </view>
  94. <view style="display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 40rpx">
  95. <view class="evaluate">评价我的办件</view>
  96. <view class="evaluate">评价窗口人员</view>
  97. <view class="evaluate">评价办事指南</view>
  98. <view class="evaluate" style="width: 316rpx;">评价服务应用</view>
  99. <view class="evaluate" style="width: 316rpx;">评价电子证照</view>
  100. </view>
  101. <!-- 评价量 -->
  102. <view style="display: flex;justify-content: space-between;padding: 0 40rpx;">
  103. <!-- 评价总量 -->
  104. <view style="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;border-radius: 10px;">
  105. <!-- 图标 -->
  106. <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center;">
  107. <image src="{{imgUrl}}index-evalution.png" style="height:64rpx;width:64rpx;"></image>
  108. </view>
  109. <!-- 数据 -->
  110. <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
  111. <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">本年评价总量</view>
  112. <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
  113. <view style="font-size: 26rpx;font-weight: bold;">{{evalutionNum}}</view>
  114. <view style="font-size:20rpx;padding-left:5rpx">条</view>
  115. </view>
  116. </view>
  117. </view>
  118. <!-- 满意度 -->
  119. <view style="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;border-radius: 10px;">
  120. <!-- 图标 -->
  121. <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center">
  122. <image src="{{imgUrl}}index-good-blud.png" style="height:64rpx;width:70rpx;"></image>
  123. </view>
  124. <!-- 数据 -->
  125. <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
  126. <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">满意度</view>
  127. <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
  128. <view style="font-size: 26rpx;font-weight: bold;">{{evalutionRate}}</view>
  129. <view style="font-size:20rpx;padding-left:5rpx">%</view>
  130. </view>
  131. </view>
  132. </view>
  133. </view>
  134. <view style="margin-top: 30rpx;width: 100%;height: 300rpx;">
  135. <ec-canvas id="goodOrBad" canvas-id="goodOrBad" ec="{{ streetlinechartec }}" />
  136. </view>
  137. </view>
  138. <view>
  139. <view class="type-title">
  140. <view class="dots" />
  141. <view class="type-text">
  142. 南岸区依申请+公共服务办理类事项总数
  143. </view>
  144. </view>
  145. <view style="display: flex;justify-content: space-between;padding: 0 30rpx;">
  146. <view class="matters {{mattersZero > index ? 'default' : '' }}" wx:for="{{matters}}" wx:key="index">{{item}}</view>
  147. <view style="width: 27rpx;height: 26rpx;font-size: 28rpx;font-weight: 500;color: #999999;margin-top: 80rpx;">项</view>
  148. </view>
  149. </view>
  150. <view>
  151. <view class="type-title">
  152. <view class="dots" />
  153. <view class="type-text">
  154. 一件事一次办
  155. </view>
  156. </view>
  157. <view style="display: flex;justify-content: space-between;padding: 0 40rpx 40rpx 20rpx">
  158. <view style="position: relative;">
  159. <image src="{{imgUrl}}textBox4.png" style="width: 290rpx;height: 278rpx;" />
  160. <view class="oneThing-left-top">套餐总数</view>
  161. <view class="oneThing-left-bottom">
  162. <view>258</view>
  163. <view style="font-size: 25rpx;margin: 23rpx 0 0 10rpx;">件</view>
  164. </view>
  165. </view>
  166. <view>
  167. <view style="background-image: url('{{imgUrl}}textBox1.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
  168. <view class="triangles"></view>
  169. <view style="width: 50rpx;height: 25rpx;"></view>
  170. <view class="oneThing">减环节</view>
  171. <view class="oneThing" style="display: flex;">
  172. <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">1622</view>
  173. <view>件</view>
  174. </view>
  175. </view>
  176. <view style="background-image: url('{{imgUrl}}textBox2.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
  177. <view class="triangles" style="border-left: 18rpx solid #156FA6;"></view>
  178. <view style="width: 50rpx;height: 25rpx;"></view>
  179. <view class="oneThing" style="color: #156FA6;">减跑动</view>
  180. <view class="oneThing" style="display: flex;color: #156FA6;">
  181. <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">799</view>
  182. <view>件</view>
  183. </view>
  184. </view>
  185. <view style="background-image: url('{{imgUrl}}textBox3.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
  186. <view class="triangles" style="border-left: 18rpx solid #DF6866;"></view>
  187. <view style="width: 50rpx;height: 25rpx;"></view>
  188. <view class="oneThing" style="color: #DF6866;">减材料</view>
  189. <view class="oneThing" style="display: flex;color: #DF6866;">
  190. <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">465</view>
  191. <view>件</view>
  192. </view>
  193. </view>
  194. </view>
  195. </view>
  196. </view>
  197. </view>
  198. </view>
  199. <!-- 本年度公开信箱办理情况 -->
  200. <view style="background-color: #FFFFFF;margin-top: 30rpx;">
  201. <view style="border-bottom: 1px solid #C5C5C5;">
  202. <view class="title" bindtap="gotoXXTJ">
  203. <image src="{{imgUrl}}processing.png"></image>
  204. <view class="title-text">本年度公开信箱办理情况</view>
  205. </view>
  206. </view>
  207. <!-- 内容 -->
  208. <view>
  209. <view style="display: flex;justify-content: space-between;padding: 30rpx 30rpx 20rpx 30rpx;" bindtap="gotoXXTJ">
  210. <view class="processing">
  211. <image src="{{imgUrl}}chat.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
  212. <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
  213. <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
  214. 近30天来信
  215. </view>
  216. <view style="display: flex;color: #333333;">
  217. <view style="font-size: 32rpx;font-weight: bold;">{{leaveAMessage.handle}}</view>
  218. <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
  219. </view>
  220. </view>
  221. </view>
  222. <view class="processing" style="background: #E8F4FF;">
  223. <image src="{{imgUrl}}message.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
  224. <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
  225. <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
  226. 近30天受理
  227. </view>
  228. <view style="display: flex;color: #333333;">
  229. <view style="font-size: 32rpx;font-weight: bold;">{{leaveAMessage.accepting}}</view>
  230. <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
  231. </view>
  232. </view>
  233. </view>
  234. <view class="processing" style="background: #E2FFFD;">
  235. <image src="{{imgUrl}}write.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
  236. <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
  237. <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
  238. 近30天办理
  239. </view>
  240. <view style="display: flex;color: #333333;">
  241. <view style="font-size: 32rpx;font-weight: bold;">{{leaveAMessage.finished}}</view>
  242. <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
  243. </view>
  244. </view>
  245. </view>
  246. </view>
  247. <view>
  248. <view class="type-title">
  249. <view class="dots" />
  250. <view class="type-text">
  251. 近90天办理类别统计
  252. </view>
  253. </view>
  254. <view style="height: 500rpx;">
  255. <ec-canvas id="processingCategory" canvas-id="processingCategory" ec="{{ streetlinechartec }}" />
  256. </view>
  257. </view>
  258. <view>
  259. <view class="type-title">
  260. <view class="dots" />
  261. <view class="type-text">
  262. 近90天公开信箱领域统计
  263. </view>
  264. </view>
  265. <view style="height: 500rpx;">
  266. <ec-canvas id="publicMailbox" canvas-id="publicMailbox" ec="{{ streetlinechartec }}" />
  267. </view>
  268. </view>
  269. </view>
  270. </view>
  271. </view>