|
@@ -0,0 +1,337 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8">
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
|
+ <title>台帐管理-计量支付</title>
|
|
|
+ <link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
|
|
|
+ <link rel="stylesheet" href="css/main.css">
|
|
|
+ <link rel="stylesheet" href="css/font-awesome/font-awesome.min.css">
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+ <div class="header">
|
|
|
+ <h1 class="logo"><a>台帐管理-纵横变更管理系统</a></h1>
|
|
|
+ <div class="poj-name">
|
|
|
+ <span class="name">项目A</span>
|
|
|
+ <div class="btn-group">
|
|
|
+ <a class=" btn" data-toggle="dropdown" >
|
|
|
+ <span class="fa fa-caret-down" data-toggle="tooltip" data-placement="bottom" title="切换项目"></span>
|
|
|
+ </a>
|
|
|
+ <div class="dropdown-menu">
|
|
|
+ <a href="#" class="dropdown-item">项目B</a>
|
|
|
+ <a href="#" class="dropdown-item">项目C</a>
|
|
|
+ <a href="#" class="dropdown-item">项目D</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <a href="settings-poj.html" class="btn" data-toggle="tooltip" data-placement="bottom" title="项目设置"><i class="fa fa-cogs"></i></a>
|
|
|
+ </div>
|
|
|
+ <div class="poj-name">
|
|
|
+ <span class="name">WWUJ-1</span>
|
|
|
+ <div class="btn-group">
|
|
|
+ <a class=" btn" data-toggle="dropdown" >
|
|
|
+ <span class="fa fa-caret-down" data-toggle="tooltip" data-placement="bottom" title="切换项目"></span>
|
|
|
+ </a>
|
|
|
+ <div class="dropdown-menu">
|
|
|
+ <a href="#" class="dropdown-item">WWUJ-2</a>
|
|
|
+ <a href="#" class="dropdown-item">WWUJ-3</a>
|
|
|
+ <a href="#" class="dropdown-item">WWUJ-4</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="poj-name">
|
|
|
+ <span class="name">台帐修订</span>
|
|
|
+ </div>
|
|
|
+ <div class="header-box">
|
|
|
+ <div class="header-nav"></div>
|
|
|
+ <div class="header-user pull-right">
|
|
|
+ <div class="avatar btn-group">
|
|
|
+ <a class="dropdown-toggle" data-toggle="dropdown">
|
|
|
+ <span class="pic"><img src="img/avatar.png"></span>
|
|
|
+ <span>张三</span>
|
|
|
+ <span class="caret"></span>
|
|
|
+ </a>
|
|
|
+ <div class="dropdown-menu">
|
|
|
+ <a href="account-info.html" class="dropdown-item">账号资料</a>
|
|
|
+ <a href="#" class="dropdown-item">账号安全</a>
|
|
|
+ <div class="dropdown-divider"></div>
|
|
|
+ <a href="#" class="dropdown-item">新手引导</a>
|
|
|
+ <a href="#" class="dropdown-item">帮助中心</a>
|
|
|
+ <a href="#" class="dropdown-item">退出登录</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="msg">
|
|
|
+ <a>
|
|
|
+ <i class="fa fa-bell"></i><sup >0</sup>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="main">
|
|
|
+ <div class="main-nav">
|
|
|
+ <div class="nav-top">
|
|
|
+ <ul class="nav nav-pills flex-column bg-nav">
|
|
|
+ <li class="nav-item"><a href="dashboard.html"title="代办事项"><i class="fa fa-dashboard"></i> 代办事项</a></li>
|
|
|
+ <li class="nav-item"><a href="biaoduan.html"title="标段管理"><i class="fa fa-list-ul"></i> 标段管理</a></li>
|
|
|
+ <li class="nav-item active"><a href="javascript:void(0);"title="台帐管理"><i class="fa fa-list-alt"></i> 台帐管理 <i class="fa fa-angle-down pull-right menu-arrow"></i></a>
|
|
|
+ <ul class="sub-menu">
|
|
|
+ <li><a href="taizhang.html">台帐分解</a></li>
|
|
|
+ </ul>
|
|
|
+ <ul class="sub-menu">
|
|
|
+ <li><a href="taizhang-bg.html">台帐修订</a></li>
|
|
|
+ </ul>
|
|
|
+ <ul class="sub-menu">
|
|
|
+ <li><a href="taizhang-jl.html">计量台帐</a></li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
+ <li class="nav-item"><a href="javascript:void(0);"title="计量管理"><i class="fa fa-calendar-check-o"></i> 中间计量 <i class="fa fa-angle-down pull-right menu-arrow"></i></a>
|
|
|
+ <ul class="sub-menu">
|
|
|
+ <li><a href="jiliang.html">计量编制</a></li>
|
|
|
+ </ul>
|
|
|
+ <ul class="sub-menu">
|
|
|
+ <li><a href="jiliang-list.html">计量审批</a></li>
|
|
|
+ </ul>
|
|
|
+ </li>
|
|
|
+ <li class="nav-item"><a href="jiliang-qi.html"title="期计量"><i class="fa fa-calendar-check-o"></i> 期计量</a></li>
|
|
|
+ <li class="nav-item"><a href="biangeng.html"title="变更管理"><i class="fa fa-retweet"></i> 变更管理</a></li>
|
|
|
+ <li class="nav-item"><a href="hetong.html"title="合同管理"><i class="fa fa-handshake-o"></i> 合同管理</a></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="main-panel">
|
|
|
+ <div class="panel-content">
|
|
|
+ <div class="panel-title fluid">
|
|
|
+ <div class="title-main d-flex justify-content-between"><!--工具-->
|
|
|
+ <div>
|
|
|
+ <!--编制人工具-->
|
|
|
+ <div class="d-inline-flex">
|
|
|
+ <a href="" class="btn btn-sm" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="复制"><i class="fa fa-files-o" aria-hidden="true"></i></a>
|
|
|
+ <a href="" class="btn btn-sm" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="剪切"><i class="fa fa-scissors" aria-hidden="true"></i></a>
|
|
|
+ <a href="" class="btn btn-sm" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="粘贴"><i class="fa fa-clipboard" aria-hidden="true"></i></a>
|
|
|
+ <a href="" class="btn btn-sm" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="删除"><i class="fa fa-remove" aria-hidden="true"></i></a>
|
|
|
+ <a href="" class="btn btn-sm disabled" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="升级"><i class="fa fa-arrow-left" aria-hidden="true"></i></a>
|
|
|
+ <a href="" class="btn btn-sm disabled" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="降级"><i class="fa fa-arrow-right" aria-hidden="true"></i></a>
|
|
|
+ <a href="" class="btn btn-sm" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="下移"><i class="fa fa-arrow-down" aria-hidden="true"></i></a>
|
|
|
+ <a href="" class="btn btn-sm" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="上移"><i class="fa fa-arrow-up" aria-hidden="true"></i></a>
|
|
|
+ </div>
|
|
|
+ <div class="d-inline-flex">
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input" type="checkbox" id="inlineCheckbox1" value="option1">
|
|
|
+ <label class="form-check-label text-info" for="inlineCheckbox1">高亮编辑</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input" type="checkbox" id="inlineCheckbox2" value="option2">
|
|
|
+ <label class="form-check-label text-warning" for="inlineCheckbox2">高亮新增</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input" type="checkbox" id="inlineCheckbox3" value="option3">
|
|
|
+ <label class="form-check-label" for="inlineCheckbox3">显示删除</label>
|
|
|
+ </div>
|
|
|
+ <div class="form-check form-check-inline">
|
|
|
+ <input class="form-check-input" type="checkbox" id="inlineCheckbox4" value="option4">
|
|
|
+ <label class="form-check-label text-danger" for="inlineCheckbox4">高亮删除</label>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <a href="#sp-list" data-toggle="modal" data-target="#sp-list" class="btn btn-outline-warning btn-sm pull-right text-dark">审批中</a>
|
|
|
+ <!--审批-->
|
|
|
+ <a href="#sp-done" data-toggle="modal" data-target="#sp-done" class="btn btn-success btn-sm pull-right">审批通过</a>
|
|
|
+ <a href="#sp-back" data-toggle="modal" data-target="#sp-back" class="btn btn-warning btn-sm pull-right">审批退回</a>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="content-wrap row pr-46">
|
|
|
+ <div class="c-header p-0 col-12"></div>
|
|
|
+ <!--核心内容(两栏)-->
|
|
|
+ <div class="row w-100 sub-content">
|
|
|
+ <!--左栏-->
|
|
|
+ <div class="c-body col-12">
|
|
|
+ <div class="sjs-height-1">
|
|
|
+ <table class="table table-bordered">
|
|
|
+ <tr><th></th><th>项目节编号</th><th>清单编号</th><th>名称</th><th>单位</th><th>单价</th><th>数量</th><th>金额</th><th>施工图原设计</th><th>图(册)号</th><th>备注</th>
|
|
|
+ <th>台帐修订编号</th><th>修订类型</th></tr>
|
|
|
+ <tr><th>1</th><th>1</th><th> </th><th>第一部分 建筑安装工程费</th><th>公路公里</th><th> </th><th> </th><th>43203538</th><th> </th><th> </th><th> </th>
|
|
|
+ <th> </th><th> </th></tr>
|
|
|
+ <tr><th></th><th>1-1</th><th> </th><th>临时工程</th><th>公路公里</th><th> </th><th> </th><th>1045756</th><th> </th><th> </th><th> </th>
|
|
|
+ <th> </th><th> </th></tr>
|
|
|
+ <tr><th></th><th>1-1-6</th><th> </th><th>临时道路修建、养护与拆除(包括原道路的养护费)</th><th> </th><th></th><th></th><th>50000</th><th> </th><th> </th><th> </th>
|
|
|
+ <th> </th><th> </th></tr>
|
|
|
+ <tr><th></th><th></th><th>103-1</th><th>临时道路修建、养护与拆除(包括原道路的养护费)</th><th>总额</th><th>50000</th><th>1</th><th>50000</th><th></th><th></th><th> </th>
|
|
|
+ <th></th><th></th></tr>
|
|
|
+ <tr><th></th><th>1-1-7</th><th></th><th>临时占地</th><th></th><th></th><th></th><th>57350</th><th> </th><th> </th><th> </th>
|
|
|
+ <th> </th><th> </th></tr>
|
|
|
+ <tr><th></th><th></th><th>103-2</th><th>临时占地</th><th>总额</th><th>57350</th><th>1</th><th>57350</th><th> </th><th> </th><th> </th>
|
|
|
+ <th> </th><th> </th></tr>
|
|
|
+ <tr><th></th><th>1-1-8</th><th></th><th>临时供电设备</th><th></th><th></th><th></th><th>688406</th><th> </th><th> </th><th> </th>
|
|
|
+ <th> </th><th> </th></tr>
|
|
|
+ <tr><th></th><th></th><th>103-3-a</th><th>设施假设、拆除</th><th>总额</th><th>638406</th><th>1</th><th>638406</th><th> </th><th></th><th></th>
|
|
|
+ <th></th><th></th></tr>
|
|
|
+ <tr class="bg-info"><th></th><th></th><th>103-3-b</th><th>设施维修</th><th>总额</th><th>50000</th><th>1</th><th>50000</th><th> </th><th></th><th></th>
|
|
|
+ <th>0005,0003</th><th>编辑,编辑</th></tr>
|
|
|
+ <tr><th></th><th>1-1-9</th><th></th><th>电讯设备的提供、维修与拆除</th><th></th><th></th><th></th><th>50000</th><th> </th><th> </th><th> </th>
|
|
|
+ <th> </th><th> </th></tr>
|
|
|
+ <tr><th></th><th></th><th>103-4</th><th>电讯设备的提供、维修与拆除</th><th>总额</th><th>50000</th><th>1</th><th>50000</th><th> </th><th> </th><th> </th>
|
|
|
+ <th> </th><th> </th></tr>
|
|
|
+ <tr><th></th><th>1-1-10</th><th></th><th>承包人驻地建设</th><th></th><th></th><th></th><th>20000</th><th> </th><th> </th><th> </th>
|
|
|
+ <th>0003</th><th>新增</th></tr>
|
|
|
+ <tr><th></th><th></th><th>104-1</th><th>承包人驻地建设</th><th>总额</th><th>20000</th><th>1</th><th>20000</th><th> </th><th> </th><th> </th>
|
|
|
+ <th></th><th></th></tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--右栏-->
|
|
|
+ <div class="c-body col" style="display:none">
|
|
|
+ <div class="tab-content">
|
|
|
+ <div id="xiangmujie" class="tab-pane active">
|
|
|
+ <select class="form-control form-control-sm"><option>0号计量台帐部位参考(项目节)</option></select>
|
|
|
+ <div class="sjs-height-2">
|
|
|
+ <table class="table table-bordered">
|
|
|
+ <tr><th></th><th>项目节编号</th><th>名称</th><th>单位</th></tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div id="qingdan" class="tab-pane">
|
|
|
+ <select class="form-control form-control-sm"><option>0号计量台帐部位参考(项目节)</option></select>
|
|
|
+ <div class="sjs-height-2">
|
|
|
+ <table class="table table-bordered">
|
|
|
+ <tr><th></th><th>清单编号</th><th>名称</th><th>单位</th></tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--右侧菜单-->
|
|
|
+ <div class="side-menu">
|
|
|
+ <!--右侧菜单-->
|
|
|
+ <ul class="nav flex-column right-nav">
|
|
|
+ <li class="nav-item">
|
|
|
+ <a class="nav-link" data-toggle="tab" href="#xiangmujie" role="tab">项目节</a>
|
|
|
+ </li>
|
|
|
+ <li class="nav-item">
|
|
|
+ <a class="nav-link" data-toggle="tab" href="#qingdan" role="tab">工程量清单</a>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--审批流程/结果-->
|
|
|
+ <div class="modal fade" id="sp-list" data-backdrop="static">
|
|
|
+ <div class="modal-dialog" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title">审批流程</h5>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <div class="card mt-3">
|
|
|
+ <ul class="list-group list-group-flush">
|
|
|
+ <li class="list-group-item">
|
|
|
+ <span class="text-success pull-right">审批通过</span>
|
|
|
+ <h5 class="card-title">1 张三 <small class="text-muted">监理</small></h5>
|
|
|
+ <p class="card-text">审批意见。2018-01-01</p>
|
|
|
+ </li>
|
|
|
+ <li class="list-group-item">
|
|
|
+ <span class="text-warning pull-right">审批中</span>
|
|
|
+ <h5 class="card-title">2 王五 <small class="text-muted">监理</small></h5>
|
|
|
+ <p class="card-text"></p>
|
|
|
+ </li>
|
|
|
+ <li class="list-group-item">
|
|
|
+ <h5 class="card-title">3 李四 <small class="text-muted">监理</small></h5>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">关闭</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--审批通过-->
|
|
|
+ <div class="modal fade" id="sp-done" data-backdrop="static">
|
|
|
+ <div class="modal-dialog" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title">审批通过</h5>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <div class="card mt-3">
|
|
|
+ <ul class="list-group list-group-flush">
|
|
|
+ <li class="list-group-item">
|
|
|
+ <span class="text-success pull-right">审批通过</span>
|
|
|
+ <h5 class="card-title">1 张三 <small class="text-muted">监理</small></h5>
|
|
|
+ <p class="card-text">审批意见。2018-01-01</p>
|
|
|
+ </li>
|
|
|
+ <li class="list-group-item">
|
|
|
+ <span class="text-warning pull-right">审批中</span>
|
|
|
+ <h5 class="card-title">2 王五 <small class="text-muted">监理</small></h5>
|
|
|
+ <div class="form-group">
|
|
|
+ <label>审批意见<b class="text-danger">*</b></label>
|
|
|
+ <textarea class="form-control" ></textarea>
|
|
|
+ </div>
|
|
|
+ </li>
|
|
|
+ <li class="list-group-item">
|
|
|
+ <h5 class="card-title">3 李四 <small class="text-muted">监理</small></h5>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-success" >确认通过</button>
|
|
|
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">关闭</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--审批退回-->
|
|
|
+ <div class="modal fade" id="sp-back" data-backdrop="static">
|
|
|
+ <div class="modal-dialog" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title">审批退回</h5>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <div class="card mt-3">
|
|
|
+ <ul class="list-group list-group-flush">
|
|
|
+ <li class="list-group-item">
|
|
|
+ <span class="text-success pull-right">审批通过</span>
|
|
|
+ <h5 class="card-title">1 张三 <small class="text-muted">监理</small></h5>
|
|
|
+ <p class="card-text">审批意见。2018-01-01</p>
|
|
|
+ </li>
|
|
|
+ <li class="list-group-item">
|
|
|
+ <span class="text-warning pull-right">审批中</span>
|
|
|
+ <h5 class="card-title">2 王五 <small class="text-muted">监理</small></h5>
|
|
|
+ <div class="form-group">
|
|
|
+ <label>审批意见<b class="text-danger">*</b></label>
|
|
|
+ <textarea class="form-control" ></textarea>
|
|
|
+ </div>
|
|
|
+ <div class="alert alert-warning">审批退回,将直接退回给上报人。</data-min-view>
|
|
|
+ </li>
|
|
|
+ <li class="list-group-item">
|
|
|
+ <h5 class="card-title">3 李四 <small class="text-muted">监理</small></h5>
|
|
|
+ </li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-warning" >确认退回</button>
|
|
|
+ <button type="button" class="btn btn-secondary" data-dismiss="modal">关闭</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- JS. -->
|
|
|
+ <script src="js/jquery/jquery-3.2.1.min.js"></script>
|
|
|
+ <script src="js/popper/popper.min.js"></script>
|
|
|
+ <script src="js/bootstrap/bootstrap.min.js"></script>
|
|
|
+ <script src="js/global.js"></script>
|
|
|
+</body>
|
|
|
+<script type="text/javascript">
|
|
|
+ autoFlashHeight();
|
|
|
+</script>
|
|
|
+</html>
|