dataCenter.wxml 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  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; height: 300rpx;">
  103. <view style="display: flex;flex-wrap: wrap;justify-content: space-between;height: 130rpx;width: 100%">
  104. <!-- 好评数 -->
  105. <view style="margin-bottom: 30rpx; height: 100rpx;width:324rpx;display: flex;background-color:#E5F4FE;border-radius: 10px;">
  106. <!-- 数据 -->
  107. <view style="margin: 0 auto; width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
  108. <view style="text-align: center;width: 100%; font-size: 24rpx;color: #999999;padding-bottom:8rpx">评价数</view>
  109. <view style="width: 100%;display:flex;justify-content:left;align-items:center;color: #333333;">
  110. <view style="width: 100%; text-align: center; font-size: 28rpx;font-weight: bold;">{{evalutionNum}}</view>
  111. </view>
  112. </view>
  113. </view>
  114. <!-- 评价总量 -->
  115. <view style="height: 100rpx;width:324rpx;display: flex;background-color:#E5F4FE;border-radius: 10px;">
  116. <!-- 数据 -->
  117. <view style="margin: 0 auto; width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
  118. <view style="text-align: center;width: 100%; font-size: 24rpx;color: #999999;padding-bottom:8rpx">好评率</view>
  119. <view style="width: 100%;display:flex;justify-content:left;align-items:center;color: #333333;">
  120. <view style="width: 100%; text-align: center; font-size: 28rpx;font-weight: bold;">{{goodevalutionRate}}%</view>
  121. </view>
  122. </view>
  123. </view>
  124. <!-- 好评【 -->
  125. <view style="height: 100rpx;width:324rpx;display: flex;background-color:#E5F4FE;border-radius: 10px;">
  126. <!-- 数据 -->
  127. <view style="margin: 0 auto; width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
  128. <view style="text-align: center;width: 100%; font-size: 24rpx;color: #999999;padding-bottom:8rpx">差评数</view>
  129. <view style="width: 100%;display:flex;justify-content:left;align-items:center;color: #333333;">
  130. <view style="width: 100%; text-align: center; font-size: 28rpx;font-weight: bold;">{{badevalutionNum}}</view>
  131. </view>
  132. </view>
  133. </view>
  134. <!-- 评价总量 -->
  135. <view style="height: 100rpx;width:324rpx;display: flex;background-color:#E5F4FE;border-radius: 10px;">
  136. <!-- 数据 -->
  137. <view style="margin: 0 auto; width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
  138. <view style="text-align: center;width: 100%; font-size: 24rpx;color: #999999;padding-bottom:8rpx">差评整改率</view>
  139. <view style="width: 100%;display:flex;justify-content:left;align-items:center;color: #333333;">
  140. <view style="width: 100%; text-align: center; font-size: 28rpx;font-weight: bold;">{{badevalutionRate}}%</view>
  141. </view>
  142. </view>
  143. </view>
  144. </view>
  145. <!-- 评价总量 -->
  146. <!-- 满意度 -->
  147. </view>
  148. <!-- <view style="margin-top: 30rpx;width: 100%;height: 300rpx;">
  149. <ec-canvas id="goodOrBad" canvas-id="goodOrBad" ec="{{ streetlinechartec }}" />
  150. </view> -->
  151. </view>
  152. <view>
  153. <view class="type-title">
  154. <view class="dots" />
  155. <view class="type-text">
  156. 南岸区依申请+公共服务办理类事项总数
  157. </view>
  158. </view>
  159. <view style="display: flex;justify-content: space-between;padding: 0 30rpx;">
  160. <view class="matters {{mattersZero > index ? 'default' : '' }}" wx:for="{{matters}}" wx:key="index">{{item}}</view>
  161. <view style="width: 27rpx;height: 26rpx;font-size: 28rpx;font-weight: 500;color: #999999;margin-top: 80rpx;">项</view>
  162. </view>
  163. </view>
  164. <view>
  165. <view class="type-title">
  166. <view class="dots" />
  167. <view class="type-text">
  168. 一件事一次办
  169. </view>
  170. </view>
  171. <view style="display: flex;justify-content: space-between;padding: 0 40rpx 40rpx 20rpx">
  172. <view style="position: relative;">
  173. <image src="{{imgUrl}}textBox4.png" style="width: 290rpx;height: 278rpx;" />
  174. <view class="oneThing-left-top">套餐总数</view>
  175. <view class="oneThing-left-bottom">
  176. <view>258</view>
  177. <view style="font-size: 25rpx;margin: 23rpx 0 0 10rpx;">件</view>
  178. </view>
  179. </view>
  180. <view>
  181. <view style="background-image: url('{{imgUrl}}textBox1.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
  182. <view class="triangles"></view>
  183. <view style="width: 50rpx;height: 25rpx;"></view>
  184. <view class="oneThing">减环节</view>
  185. <view class="oneThing" style="display: flex;">
  186. <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">1622</view>
  187. <view>件</view>
  188. </view>
  189. </view>
  190. <view style="background-image: url('{{imgUrl}}textBox2.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
  191. <view class="triangles" style="border-left: 18rpx solid #156FA6;"></view>
  192. <view style="width: 50rpx;height: 25rpx;"></view>
  193. <view class="oneThing" style="color: #156FA6;">减跑动</view>
  194. <view class="oneThing" style="display: flex;color: #156FA6;">
  195. <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">799</view>
  196. <view>件</view>
  197. </view>
  198. </view>
  199. <view style="background-image: url('{{imgUrl}}textBox3.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
  200. <view class="triangles" style="border-left: 18rpx solid #DF6866;"></view>
  201. <view style="width: 50rpx;height: 25rpx;"></view>
  202. <view class="oneThing" style="color: #DF6866;">减材料</view>
  203. <view class="oneThing" style="display: flex;color: #DF6866;">
  204. <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">465</view>
  205. <view>件</view>
  206. </view>
  207. </view>
  208. </view>
  209. </view>
  210. </view>
  211. </view>
  212. </view>
  213. <!-- 本年度公开信箱办理情况 -->
  214. <view style="background-color: #FFFFFF;margin-top: 30rpx;">
  215. <view style="border-bottom: 1px solid #C5C5C5;">
  216. <view class="title" bindtap="gotoXXTJ">
  217. <image src="{{imgUrl}}processing.png"></image>
  218. <view class="title-text">本年度公开信箱办理情况</view>
  219. </view>
  220. </view>
  221. <!-- 内容 -->
  222. <view>
  223. <view style="display: flex;justify-content: space-between;padding: 30rpx 30rpx 20rpx 30rpx;" bindtap="gotoXXTJ">
  224. <view class="processing">
  225. <image src="{{imgUrl}}chat.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
  226. <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
  227. <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
  228. 近30天来信
  229. </view>
  230. <view style="display: flex;color: #333333;">
  231. <view style="font-size: 32rpx;font-weight: bold;">{{leaveAMessage.handle}}</view>
  232. <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
  233. </view>
  234. </view>
  235. </view>
  236. <view class="processing" style="background: #E8F4FF;">
  237. <image src="{{imgUrl}}message.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
  238. <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
  239. <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
  240. 近30天受理
  241. </view>
  242. <view style="display: flex;color: #333333;">
  243. <view style="font-size: 32rpx;font-weight: bold;">{{leaveAMessage.accepting}}</view>
  244. <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
  245. </view>
  246. </view>
  247. </view>
  248. <view class="processing" style="background: #E2FFFD;">
  249. <image src="{{imgUrl}}write.png" style="width: 68rpx;height:68rpx;line-height: 110rpx;position: absolute;top: 50%;transform: translateY(-50%);left: 11rpx;"></image>
  250. <view style="position: absolute;top: 50%;transform: translateY(-50%);left: 94rpx;">
  251. <view style="font-size: 20rpx;font-weight: 400;color: #333333;">
  252. 近30天办理
  253. </view>
  254. <view style="display: flex;color: #333333;">
  255. <view style="font-size: 32rpx;font-weight: bold;">{{leaveAMessage.finished}}</view>
  256. <view style="margin: 10rpx 0 0 10rpx;font-size: 24rpx;">件</view>
  257. </view>
  258. </view>
  259. </view>
  260. </view>
  261. <view>
  262. <view class="type-title">
  263. <view class="dots" />
  264. <view class="type-text">
  265. 近90天办理类别统计
  266. </view>
  267. </view>
  268. <view style="height: 500rpx;">
  269. <ec-canvas id="processingCategory" canvas-id="processingCategory" ec="{{ streetlinechartec }}" />
  270. </view>
  271. </view>
  272. <view>
  273. <view class="type-title">
  274. <view class="dots" />
  275. <view class="type-text">
  276. 近90天公开信箱领域统计
  277. </view>
  278. </view>
  279. <view style="height: 500rpx;">
  280. <ec-canvas id="publicMailbox" canvas-id="publicMailbox" ec="{{ streetlinechartec }}" />
  281. </view>
  282. </view>
  283. </view>
  284. </view>
  285. </view>