123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305 |
- <!--pages/dataCenterZWTJ/dataCenterZWTJ.wxml-->
- <wxs module="filter" src="./util.wxs"></wxs>
- <view class="box box1">
- <view class="bgitem">
- <view class="title">
- <image class="titileicon" src="{{imgUrl}}/icon/zhou.png"></image>
- <text>本周办件数量</text>
- </view>
- <view class="line">
- <image class="lineicon" src="{{imgUrl}}/icon/line1.png"></image>
- <view class="lineTextGroups">
- <view class="lineTextGroup">
- <text style="color: #999999;">申报</text>
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{weekWork.applicationNumberNetwork+weekWork.applicationNumberWindow}}</text>
- </view>
- <view class="verticalbar"></view>
- <view class="lineTextGroup">
- <text style="color: #999999;">受理</text>
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{weekWork.acceptNumber}}</text>
- </view>
- <view class="verticalbar"></view>
- <view class="lineTextGroup">
- <text style="color: #999999;">办结</text>
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{weekWork.serialNumber}}</text>
- </view>
- </view>
- </view>
- </view>
- <view class="crossline"></view>
- <view class="bgitem">
- <view class="title">
- <image class="titileicon" src="{{imgUrl}}/icon/yue.png"></image>
- <text>本月办件数量</text>
- </view>
- <view class="line">
- <image class="lineicon" src="{{imgUrl}}/icon/line2.png"></image>
- <view class="lineTextGroups">
- <view class="lineTextGroup">
- <text style="color: #999999;">申报</text>
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{monthWork.applicationNumberNetwork+monthWork.applicationNumberWindow}}</text>
- </view>
- <view class="verticalbar"></view>
- <view class="lineTextGroup">
- <text style="color: #999999;">受理</text>
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{monthWork.acceptNumber}}</text>
- </view>
- <view class="verticalbar"></view>
- <view class="lineTextGroup">
- <text style="color: #999999;">办结</text>
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{monthWork.serialNumber}}</text>
- </view>
- </view>
- </view>
- </view>
- <view class="crossline"></view>
- <view class="bgitem">
- <view class="title">
- <image class="titileicon" src="{{imgUrl}}/icon/nian.png"></image>
- <text>本年办件数量</text>
- </view>
- <view class="line">
- <image class="lineicon" src="{{imgUrl}}/icon/line3.png"></image>
- <view class="lineTextGroups">
- <view class="lineTextGroup">
- <text style="color: #999999;">申报</text>
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{yearWork.applicationNumberNetwork+yearWork.applicationNumberWindow}}</text>
- </view>
- <view class="verticalbar"></view>
- <view class="lineTextGroup">
- <text style="color: #999999;">受理</text>
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{yearWork.acceptNumber}}</text>
- </view>
- <view class="verticalbar"></view>
- <view class="lineTextGroup">
- <text style="color: #999999;">办结</text>
- <text style="color:#333333; font-size: 32rpx; font-weight: bold;">{{yearWork.serialNumber}}</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="box" style="padding-bottom: 40rpx;">
- <view class="box2Title">
- <image class="box2TitleIcon" src="{{imgUrl}}zwtjBM.png"></image>
- <text>部门办件情况</text>
- </view>
- <view class="box2Crossline">
- </view>
- <view>
- <view class="box2ItemTitle">
- <view class="dot"></view>
- <text>本月部门办件排序</text>
- </view>
- <view class="box2ItemContent" style="background-image: url({{imgUrl}}xdzONq.png);">
- <view class="countGroup">
- <view class="countbox two">{{departmentSort.secondNumber}}<span style="color: #999999;font-size: 24rpx;margin-left: 10rpx;">件</span></view>
- <view class="countbox one">{{departmentSort.firstNumber}}<span style="color: #999999;font-size: 24rpx;margin-left: 10rpx;">件</span></view>
- <view class="countbox three">{{departmentSort.thirdNumber}}<span style="color: #999999;font-size: 24rpx;margin-left: 10rpx;">件</span></view>
- </view>
- </view>
- <view class="unitName">
- <view class="namebox nametwo">{{departmentSort.firstName}}</view>
- <view class="namebox nameone">{{departmentSort.secondName}}</view>
- <view class="namebox namethree">{{departmentSort.thirdName}}</view>
- </view>
- </view>
- <view>
- <view class="box2ItemTitle">
- <view class="dot"></view>
- <text>事项排序</text>
- </view>
- <view class="box2ItemContent" style="background-image: url({{imgUrl}}xdzONq1.png);">
- <view class="countGroup">
- <view class="countbox two">{{matterSort.secondNumber}}<span style="color: #999999;font-size: 24rpx;margin-left: 10rpx;">件</span></view>
- <view class="countbox one">{{matterSort.firstNumber}}<span style="color: #999999;font-size: 24rpx;margin-left: 10rpx;">件</span></view>
- <view class="countbox three">{{matterSort.thirdNumber}}<span style="color: #999999;font-size: 24rpx;margin-left: 10rpx;">件</span></view>
- </view>
- </view>
- <view class="unitName">
- <view class="namebox nametwo">{{matterSort.firstName}}</view>
- <view class="namebox nameone">{{matterSort.secondName}}</view>
- <view class="namebox namethree">{{matterSort.thirdName}}</view>
- </view>
- </view>
- </view>
- <view class="box">
- <view class="box2Title">
- <image class="box2TitleIcon" src="{{imgUrl}}zwtjYC.png"></image>
- <text>一窗通办</text>
- </view>
- <view class="box2Crossline">
- </view>
- <view class="chuangBoxGourps">
- <view class="chuangbox" style="background-image: url({{imgUrl}}xwEGPH.png);">
- <view class="chuangboxtext1">申请数</view>
- <view class="chuangboxtext2">{{windowList.applicationNumber}}件</view>
- </view>
- <view class="chuangbox" style="background-image: url({{imgUrl}}xwE3Ie.png);">
- <view class="chuangboxtext1">办件数</view>
- <view class="chuangboxtext2">{{windowList.acceptNumber}}件</view>
- </view>
- <view class="chuangbox" style="background-image: url({{imgUrl}}xwEYRA.png);">
- <view class="chuangboxtext1">不予受理数</view>
- <view class="chuangboxtext2">{{windowList.rejectionNumber}}件</view>
- </view>
- <view class="chuangbox" style="background-image: url({{imgUrl}}xwEJGd.png);">
- <view class="chuangboxtext1">办结数</view>
- <view class="chuangboxtext2">{{windowList.serialNumber}}件</view>
- </view>
- </view>
- </view>
- <view class="box">
- <view class="box2Title">
- <image class="box2TitleIcon" src="{{imgUrl}}zwtjFLW.png"></image>
- <text>互联网申报情况</text>
- </view>
- <view class="box2Crossline">
- </view>
- <view class="sbboxcontent">
- <view class="sbboxleft">
- <ec-canvas class="m-container" id="annulus" canvas-id="annulus" ec="{{streetlinechartec}}"></ec-canvas>
- </view>
- <view class="sbboxright">
- <view class="item1" style=" background-image: url('{{imgUrl}}textBox1.png')">
- <view class="oneThing" style="display: flex;align-items: center;">
- <view style="width: 0;height: 0;border-left: 15rpx solid #0B868E;border-bottom: 15rpx solid transparent;border-top: 15rpx solid transparent;margin: 0 15rpx;"></view>
- <view>网上申报 <text style="font-size: 40rpx;">{{yearWork.applicationNumberNetwork}}</text> 件</view>
- </view>
- </view>
- <view class="item1" style=" margin-top: 40rpx; background-image: url('{{imgUrl}}textBox-green.png')">
- <view class="oneThing" style="display: flex;align-items: center;">
- <view style="width: 0;height: 0;border-left: 15rpx solid #73BF4F;border-bottom: 15rpx solid transparent;border-top: 15rpx solid transparent;margin: 0 15rpx;"></view>
- <view>窗口申报 <text style="font-size: 40rpx;color: #73BF4F;">{{yearWork.applicationNumberWindow}}</text> 件</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="box">
- <view class="box2Title">
- <image class="box2TitleIcon" src="{{imgUrl}}zwtjHCP.png"></image>
- <text>好差评</text>
- </view>
- <view class="box2Crossline">
- </view>
- <view style=" margin-top: 20rpx; display: flex;justify-content: space-between;padding: 0 40rpx;">
- <!-- 评价总量 -->
- <view style="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;border-radius: 10px;">
- <!-- 图标 -->
- <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center;">
- <image src="{{imgUrl}}index-evalution.png" style="height:64rpx;width:64rpx;"></image>
- </view>
- <!-- 数据 -->
- <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
- <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">本年评价总量</view>
- <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
- <view style="font-size: 26rpx;font-weight: bold;">{{evalutionNum}}</view>
- <view style="font-size:20rpx;padding-left:5rpx">条</view>
- </view>
- </view>
- </view>
- <!-- 满意度 -->
- <view style="height: 100rpx;width:310rpx;display: flex;background-color: #E5F4FE;border-radius: 10px;">
- <!-- 图标 -->
- <view style="width: 100rpx;height: 100%;display: flex;align-items:center;justify-content:center">
- <image src="{{imgUrl}}index-good-blud.png" style="height:64rpx;width:70rpx;"></image>
- </view>
- <!-- 数据 -->
- <view style="width: 210rpx;height: 100%;display:flex;flex-direction: column;justify-content:center">
- <view style="font-size: 19rpx;color: #999999;padding-bottom:8rpx">满意度</view>
- <view style="display:flex;justify-content:left;align-items:center;color: #333333;">
- <view style="font-size: 26rpx;font-weight: bold;">{{evalutionRate}}</view>
- <view style="font-size:20rpx;padding-left:5rpx">%</view>
- </view>
- </view>
- </view>
- </view>
- <view style="width: 100%;height: 300rpx; margin-bottom: 30rpx;margin-bottom: 10rpx;">
- <ec-canvas id="goodOrBad" canvas-id="goodOrBad" ec="{{ streetlinechartec }}" />
- </view>
- <view style=" display: flex;flex-wrap: wrap;justify-content: space-between;padding: 0 40rpx">
- <view class="evaluate">评价我的办件</view>
- <view class="evaluate">评价窗口人员</view>
- <view class="evaluate">评价办事指南</view>
- <view class="evaluate" style="width: 300rpx;">评价服务应用</view>
- <view class="evaluate" style="width: 316rpx;">评价电子证照</view>
- </view>
- </view>
- <view class="box">
- <view class="box2Title">
- <image class="box2TitleIcon" src="{{imgUrl}}zwtjZWFW.png"></image>
- <text style="font-size:26rpx">南岸区依申请+公共服务办理类事项总数</text>
- </view>
- <view class="box2Crossline">
- </view>
- <view style="height: 170rpx; margin-top: 20rpx; margin-bottom: 20rpx; display: flex;justify-content: space-between;padding: 0 30rpx;">
- <view class="matters {{mattersZero > index ? 'default' : '' }}" wx:for="{{matters}}" wx:key="index">{{item}}</view>
- <view style="width: 27rpx;height: 26rpx;font-size: 28rpx;font-weight: 500;color: #999999;margin-top: 80rpx;">项</view>
- </view>
- </view>
- <view class="box">
- <view class="box2Title">
- <image class="box2TitleIcon" src="{{imgUrl}}zwtjYJS.png"></image>
- <text>一件事一次办</text>
- </view>
- <view class="box2Crossline">
- </view>
- <view style="margin-top: 20rpx; display: flex;justify-content: space-between;padding: 0 40rpx 40rpx 20rpx">
- <view style="position: relative;">
- <image src="{{imgUrl}}textBox4.png" style="width: 290rpx;height: 278rpx;" />
- <view class="oneThing-left-top">套餐总数</view>
- <view class="oneThing-left-bottom">
- <view>258</view>
- <view style="font-size: 25rpx;margin: 23rpx 0 0 10rpx;">件</view>
- </view>
- </view>
- <view>
- <view style="background-image: url('{{imgUrl}}textBox1.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
- <view class="triangles"></view>
- <view style="width: 50rpx;height: 25rpx;"></view>
- <view class="oneThing">减环节</view>
- <view class="oneThing" style="display: flex;">
- <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">1622</view>
- <view>件</view>
- </view>
- </view>
- <view style="background-image: url('{{imgUrl}}textBox2.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
- <view class="triangles" style="border-left: 18rpx solid #156FA6;"></view>
- <view style="width: 50rpx;height: 25rpx;"></view>
- <view class="oneThing" style="color: #156FA6;">减跑动</view>
- <view class="oneThing" style="display: flex;color: #156FA6;">
- <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">799</view>
- <view>件</view>
- </view>
- </view>
- <view style="background-image: url('{{imgUrl}}textBox3.png');background-repeat: round;width: 314rpx;height: 93rpx;display: flex;justify-content: space-between;padding: 0 20rpx;">
- <view class="triangles" style="border-left: 18rpx solid #DF6866;"></view>
- <view style="width: 50rpx;height: 25rpx;"></view>
- <view class="oneThing" style="color: #DF6866;">减材料</view>
- <view class="oneThing" style="display: flex;color: #DF6866;">
- <view style="font-size: 34rpx;font-weight: 500;margin-right: 10rpx;">465</view>
- <view>件</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="box">
- <view class="box2Title">
- <image class="box2TitleIcon" src="{{imgUrl}}zwtjBJQK.png"></image>
- <text>实时办件详情</text>
- </view>
- <view class="box2Crossline">
- </view>
- <view class="table">
- <include src="./tableHead"></include>
- <view class="box2-detail">
- <include src="./tableContent"></include>
- </view>
- </view>
- </view>
- <view class="foot"></view>
|