123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>逸管FEP</title>
- <link rel="stylesheet" href="{__MOBILE__}/css/base.css">
- <link rel="stylesheet" href="{__MOBILE__}/css/contacts.css">
- <link rel="stylesheet" href="{__MOBILE__}/layui/css/layui.css">
- <link rel="stylesheet" href="{__MOBILE__}/layui-v2.8.18-rc.1/layui-v2.8.18-rc.1/layui/css/layui.css">
- <style>
- table {
- display:block;
- overflow-y:scroll;
- -webkit-overflow-scrolling: touch; // 为了滚动顺畅
- }
- td {
- width: auto;
- }
- table tbody::-webkit-scrollbar {
- display: none; // 隐藏滚动条,不需要可取消
- }
- table thead, table tbody tr {
- display:table;
- width:400%;
- table-layout:fixed;//fixed:固定表格布局
- }
- </style>
- </head>
- <body>
- <div class="top">
- <a href="{:url('mobile/index/main')}">
- <div><img src="{__MOBILE__}/img/left.png" alt="" style="width: 5vw;"></div>
- </a>
- <div>数据统计</div>
- <!-- 下面是个小妙招 -->
- <div style="width: 5vw;"></div>
- </div>
- <div class="contacts" style="margin-top: 13vw !important;">
- <div class="layui-tab layui-tab-brief">
- {if $unit_type == 2}
- <ul class="layui-tab-title">
- <a href="{:url('mobile/index/data_statistics')}">
- <li class="layui-this">数据统计</li>
- </a>
- <a href="{:url('mobile/index/data_statistics_member')}">
- <li>成员统计</li>
- </a>
- </ul>
- {/if}
- </div>
- <div class="sreach">
- <form class="layui-form">
- <div class="layui-input-wrap" style="display: flex;">
- <input type="text" class="layui-input" id="ID-laydate-type-year" placeholder="yyyy" name="today">
- <span>
- <button style="width: 10vw;height: 4.6vh;border: none; " lay-filter="webform">
- <img src="{__MOBILE__}/img/search.png" alt="" style="width: 100%;height: 100%;">
- </button>
- </span>
- </div>
- </form>
- </div>
- </div>
- {if $unit_type == 2}
- <div class="person">
- <div><img src="{__MOBILE__}/img/line.png" alt="" style="width: 5vw;height: 4vw;"></div>
- <div>
- <div class="person-content">
- <table class="layui-table">
- <thead>
- <tr>
- <th>项目数量</th>
- <th>1月</th>
- <th>2月</th>
- <th>3月</th>
- <th>4月</th>
- <th>5月</th>
- <th>6月</th>
- <th>7月</th>
- <th>8月</th>
- <th>9月</th>
- <th>10月</th>
- <th>11月</th>
- <th>12月</th>
- </tr>
- </thead>
- <tr>
- <th>{$all_sent_review_cost_company.all.project_number}</th>
- <th>{$all_sent_review_cost_company.1.project_number}</th>
- <th>{$all_sent_review_cost_company.2.project_number}</th>
- <th>{$all_sent_review_cost_company.3.project_number}</th>
- <th>{$all_sent_review_cost_company.4.project_number}</th>
- <th>{$all_sent_review_cost_company.5.project_number}</th>
- <th>{$all_sent_review_cost_company.6.project_number}</th>
- <th>{$all_sent_review_cost_company.7.project_number}</th>
- <th>{$all_sent_review_cost_company.8.project_number}</th>
- <th>{$all_sent_review_cost_company.9.project_number}</th>
- <th>{$all_sent_review_cost_company.10.project_number}</th>
- <th>{$all_sent_review_cost_company.11.project_number}</th>
- <th>{$all_sent_review_cost_company.12.project_number}</th>
- </tr>
- <tr>
- <th>送审总额</th>
- <th>1月</th>
- <th>2月</th>
- <th>3月</th>
- <th>4月</th>
- <th>5月</th>
- <th>6月</th>
- <th>7月</th>
- <th>8月</th>
- <th>9月</th>
- <th>10月</th>
- <th>11月</th>
- <th>12月</th>
- </tr>
- <tr>
- <th>{$all_sent_review_cost_company.all.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.1.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.2.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.3.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.4.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.5.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.6.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.7.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.8.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.9.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.10.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.11.all_sent_amount}</th>
- <th>{$all_sent_review_cost_company.12.all_sent_amount}</th>
- </tr>
- <tr>
- <th>审定总额</th>
- <th>1月</th>
- <th>2月</th>
- <th>3月</th>
- <th>4月</th>
- <th>5月</th>
- <th>6月</th>
- <th>7月</th>
- <th>8月</th>
- <th>9月</th>
- <th>10月</th>
- <th>11月</th>
- <th>12月</th>
- </tr>
- <tr>
- <th>{$all_sent_review_cost_company.all.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.1.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.2.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.3.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.4.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.5.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.6.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.7.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.8.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.9.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.10.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.11.all_authorize_amount}</th>
- <th>{$all_sent_review_cost_company.12.all_authorize_amount}</th>
- </tr>
- <tr>
- <th>服务费总额</th>
- <th>1月</th>
- <th>2月</th>
- <th>3月</th>
- <th>4月</th>
- <th>5月</th>
- <th>6月</th>
- <th>7月</th>
- <th>8月</th>
- <th>9月</th>
- <th>10月</th>
- <th>11月</th>
- <th>12月</th>
- </tr>
- <tr>
- <th>{$all_sent_review_cost_company.all.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.1.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.2.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.3.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.4.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.5.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.6.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.7.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.8.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.9.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.10.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.11.all_sent_review_cost}</th>
- <th>{$all_sent_review_cost_company.12.all_sent_review_cost}</th>
- </tr>
- </table>
- </div>
- </div>
- </div>
- <div class="person">
- <div><img src="{__MOBILE__}/img/line.png" alt="" style="width: 5vw;height: 4vw;"></div>
- <div>
- <div class="person-content">
- <table class="layui-table">
- <thead>
- <tr>
- <th>委托单位</th>
- <th>项目数量</th>
- <th>送审总额</th>
- <th>审定总额</th>
- <th>总审增减率</th>
- <th>预算总额</th>
- <th>结算总额</th>
- <th>送审服务费</th>
- </tr>
- </thead>
- <tbody>
- {volist name="review_poportion_company" id="vo"}
- <tr>
- <th>{$vo.entrust_unit_name}</th>
- <th>{$vo.project_number}</th>
- <th>{$vo.all_sent_amount}</th>
- <th>{$vo.all_authorize_amount}</th>
- {if $vo.increaseOrdecrease == null}
- <th>0.00</th>
- {else}
- <th>{$vo.increaseOrdecrease}</th>
- {/if}
- <th>{$vo.budget_amount}</th>
- <th>{$vo.settlement_amount}</th>
- <th>{$vo.all_sent_review_cost}</th>
- </tr>
- {/volist}
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div class="person">
- <div><img src="{__MOBILE__}/img/line.png" alt="" style="width: 5vw;height: 4vw;"></div>
- <div>
- <div class="person-content tablein">
- <table class="layui-table">
- <thead>
- <tr>
- <th>送审单位</th>
- <th>项目数量</th>
- <th>送审总额</th>
- <th>预算总额</th>
- <th>结算总额</th>
- </tr>
- </thead>
- <tbody>
- {volist name="sent_poportion_company" id="vo"}
- <tr>
- <th>{$vo.sent_review_unit_name}</th>
- <th>{$vo.project_number}</th>
- <th>{$vo.all_sent_amount}</th>
- <th>{$vo.budget_amount}</th>
- <th>{$vo.settlement_amount}</th>
- </tr>
- {/volist}
- </tbody>
- </table>
- </div>
- </div>
- </div>
- {elseif $unit_type == 0}
- <div class="person">
- <div><img src="{__MOBILE__}/img/line.png" alt="" style="width: 5vw;height: 4vw;"></div>
- <div>
- <div class="person-content">
- <table class="layui-table">
- <thead>
- <tr>
- <th>项目数量</th>
- <th>1月</th>
- <th>2月</th>
- <th>3月</th>
- <th>4月</th>
- <th>5月</th>
- <th>6月</th>
- <th>7月</th>
- <th>8月</th>
- <th>9月</th>
- <th>10月</th>
- <th>11月</th>
- <th>12月</th>
- </tr>
- </thead>
- <tr>
- <th>{$sent.all.project_number}</th>
- <th>{$sent.1.project_number}</th>
- <th>{$sent.2.project_number}</th>
- <th>{$sent.3.project_number}</th>
- <th>{$sent.4.project_number}</th>
- <th>{$sent.5.project_number}</th>
- <th>{$sent.6.project_number}</th>
- <th>{$sent.7.project_number}</th>
- <th>{$sent.8.project_number}</th>
- <th>{$sent.9.project_number}</th>
- <th>{$sent.10.project_number}</th>
- <th>{$sent.11.project_number}</th>
- <th>{$sent.12.project_number}</th>
- </tr>
- <tr>
- <th>送审总额</th>
- <th>1月</th>
- <th>2月</th>
- <th>3月</th>
- <th>4月</th>
- <th>5月</th>
- <th>6月</th>
- <th>7月</th>
- <th>8月</th>
- <th>9月</th>
- <th>10月</th>
- <th>11月</th>
- <th>12月</th>
- </tr>
- <tr>
- <th>{$sent.all.all_sent_amount}</th>
- <th>{$sent.1.all_sent_amount}</th>
- <th>{$sent.2.all_sent_amount}</th>
- <th>{$sent.3.all_sent_amount}</th>
- <th>{$sent.4.all_sent_amount}</th>
- <th>{$sent.5.all_sent_amount}</th>
- <th>{$sent.6.all_sent_amount}</th>
- <th>{$sent.7.all_sent_amount}</th>
- <th>{$sent.8.all_sent_amount}</th>
- <th>{$sent.9.all_sent_amount}</th>
- <th>{$sent.10.all_sent_amount}</th>
- <th>{$sent.11.all_sent_amount}</th>
- <th>{$sent.12.all_sent_amount}</th>
- </tr>
- <tr>
- <th>审定总额</th>
- <th>1月</th>
- <th>2月</th>
- <th>3月</th>
- <th>4月</th>
- <th>5月</th>
- <th>6月</th>
- <th>7月</th>
- <th>8月</th>
- <th>9月</th>
- <th>10月</th>
- <th>11月</th>
- <th>12月</th>
- </tr>
- <tr>
- <th>{$sent.all.all_authorize_amount}</th>
- <th>{$sent.1.all_authorize_amount}</th>
- <th>{$sent.2.all_authorize_amount}</th>
- <th>{$sent.3.all_authorize_amount}</th>
- <th>{$sent.4.all_authorize_amount}</th>
- <th>{$sent.5.all_authorize_amount}</th>
- <th>{$sent.6.all_authorize_amount}</th>
- <th>{$sent.7.all_authorize_amount}</th>
- <th>{$sent.8.all_authorize_amount}</th>
- <th>{$sent.9.all_authorize_amount}</th>
- <th>{$sent.10.all_authorize_amount}</th>
- <th>{$sent.11.all_authorize_amount}</th>
- <th>{$sent.12.all_authorize_amount}</th>
- </tr>
- <tr>
- <th>服务费总额</th>
- <th>1月</th>
- <th>2月</th>
- <th>3月</th>
- <th>4月</th>
- <th>5月</th>
- <th>6月</th>
- <th>7月</th>
- <th>8月</th>
- <th>9月</th>
- <th>10月</th>
- <th>11月</th>
- <th>12月</th>
- </tr>
- <tr>
- <th>{$sent.all.all_sent_review_cost}</th>
- <th>{$sent.1.all_sent_review_cost}</th>
- <th>{$sent.2.all_sent_review_cost}</th>
- <th>{$sent.3.all_sent_review_cost}</th>
- <th>{$sent.4.all_sent_review_cost}</th>
- <th>{$sent.5.all_sent_review_cost}</th>
- <th>{$sent.6.all_sent_review_cost}</th>
- <th>{$sent.7.all_sent_review_cost}</th>
- <th>{$sent.8.all_sent_review_cost}</th>
- <th>{$sent.9.all_sent_review_cost}</th>
- <th>{$sent.10.all_sent_review_cost}</th>
- <th>{$sent.11.all_sent_review_cost}</th>
- <th>{$sent.12.all_sent_review_cost}</th>
- </tr>
- </table>
- </div>
- </div>
- </div>
- <div class="person">
- <div><img src="{__MOBILE__}/img/line.png" alt="" style="width: 5vw;height: 4vw;"></div>
- <div>
- <div class="person-content">
- <table class="layui-table">
- <thead>
- <tr>
- <th>评审机构</th>
- <th>项目数量</th>
- <th>送审总额</th>
- <th>审定总额</th>
- <th>总审增减率</th>
- <th>预算总额</th>
- <th>结算总额</th>
- <th>送审服务费</th>
- </tr>
- </thead>
- <tbody>
- {volist name="review_poportion" id="vo"}
- <tr>
- <th>{$vo.review_unit_name}</th>
- <th>{$vo.project_number}</th>
- <th>{$vo.all_sent_amount}</th>
- <th>{$vo.all_authorize_amount}</th>
- <th>等下</th>
- <th>{$vo.budget_amount}</th>
- <th>{$vo.settlement_amount}</th>
- <th>{$vo.all_sent_review_cost}</th>
- </tr>
- {/volist}
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div class="person">
- <div><img src="{__MOBILE__}/img/line.png" alt="" style="width: 5vw;height: 4vw;"></div>
- <div>
- <div class="person-content">
- <table class="layui-table">
- <thead>
- <tr>
- <th>送审单位</th>
- <th>项目数量</th>
- <th>送审总额</th>
- <th>预算总额</th>
- <th>结算总额</th>
- </tr>
- </thead>
- <tbody>
- {volist name="sent_poportion" id="vo"}
- <tr>
- <th>{$vo.sent_review_unit_name}</th>
- <th>{$vo.project_number}</th>
- <th>{$vo.all_sent_amount}</th>
- <th>{$vo.budget_amount}</th>
- <th>{$vo.settlement_amount}</th>
- </tr>
- {/volist}
- </tbody>
- </table>
- </div>
- </div>
- </div>
- {/if}
- <script src="{__DATA__}/css/js/jquery.js"></script>
- <script src="{__MOBILE__}/layui-v2.8.18-rc.1/layui-v2.8.18-rc.1/layui/layui.js"></script>
- <script src="{__GOUGU__}/gougu/gouguInit.js"></script>
- <script>
- const moduleInit = ['tool', 'oaTool'];
- function getQuerys(e) {
- if (!e) return "";
- var t = {},
- r = [],
- n = "",
- a = "";
- try {
- var i = [];
- if (e.indexOf("?") >= 0 && (i = e.substring(e.indexOf("?") + 1, e.length).split("&")), i.length > 0) for (var o in i) n = (r = i[o].split("="))[0],
- a = r[1],
- t[n] = a
- } catch (s) {
- t = {}
- }
- return t
- }
- let membername = getQuerys(window.location.href).membername;
- let datetime = getQuerys(window.location.href).today;
- if (!datetime) {
- datetime = 2024;
- }
- if (!membername) {
- membername = '';
- }
- document.getElementById("time1").textContent = datetime;
- document.getElementById("time3").textContent = datetime;
-
- function gouguInit() {
- var table = layui.table, tool = layui.tool, form = layui.form, oaTool = layui.oaTool;
- var laydate = layui.laydate;
- // 年选择器
- laydate.render({
- elem: '#ID-laydate-type-year',
- type: 'year',
- value: datetime
- });
- //监听搜索提交
- form.on('submit(webform)', function (data) {
- location.href = '/admin/datastat.datastat/cost_member?today=' + data.field.today;
- return false;
- });
- }
- </script>
- </body>
- </html>
|