| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>业务简报</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link href="../css/init.css" rel="stylesheet" />
- <script src="../js/laydate/laydate.js"></script>
- <!--<script src="../js/jquery.table2excel.js"></script>-->
- <!--<script src="../js/excellentexport.js"></script>-->
- <style>
- .Shows {
- display: block !important;
- }
- .complain {
- display: none;
- }
- .daoHang {
- margin-bottom: 15px;
- }
- #main1,
- #main2 {
- width: 788.8px;
- margin: 0 auto;
- -webkit-box-shadow: 1px 1px 9px 2px #D2D2D2;
- box-shadow: 1px 1px 9px 2px #D2D2D2;
- background-color: #fff;
- padding: 30px 60px 80px 60px;
- }
- .alignC {
- text-align: center;
- }
- .alignC h2 {
- font-family: "宋体";
- font-weight: bold;
- font-size: 22pt;
- letter-spacing: -1px;
- }
- .headerAlign h3 div:nth-of-type(1) {
- font-size: 14pt;
- padding-top: 20px;
- text-align: left;
- font-weight: normal;
- margin-left: 48px;
- }
- #main1 table,
- #main2 table {
- margin: 0 auto;
- width: 600px;
- border-collapse: collapse;
- font-size: 13pt;
- font-family: "仿宋";
- }
- #main1 table tr, #main2 table tr {
- min-height: 49px;
- }
- tbody td {
- min-width: 10%;
- padding: 6px 0 6px 0;
- }
- .alignC .tableHead {
- text-align: center;
- padding-left: 10px;
- font-weight: 600;
- }
- .btn {
- margin-top: 4px;
- margin-bottom: 4px;
- background: #00a1cb;
- color: #fff;
- }
- .time-box {
- display: inline-block;
- position: relative;
- }
- .toolLeft input {
- padding-right: 30px;
- width: 150px;
- }
- .tub {
- position: absolute;
- right: 8px;
- top: 5px;
- font-size: 18px;
- color: #00a0ca;
- }
- #layui-laydate3 .layui-laydate-header {
- height: 31px;
- padding: 5px;
- }
- .laydate-theme-molv .layui-laydate-header i,
- .laydate-theme-molv .layui-laydate-header span {
- top: 2px;
- }
- .layui-laydate-header {
- padding: 0;
- }
- .laydate-theme-molv .layui-laydate-content {
- height: 195px;
- overflow: hidden;
- }
- .laydate-month-list > li {
- margin: 10px 0;
- }
- .laydate-footer-btns span:hover {
- color: #00a1cb;
- }
- </style>
- <style media="print">
- /*设置打印样式 标题宋体加黑二号*/
- .headerAlign h2 {
- font-family: "宋体" !important;
- font-weight: bold !important;
- font-size: 22pt !important;
- letter-spacing: -1px !important;
- }
- .headerAlign h3 div:nth-of-type(1) {
- font-size: 14pt !important;
- font-family: "宋体" !important;
- font-weight: normal !important;
- margin-left: 108px !important;
- }
- #main1,
- #main2 {
- padding: 40px 0 0 0 !important;
- }
- #main1 table,
- #main2 table {
- font-size: 13pt !important;
- font-family: "仿宋" !important;
- border-color: #000;
- color: #000;
- width: 600px !important;
- /*page-break-after:avoid !important;*/
- }
- #main1 table tr, #main2 table tr {
- min-height: 49px;
- }
- tbody td {
- padding: 6px 0 6px 0 !important;
- }
- @page {
- size: A4 portrait;
- }
- </style>
- </head>
- <body class="gray-bg">
- <div class="daoHang clearfix">
- <div class="dhLeft">
- <sapn>
- <i class="syIcon"></i>位置:
- <a href="javaScript:;" id="ReIndex">首页</a>>
- <a href="javaScript:;">业务统计</a>>
- <a class="nowPosition">业务简报</a>
- </sapn>
- </div>
- <div class="dhRight">
- <a href="" title="刷新"><i class="fa fa-refresh"></i></a>
- </div>
- </div>
- <div class="wrapper wrapper-content">
- <div class="Content_box">
- <div class="complain Shows">
- <ul class="nav nav-tabs ul_tab" role="tablist">
- <li class="active">
- <a href="#import_from_week" role="tab" data-toggle="tab">周简报</a>
- </li>
- <li>
- <a href="#import_from_month" role="tab" data-toggle="tab">月简报</a>
- </li>
- </ul>
- <div class="tab-content">
- <div class="tab-pane fade active in" id="import_from_week">
- <!--<div class="toolBar clearfix">
- <div class="toolLeft">
- 开始时间:
- <span class="time-box"><i class="tub fa fa-calendar"></i><input class="photo x-color inputs laydate-icon" type="text" id="startTimes_1" /></span>
- 结束时间:
- <span class="time-box"><i class="tub fa fa-calendar"></i><input class="photo x-color inputs laydate-icon" type="text" id="endTimes_1" /></span>
- <button class="btns search_1">查询</button>
- <a id="export_1" class="btns export_1" href="">导出</a>
- </div>
- </div>-->
-
- <div class="th-top clearfix">
- <div class="form-inline th-bar clearfix">
- <div class="time-box form-group" >
- <i class="tub fa fa-calendar"></i>
- <input class="form-control" type="text" id="startTime" placeholder="请选择时间">
- </div>
-
- <div class="form-group tool_bars pull-right">
- <botton class="btns search_1">查询</botton>
- <a class="btns export_1" id="export_1">导出</a>
- </div>
- </div>
- </div>
-
- <!--startprint1-->
- <div id="main1">
- <div class="alignC headerAlign">
- <br />
- <h2 style="margin-bottom: 15px;">
- 民权县12345政府服务热线周工作简报
- </h2>
- <!--<h3>
- <div>
- 时间:
- <span class="startTimeBrief1">-</span>
- <span>至</span>
- <span class="endTimeBrief1">-</span>
- </div>
- </h3>-->
- </div>
- <table id="weeklist" class="alignC" border="1" cellpadding="4" cellspacing="0" bordercolor="#cbcbcb">
- <tbody>
- <tr>
- <td colspan="8">
- <h3>
- 时间:
- <span class="startTimeBrief1">-</span>
- <span>至</span>
- <span class="endTimeBrief1">-</span>
- </h3>
- </td>
- </tr>
- <tr>
- <td colspan="8" class="tableHead">
- 话务受理情况
- </td>
- </tr>
- <tr>
- <td>
- 来电
- </td>
- <td>
- <span class="ldcount"></span>
- </td>
- <td>
- 接听
- </td>
- <td>
- <span class="jtcount"></span>
- </td>
- <td>
- 有效接听
- </td>
- <td>
- <span class="yxjtcount"></span>
- </td>
- <td colspan="2"></td>
- </tr>
- <!--工单受理情况-->
- <tr>
- <td colspan="8" class="tableHead">
- 工单受理情况
- </td>
- </tr>
- <tr>
- <td width="15%">
- 受理
- </td>
- <td width="10%">
- <span class="slcount"></span>
- </td>
- <td width="15%">
- 待提交
- </td>
- <td width="10%">
- <span class="dtjcount">100</span>
- </td>
- <td width="15%">
- 待交办
- </td>
- <td width="10%">
- <span class="djbcount">30</span>
- </td>
- <td width="15%">
- 待查收
- </td>
- <td width="10%">
- <span class="dcscount">0</span>
- </td>
- </tr>
- <tr>
- <td>待审核退回</td>
- <td>
- <span class="dshthcount"></span>
- </td>
- <td>待办理</td>
- <td>
- <span class="dblcount">100</span>
- </td>
- <td>待延时审核</td>
- <td>
- <span class="dshyscount">30</span>
- </td>
- <td>待回访</td>
- <td>
- <span class="dhfcount">0</span>
- </td>
- </tr>
- <tr>
- <td>待结案</td>
- <td>
- <span class="dwjcount"></span>
- </td>
- <td>待重办</td>
- <td>
- <span class="dcbcount">100</span>
- </td>
- <td>已结案</td>
- <td>
- <span class="ywjcount">30</span>
- </td>
- <td>在线办理</td>
- <td>
- <span class="zxblcount">0</span>
- </td>
- </tr>
- <tr>
- <td>
- 中心转派
- </td>
- <td>
- <span class="zxzpcount">2000</span>
- </td>
- <td colspan="6"></td>
- </tr>
- <!--政府热线受理情况-->
- <tr>
- <td colspan="8" class="tableHead">
- 政府热线受理情况
- </td>
- </tr>
- <tr>
- <td>
- <span class="dhsl">电话</span>
- </td>
- <td>
- <span class="dhslc"></span>
- </td>
- <td>
- <span class="szxxsl">市长信箱</span>
- </td>
- <td>
- <span class="szxxslc"></span>
- </td>
- <td>
- <span class="wbsl">微博</span>
- </td>
- <td>
- <span class="wbslc"></span>
- </td>
- <td>
- <span class="wzsl">网站</span>
- </td>
- <td>
- <span class="wzslc"></span>
- </td>
- </tr>
- <tr>
- <td>
- <span class="wxsl">微信</span>
- </td>
- <td>
- <span class="wxslc"></span>
- </td>
- <td>
- <span class="sjappsl">手机APP</span>
- </td>
- <td>
- <span class="sjappslc"></span>
- </td>
- <td>
- <span class="zffwsl">政府服务网</span>
- </td>
- <td>
- <span class="zffwslc"></span>
- </td>
- <td>
- <span class="sxsl">市县转单</span>
- </td>
- <td>
- <span class="sxslc"></span>
- </td>
- <!--<td colspan="4"></td>-->
- </tr>
- <tr>
- <td>
- <span class="zyzfk">志愿者反馈</span>
- </td>
- <td>
- <span class="zyzfkc"></span>
- </td>
- <td>
- <span class="mst">民事通</span>
- </td>
- <td>
- <span class="mstc"></span>
- </td>
- <td>
- <span class="rmt">融媒体</span>
- </td>
- <td>
- <span class="rmtc"></span>
- </td>
- <td>
- <span class="zfzp">政府转派</span>
- </td>
- <td>
- <span class="zfzpc"></span>
- </td>
- </tr>
- <!--工单受理类型情况-->
- <tr>
- <td colspan="8" class="tableHead">
- 工单受理类型情况
- </td>
- </tr>
- <tr>
- <td>
- <span class="zxsl">咨询</span>
- </td>
- <td>
- <span class="zxslc"></span>
- </td>
- <td>
- <span class="qzsl">求助</span>
- </td>
- <td>
- <span class="qzslc"></span>
- </td>
- <td>
- <span class="tssl">投诉</span>
- </td>
- <td>
- <span class="tslc"></span>
- </td>
- <td>
- <span class="jysl">建议</span>
- </td>
- <td>
- <span class="jyslc"></span>
- </td>
- </tr>
- <tr>
- <td>
- <span class="bysl">表扬</span>
- </td>
- <td>
- <span class="byslc"></span>
- </td>
- <td>
- <span class="qtsl">其他</span>
- </td>
- <td>
- <span class="qtslc"></span>
- </td>
- <td colspan="4"></td>
- </tr>
- <!--工单事发区域情况-->
- <tr>
- <td colspan="8" class="tableHead">
- 工单事发区域情况
- </td>
- </tr>
- <!--<tr>
- <td>
- <span class="sqs">鹿邑县</span>
- </td>
- <td>
- <span class="sqsc"></span>
- </td>
- <td>
- <span class="syq">睢阳区</span>
- </td>
- <td>
- <span class="syqc"></span>
- </td>
- <td>
- <span class="lyq">梁园区</span>
- </td>
- <td>
- <span class="lyqc"></span>
- </td>
- <td>
- <span class="ycs">永城市</span>
- </td>
- <td>
- <span class="ycsc"></span>
- </td>
- </tr>
- <tr>
- <td>
- <span class="mqx">民权县</span>
- </td>
- <td>
- <span class="mqxc"></span>
- </td>
- <td>
- <span class="sx">睢县</span>
- </td>
- <td>
- <span class="sxc"></span>
- </td>
- <td>
- <span class="nlx">民权县</span>
- </td>
- <td>
- <span class="nlxc"></span>
- </td>
- <td>
- <span class="zcx">柘城县</span>
- </td>
- <td>
- <span class="zcxc"></span>
- </td>
- </tr>
- <tr>
- <td>
- <span class="dcx">民权县</span>
- </td>
- <td>
- <span class="dcxc"></span>
- </td>
- <td>
- <span class="xyx">夏邑县</span>
- </td>
- <td>
- <span class="xyxc"></span>
- </td>
- <td>
- <span class="cxyt">城乡一体化示范区</span>
- </td>
- <td>
- <span class="cxytc"></span>
- </td>
- <td colspan="2"></td>
- </tr>-->
- </tbody>
- </table>
- </div><!--endprint1-->
- <div class="alignC">
- <input type="button" value="打印" class="btn" id="printBtn1" />
- </div>
- </div>
- <div class="tab-pane fade" id="import_from_month">
-
-
-
- <div class="th-top clearfix">
- <div class="form-inline th-bar clearfix">
- <div class="time-box form-group" >
- <i class="tub fa fa-calendar"></i>
- <input class="form-control" type="text" id="monthDateTimes" placeholder="请选择时间">
- </div>
-
- <div class="form-group tool_bars pull-right">
- <botton class="btns search_2">查询</botton>
- <a class="btns export_2" id="export_2">导出</a>
- </div>
- </div>
- </div>
-
-
-
-
- <!--startprint2-->
- <div id="main2">
- <div class="alignC headerAlign">
- <br />
- <h2 style="margin-bottom: 15px;">
- 民权县12345政府服务热线月工作简报
- </h2>
- <!--<h3>
- <div>
- 时间:
- <span class="startTimeBrief2">-</span>
- <span>至</span>
- <span class="endTimeBrief2">-</span>
- </div>
- </h3>-->
- </div>
- <table id="monthlist" class="alignC" border="1" cellpadding="4" cellspacing="0" bordercolor="#cbcbcb">
- <tbody>
- <!--话务受理情况-->
- <tr>
- <td colspan="8">
- <h3>
- 时间:
- <span class="startTimeBrief2">-</span>
- <span>至</span>
- <span class="endTimeBrief2">-</span>
- </h3>
- </td>
- </tr>
- <tr>
- <td colspan="8" class="tableHead">
- 话务受理情况
- </td>
- </tr>
- <tr>
- <td>
- 来电
- </td>
- <td>
- <span class="ldcount"></span>
- </td>
- <td>
- 接听
- </td>
- <td>
- <span class="jtcount"></span>
- </td>
- <td>
- 有效接听
- </td>
- <td>
- <span class="yxjtcount"></span>
- </td>
- <td colspan="2"></td>
- </tr>
- <!--工单受理情况-->
- <tr>
- <td colspan="8" class="tableHead">
- 工单受理情况
- </td>
- </tr>
- <tr>
- <td width="15%">
- 受理
- </td>
- <td width="10%">
- <span class="slcount"></span>
- </td>
- <td width="15%">
- 待提交
- </td>
- <td width="10%">
- <span class="dtjcount">100</span>
- </td>
- <td width="15%">
- 待交办
- </td>
- <td width="10%">
- <span class="djbcount">30</span>
- </td>
- <td width="15%">
- 待查收
- </td>
- <td width="10%">
- <span class="dcscount">0</span>
- </td>
- </tr>
- <tr>
- <td>待审核退回</td>
- <td>
- <span class="dshthcount"></span>
- </td>
- <td>待办理</td>
- <td>
- <span class="dblcount">100</span>
- </td>
- <td>待延时审核</td>
- <td>
- <span class="dshyscount">30</span>
- </td>
- <td>待回访</td>
- <td>
- <span class="dhfcount">0</span>
- </td>
- </tr>
- <tr>
- <td>待结案</td>
- <td>
- <span class="dwjcount"></span>
- </td>
- <td>待重办</td>
- <td>
- <span class="dcbcount">100</span>
- </td>
- <td>已结案</td>
- <td>
- <span class="ywjcount">30</span>
- </td>
- <td>在线办理</td>
- <td>
- <span class="zxblcount">0</span>
- </td>
- </tr>
- <tr>
- <td>
- 中心转派
- </td>
- <td>
- <span class="zxzpcount">2000</span>
- </td>
- <td colspan="6"></td>
- </tr>
- <!--政府热线受理情况-->
- <tr>
- <td colspan="8" class="tableHead">
- 政府热线受理情况
- </td>
- </tr>
- <tr>
- <td>
- <span class="dhsl">电话</span>
- </td>
- <td>
- <span class="dhslc"></span>
- </td>
- <td>
- <span class="szxxsl">市长信箱</span>
- </td>
- <td>
- <span class="szxxslc"></span>
- </td>
- <td>
- <span class="wbsl">微博</span>
- </td>
- <td>
- <span class="wbslc"></span>
- </td>
- <td>
- <span class="wzsl">网站</span>
- </td>
- <td>
- <span class="wzslc"></span>
- </td>
- </tr>
- <tr>
- <td>
- <span class="wxsl">微信</span>
- </td>
- <td>
- <span class="wxslc"></span>
- </td>
- <td>
- <span class="sjappsl">手机APP</span>
- </td>
- <td>
- <span class="sjappslc"></span>
- </td>
- <td>
- <span class="zffwsl">政府服务网</span>
- </td>
- <td>
- <span class="zffwslc"></span>
- </td>
- <td>
- <span class="sxsl">市县转单</span>
- </td>
- <td>
- <span class="sxslc"></span>
- </td>
- <!--<td colspan="4"></td>-->
- </tr>
- <tr>
- <td>
- <span class="zyzfk">志愿者反馈</span>
- </td>
- <td>
- <span class="zyzfkc"></span>
- </td>
-
- <td>
- <span class="mst">民事通</span>
- </td>
- <td>
- <span class="mstc"></span>
- </td>
- <td>
- <span class="rmt">融媒体</span>
- </td>
- <td>
- <span class="rmtc"></span>
- </td>
- <td>
- <span class="zfzp">政府转派</span>
- </td>
- <td>
- <span class="zfzpc"></span>
- </td>
- </tr>
- <!--工单受理类型情况-->
- <tr>
- <td colspan="8" class="tableHead">
- 工单受理类型情况
- </td>
- </tr>
- <tr>
- <td>
- <span class="zxsl">咨询</span>
- </td>
- <td>
- <span class="zxslc"></span>
- </td>
- <td>
- <span class="qzsl">求助</span>
- </td>
- <td>
- <span class="qzslc"></span>
- </td>
- <td>
- <span class="tssl">投诉</span>
- </td>
- <td>
- <span class="tslc"></span>
- </td>
- <td>
- <span class="jysl">建议</span>
- </td>
- <td>
- <span class="jyslc"></span>
- </td>
- </tr>
- <tr>
- <td>
- <span class="bysl">表扬</span>
- </td>
- <td>
- <span class="byslc"></span>
- </td>
- <td>
- <span class="qtsl">其他</span>
- </td>
- <td>
- <span class="qtslc"></span>
- </td>
- <td colspan="4"></td>
- </tr>
- <!--工单事发区域情况-->
- <tr>
- <td colspan="8" class="tableHead">
- 工单事发区域情况
- </td>
- </tr>
- <!--<tr>
- <td>
- <span class="sqs">鹿邑县</span>
- </td>
- <td>
- <span class="sqsc"></span>
- </td>
- <td>
- <span class="syq">睢阳区</span>
- </td>
- <td>
- <span class="syqc"></span>
- </td>
- <td>
- <span class="lyq">梁园区</span>
- </td>
- <td>
- <span class="lyqc"></span>
- </td>
- <td>
- <span class="ycs">永城市</span>
- </td>
- <td>
- <span class="ycsc"></span>
- </td>
- </tr>
- <tr>
- <td>
- <span class="mqx">民权县</span>
- </td>
- <td>
- <span class="mqxc"></span>
- </td>
- <td>
- <span class="sx">睢县</span>
- </td>
- <td>
- <span class="sxc"></span>
- </td>
- <td>
- <span class="nlx">民权县</span>
- </td>
- <td>
- <span class="nlxc"></span>
- </td>
- <td>
- <span class="zcx">柘城县</span>
- </td>
- <td>
- <span class="zcxc"></span>
- </td>
- </tr>
- <tr>
- <td>
- <span class="dcx">民权县</span>
- </td>
- <td>
- <span class="dcxc"></span>
- </td>
- <td>
- <span class="xyx">夏邑县</span>
- </td>
- <td>
- <span class="xyxc"></span>
- </td>
- <td>
- <span class="cxyt">城乡一体化示范区</span>
- </td>
- <td>
- <span class="cxytc"></span>
- </td>
- <td colspan="2"></td>
- </tr>-->
- </tbody>
- </table>
- </div><!--endprint2-->
- <div class="alignC">
- <input type="button" value="打印" class="btn" id="printBtn2" />
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script>
- var briefIndex = 1;
- $(document).ready(function () {
- laydate.render({
- elem: '#startTime',
- range: '~',
- theme: '#00a1cb',
- });
-
-
- laydate.render({
- theme: '#00a1cb',
- trigger: 'click',
- elem: '#monthDateTimes',
- format: 'yyyy-MM',
- type: 'month',
- value: new Date()
- });
- initTableBrief(briefIndex);
- $('.ul_tab li').click(function () {
- briefIndex = $(this).index() + 1;
- initTableBrief(briefIndex);
- })
- })
- //表格
- function initTableBrief(brieftype) {
- $.getJSON(huayi.config.callcenter_url + 'DataAnalysis/GetSimpleReport', {
- sdate: (brieftype == 1) ? ($('#startTime').val() ? $('#startTime').val().split('~')[0]:"") : '',
- edate: (brieftype == 1) ? ($('#startTime').val() ? $('#startTime').val().split('~')[1]:"") : '',
- monthdate: (brieftype == 2) ? $('#monthDateTimes').val() : '',
- type: brieftype, //1周报 2月报
- token: $.cookie("token")
- }, function (result) {
- if (result.state.toLowerCase() == "success") {
- var content = result.data;
- //时间
- $('.startTimeBrief' + brieftype + '').html(content.SimpleReport5[0].sdate);
- $('.endTimeBrief' + brieftype + '').html(content.SimpleReport5[0].edate);
- //话务受理情况
- $('#main' + brieftype + ' .ldcount').html(content.SimpleReport[0].ldcount);
- $('#main' + brieftype + ' .jtcount').html(content.SimpleReport[0].jtcount);
- $('#main' + brieftype + ' .yxjtcount').html(content.SimpleReport[0].yxcount);
- //工单受理情况
- $('#main' + brieftype + ' .slcount').html(content.SimpleReport1[0].slcount);//受理
- $('#main' + brieftype + ' .dtjcount').html(content.SimpleReport1[0].dtjcount);//待提交
- $('#main' + brieftype + ' .djbcount').html(content.SimpleReport1[0].djbcount);//待交办
- $('#main' + brieftype + ' .dcscount').html(content.SimpleReport1[0].dcscount);//待查收
- $('#main' + brieftype + ' .dshthcount').html(content.SimpleReport1[0].dshthcount);//待审核退回
- $('#main' + brieftype + ' .dblcount').html(content.SimpleReport1[0].dblcount);//待办理
- $('#main' + brieftype + ' .dshyscount').html(content.SimpleReport1[0].dshyscount);//待延时审核
- $('#main' + brieftype + ' .dhfcount').html(content.SimpleReport1[0].dhfcount);//待回访
- $('#main' + brieftype + ' .dwjcount').html(content.SimpleReport1[0].dwjcount);//待结案
- $('#main' + brieftype + ' .dcbcount').html(content.SimpleReport1[0].dcbcount);//待重办
- $('#main' + brieftype + ' .ywjcount').html(content.SimpleReport1[0].ywjcount);//已结案
- $('#main' + brieftype + ' .zxzpcount').html(content.SimpleReport1[0].zxzpcount);//中心转派
- $('#main' + brieftype + ' .zxblcount').html(content.SimpleReport1[0].zxbjcount);//在线办理
- //政府热线受理情况
- $('#main' + brieftype + ' .dhsl').html(content.SimpleReport2[0].source);
- $('#main' + brieftype + ' .dhslc').html(content.SimpleReport2[0].count);//电话
- $('#main' + brieftype + ' .szxxsl').html(content.SimpleReport2[1].source);
- $('#main' + brieftype + ' .szxxslc').html(content.SimpleReport2[1].count);//12345信箱
- $('#main' + brieftype + ' .wbsl').html(content.SimpleReport2[2].source);
- $('#main' + brieftype + ' .wbslc').html(content.SimpleReport2[2].count);//微博
- $('#main' + brieftype + ' .wzsl').html(content.SimpleReport2[3].source);
- $('#main' + brieftype + ' .wzslc').html(content.SimpleReport2[3].count);//网站
- $('#main' + brieftype + ' .wxsl').html(content.SimpleReport2[4].source);
- $('#main' + brieftype + ' .wxslc').html(content.SimpleReport2[4].count);//微信
- $('#main' + brieftype + ' .sjappsl').html(content.SimpleReport2[5].source);
- $('#main' + brieftype + ' .sjappslc').html(content.SimpleReport2[5].count);//手机app
- $('#main' + brieftype + ' .sxsl').html(content.SimpleReport2[7].source);
- $('#main' + brieftype + ' .sxslc').html(content.SimpleReport2[7].count);//市县
- $('#main' + brieftype + ' .zffwsl').html(content.SimpleReport2[6].source);
- $('#main' + brieftype + ' .zffwslc').html(content.SimpleReport2[6].count);//政务服务
- $('#main' + brieftype + ' .zyzfk').html(content.SimpleReport2[8].source);
- $('#main' + brieftype + ' .zyzfkc').html(content.SimpleReport2[8].count);//志愿者反馈
-
- $('#main' + brieftype + ' .mst').html(content.SimpleReport2[9].source);
- $('#main' + brieftype + ' .mstc').html(content.SimpleReport2[9].count);//民事通
-
- $('#main' + brieftype + ' .rmt').html(content.SimpleReport2[10].source);
- $('#main' + brieftype + ' .rmtc').html(content.SimpleReport2[10].count);//融媒体
-
- $('#main' + brieftype + ' .zfzp').html(content.SimpleReport2[11].source);
- $('#main' + brieftype + ' .zfzpc').html(content.SimpleReport2[11].count);//政府转派
-
- //工单受理类型情况
- $('#main' + brieftype + ' .zxsl').html(content.SimpleReport3[0].type);
- $('#main' + brieftype + ' .zxslc').html(content.SimpleReport3[0].count);
- $('#main' + brieftype + ' .qzsl').html(content.SimpleReport3[1].type);
- $('#main' + brieftype + ' .qzslc').html(content.SimpleReport3[1].count);
- $('#main' + brieftype + ' .tssl').html(content.SimpleReport3[2].type);
- $('#main' + brieftype + ' .tslc').html(content.SimpleReport3[2].count);
- $('#main' + brieftype + ' .jysl').html(content.SimpleReport3[3].type);
- $('#main' + brieftype + ' .jyslc').html(content.SimpleReport3[3].count);
- $('#main' + brieftype + ' .bysl').html(content.SimpleReport3[4].type);
- $('#main' + brieftype + ' .byslc').html(content.SimpleReport3[4].count);
- $('#main' + brieftype + ' .qtsl').html(content.SimpleReport3[5].type);
- $('#main' + brieftype + ' .qtslc').html(content.SimpleReport3[5].count);
- //工单事发区域情况
- //$('#main' + brieftype + ' .sqs').html(content.SimpleReport4[0].areaname);
- //$('#main' + brieftype + ' .sqsc').html(content.SimpleReport4[0].count);
- //$('#main' + brieftype + ' .syq').html(content.SimpleReport4[1].areaname);
- //$('#main' + brieftype + ' .syqc').html(content.SimpleReport4[1].count);
- //$('#main' + brieftype + ' .lyq').html(content.SimpleReport4[2].areaname);
- //$('#main' + brieftype + ' .lyqc').html(content.SimpleReport4[2].count);
- //$('#main' + brieftype + ' .ycs').html(content.SimpleReport4[3].areaname);
- //$('#main' + brieftype + ' .ycsc').html(content.SimpleReport4[3].count);
- //$('#main' + brieftype + ' .mqx').html(content.SimpleReport4[4].areaname);
- //$('#main' + brieftype + ' .mqxc').html(content.SimpleReport4[4].count);
- //$('#main' + brieftype + ' .sx').html(content.SimpleReport4[5].areaname);
- //$('#main' + brieftype + ' .sxc').html(content.SimpleReport4[5].count);
- //$('#main' + brieftype + ' .nlx').html(content.SimpleReport4[6].areaname);
- //$('#main' + brieftype + ' .nlxc').html(content.SimpleReport4[6].count);
- //$('#main' + brieftype + ' .zcx').html(content.SimpleReport4[7].areaname);
- //$('#main' + brieftype + ' .zcxc').html(content.SimpleReport4[7].count);
- //$('#main' + brieftype + ' .dcx').html(content.SimpleReport4[8].areaname);
- //$('#main' + brieftype + ' .dcxc').html(content.SimpleReport4[8].count);
- //$('#main' + brieftype + ' .xyx').html(content.SimpleReport4[9].areaname);
- //$('#main' + brieftype + ' .xyxc').html(content.SimpleReport4[9].count);
- //$('#main' + brieftype + ' .cxyt').html(content.SimpleReport4[10].areaname);
- //$('#main' + brieftype + ' .cxytc').html(content.SimpleReport4[10].count);
- $(".source").remove();
- var sourcedata = content.SimpleReport4;
- var cnt = sourcedata.length;
- var row = (cnt / 4) + 1;
- for (var i = 0; i < row; i++) {
- var html = "<tr class='source'>";
- for (var j = 0; j < 4; j++) {
- var rownum = i * 4 + j;
- if (rownum < cnt) {
- html += "<td>" + sourcedata[rownum].areaname + "</td><td>" + sourcedata[rownum].count + "</td>";
- }
- else {
- html += "<td colspan='" + (4 - j) * 2 + "'></td>";
- break;
- }
- }
- html += "/<tr>";
- $(html).appendTo($('#main' + brieftype).find('tbody'));
- }
- }
- })
- }
- //代办搜索
- $(".search_1").click(function () {
- initTableBrief(briefIndex);
- });
- $(".search_2").click(function () {
- initTableBrief(briefIndex);
- });
- $(".export_1").click(function () {
- var url = huayi.config.callcenter_url + "DataAnalysis/GetSimpleReport?token=" + $.cookie("token");
- url += "&sdate=" + ($('#startTime').val() ? $('#startTime').val().split('~')[0] : '') + "&edate=" + ($('#startTime').val() ? $('#startTime').val().split('~')[1] : '') + "&type=1&isdc=1";
- $(".export_1").attr('href', url);
- //return ExcellentExport.convert({
- // anchor: 'export_1',
- // filename: '业务简报周报',
- // format: 'xlsx'
- //}, [{
- // name: 'Sheet',
- // from: {
- // table: 'weeklist'
- // }
- //}]);
- //$("#weeklist").table2excel({
- // exclude: ".noExl",
- // name: "业务简报周报",
- // filename: "业务简报周报",
- // exclude_img: true,
- // exclude_links: true,
- // exclude_inputs: true
- //});
- });
- $(".export_2").click(function () {
- var url = huayi.config.callcenter_url + "DataAnalysis/GetSimpleReport?token=" + $.cookie("token");
- url += "&monthdate=" + $('#monthDateTimes').val() + "&type=2&isdc=1";
- $(".export_2").attr('href', url);
- //return ExcellentExport.convert({
- // anchor: 'export_2',
- // filename: '业务简报月报',
- // format: 'xlsx'
- //}, [{
- // name: 'Sheet',
- // from: {
- // table: 'monthlist'
- // }
- //}]);
- //$("#monthlist").table2excel({
- // exclude: ".noExl",
- // name: "业务简报月报",
- // filename: "业务简报月报",
- // exclude_img: true,
- // exclude_links: true,
- // exclude_inputs: true
- //});
- });
- /*打印*/
- $(document).on('click', '#printBtn1', { printPage: 1 }, preview);
- $(document).on('click', '#printBtn2', { printPage: 2 }, preview);
- function preview(e) {
- var oper = e.data.printPage;
- if (oper < 5) {
- bdhtml = window.document.body.innerHTML; //获取当前页的html代码
- sprnstr = "<!--startprint" + oper + "-->"; //设置打印开始区域
- eprnstr = "<!--endprint" + oper + "-->"; //设置打印结束区域
- prnhtml = bdhtml.substring(bdhtml.indexOf(sprnstr) + 18); //从开始代码向后取html
- print.portrait = true;//纵向打印
- prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr)); //从结束代码向前取html
- window.document.body.innerHTML = prnhtml;
- window.print();
- window.document.body.innerHTML = bdhtml;
- location.reload();
- } else {
- window.print();
- }
- }
- </script>
- </body>
- </html>
|