123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312 |
- <?php /*a:2:{s:71:"D:\phpstudy_pro\WWW\caiping\app\admin\view\datastat\datastat\index.html";i:1723541257;s:59:"D:\phpstudy_pro\WWW\caiping\app\admin\view\common\base.html";i:1723541257;}*/ ?>
- <!DOCTYPE html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="renderer" content="webkit">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="360-site-verification" content="a7c876fae8b6e3175a52ea9f19543f51" />
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0">
- <script src="/static/dist/xm-select.js"></script>
- <link rel="mobile-prefetch" href=""/>
- <title><?php echo get_system_config('web','admin_title'); ?></title>
- <meta name="keywords" content="<?php echo get_system_config('web','keywords'); ?>"/>
- <meta name="description" content="<?php echo get_system_config('web','desc'); ?>"/>
- <link rel="stylesheet" href="/static/assets/gougu/css/gougu.css?v=<?php echo get_system_config('web','version'); ?>" media="all">
- <style>
- .footer{
- width: 100%;
- height: 25px;
- text-align: center;
- position: fixed;
- bottom: 0;
- }
- </style>
- </head>
- <body class="main-body">
- <!-- 主体 -->
-
- <div class="p-3">
-
- <table class="layui-hide" id="admin" lay-filter="admin"></table>
- </div>
- <script type="text/html" id="thumb">
- <img src="{{d.thumb}}" width="30" height="30" />
- </script>
- <script type="text/html" id="barDemo">
- <div class="layui-btn-group">
- <span class="layui-btn layui-btn-xs layui-btn-normal" lay-event="edit">编辑</span>
- </div>
- </script>
- <!-- /主体 -->
- <!-- 底部 -->
-
- <div class="footer">
- 逸管工程项目管理系统 © www.yiguanfep.com
- <img src="/static/home/images/police.png" alt="" style="width:14.5px;height:16px;">
- <a href="https://beian.mps.gov.cn/#/query/websearch?code=45030202000160 " rel="\"noreferrer'target=\”blank\"" onclick="window.open(this.href); return false;">桂公网安备45030202000160号</a>
- <a href="https://beian.miit.gov.cn/#/Integrated/index" onclick="window.open(this.href); return false;">桂ICP备17000971号</a>
- </div>
-
-
- <!-- /底部 -->
-
- <!-- 脚本 -->
-
- <script>
- const moduleInit = ['tool'];
- function gouguInit() {
- var table = layui.table, tool = layui.tool, form = layui.form;
- var allcount;
-
- layui.pageTable = table.render({
- elem: '#admin',
- title: '项目数据统计列表',
- toolbar: '#toolbarDemo',
- url: '/admin/datastat.datastat/index', //数据接口
- page: true, //开启分页
- limit: 20,
- parseData: function(res) { // 数据解析回调函数
- // 在这里可以获取数据总数
- allcount = res.count;
- return {
- code: res.code, // 数据状态码
- msg: res.msg, // 状态信息
- count: res.count, // 数据总数
- data: res.data // 当前页数据
- };
- },
-
- cols: [
- [
- {fixed: 'left', field: 'id', title: '编号', align: 'center', width: 80,
- templet: function(d){
- return allcount - (d.LAY_NUM-1);
- }
- },
- {
- fixed: 'left',
- field: 'project_code',
- title: '投资项目统一代码',
- align: 'center',
- width: 150,
- // templet:function(d){
- // var html = "";
- // html = '<a class="side-a" lay-event="read">' + d.username + '</a>';
- // return '<div style="text-align:left">' + html + '</div>'
- // }
- },
- {
- fixed: 'left',
- field: 'project_name',
- title: '项目名称',
- align: 'center',
- width: 400
- },
- {
- field: 'engineering_category',
- title: '工程类型',
- align: 'center',
- width: 150
- },
- {
- field: 'engineering_type',
- title: '评审类型',
- align: 'center',
- width: 150,
- templet:function(d){
- if(d.engineering_type.indexOf('结算') != -1){
- return '结算';
- }else if(d.engineering_type.indexOf('预算') != -1){
- return '预算';
- }else{
- return '';
- }
-
- }
- },
-
- {
- field: 'sent_review_time',
- title: '送审时间',
- align: 'center',
- width: 150
- },
-
- {
- field: 'sent_review_amount',
- title: '送审造价(元)',
- align: 'center',
- width: 150
- },
- {
- field: 'authorize_amount',
- title: '审定造价(元)',
- align: 'center',
- width: 150
- },
- {
- field: 'judge',
- title: '评审员',
- align: 'center',
- width: 150
- },
- {
- field: 'examiner',
- title: '稽核员',
- // toolbar: '#status',
- align: 'center',
- width: 150
- },
- {
- field: 'review_unit_name',
- title: '项目单位',
- align: 'center',
- width: 150
- },
- {
- field: 'construction_unit',
- title: '施工单位',
- align: 'center',
- width: 150
- },
- {
- field: 'sent_review_unit_name',
- title: '送审人',
- align: 'center',
- width: 150
- },
- {
- field: 'division',
- title: '科室',
- align: 'center',
- width: 150
- },
- {
- field: 'contract_out_sent_review_amount',
- title: '合同外送审金额(元)',
- align: 'center',
- width: 180
- },
- {
- field: 'contract_out_authorize_amount',
- title: '合同外审定金额(元)',
- align: 'center',
- width: 180
- },
- {
- field: 'sent_review_amount',
- title: '合同内送审金额(元)',
- align: 'center',
- width: 180
- },
- {
- field: 'authorize_amount',
- title: '合同内审定金额(元)',
- align: 'center',
- width: 180
- },
- {
- field: 'contract_amount',
- title: '合同金额(元)',
- align: 'center',
- width: 150
- },
- {
- field: 'basic_reserve_funds',
- title: '基本预备费(元)',
- align: 'center',
- width: 150
- },
- {
- field: 'right',
- fixed: 'right',
- title: '操作',
- toolbar: '#barDemo',
- width: 132,
- align: 'center'
- }
- ]
- ]
- });
- //监听行工具事件
- table.on('tool(admin)', function (obj) {
- var data = obj.data;
- if (obj.event === 'edit') {
- tool.side('/admin/datastat.datastat/edit?id='+data.id);
- return;
- }
- });
- //监听搜索提交
- form.on('submit(webform)', function (data) {
- layui.pageTable.reload({
- where: {
- keywords: data.field.keywords
- },
- page: {
- curr: 1
- }
- });
- return false;
- });
- }
- </script>
- <!-- /脚本 -->
-
- <!-- <script src="/static/assets/layui/layui.js"></script> -->
- <script src="/static/assets/layui/layui.js"></script>
- <script src="/static/assets/third_party/echart/echarts.min.js"></script>
- <script src="/static/assets/gougu/gouguInit.js"></script>
- <script src="https://unpkg.com/pinyin-pro"></script>
- <script>
-
- var { pinyin } = pinyinPro;
- </script>
-
-
- <!-- 统计代码 -->
-
- <!-- /统计代码 -->
- </body>
- </html>
|