|
@@ -126,12 +126,6 @@
|
|
|
台帐变更
|
|
|
</label>
|
|
|
</div>
|
|
|
- <div class="form-check-inline">
|
|
|
- <label class="form-check-label">
|
|
|
- <input type="checkbox" class="form-check-input">
|
|
|
- 变更令
|
|
|
- </label>
|
|
|
- </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
|
@@ -160,12 +154,21 @@
|
|
|
<!--查看审批过程-->
|
|
|
<table class="table table-bordered">
|
|
|
<thead>
|
|
|
- <tr><th rowspan="2">1</th><th rowspan="2">项目节编号</th><th rowspan="2">清单编号</th><th rowspan="2">名称</th><th rowspan="2">单位</th><th rowspan="2">单价</th><th colspan="2">上报</th><th colspan="3">一审王五</th><th colspan="3">二审张三</th><th rowspan="2">图(册)号</th><th rowspan="2">备注</th><th rowspan="2">审批新增</th></tr>
|
|
|
+ <tr><th rowspan="2">1</th><th rowspan="2">项目节编号</th><th rowspan="2">清单编号</th><th rowspan="2">名称</th><th rowspan="2">单位</th><th rowspan="2">单价</th><th colspan="2">上报</th><th colspan="3">一审王五</th><th colspan="3">二审张三</th><th rowspan="2">图(册)号</th><th rowspan="2">备注</th><th rowspan="2">审批新增</th><th rowspan="2">台帐变更</th></tr>
|
|
|
<tr><th>数量</th><th>金额</th><th>数量</th><th>金额</th><th>审批意见</th><th>数量</th><th>金额</th><th>审批意见</th></tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr><td>2</td><td></td><td>203-1-1</td><td>挖土方</td><td>m3</td><td>7.54</td><td>92954.75</td><td>699949</td><td>92954.75</td><td>699949</td><td>审批意见</td><td>92954.75</td><td>699949</td><td>审批意见</td><td></td><td></td><td></td></tr>
|
|
|
- <tr class="table-success"><td>2</td><td></td><td>203-1-1</td><td>挖土方</td><td>m3</td><td>7.54</td><td>92954.75</td><td>699949</td><td>92954.75</td><td>699949</td><td>审批意见</td><td>92954.75</td><td>699949</td><td>审批意见</td><td></td><td></td><td>一审王五</td></tr>
|
|
|
+ <tr class="table-success"><td>2</td><td></td><td>203-1-1</td><td>挖土方</td><td>m3</td><td>7.54</td><td>92954.75</td><td>699949</td><td>92954.75</td><td>699949</td><td>审批意见</td><td>92954.75</td><td>699949</td><td>审批意见</td><td></td><td></td><td>一审王五</td><td></td></tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <!--台帐变更-->
|
|
|
+ <table class="table table-bordered">
|
|
|
+ <thead>
|
|
|
+ <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></tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr class="table-warning"><td>2</td><td></td><td>203-1-1</td><td>挖土方</td><td>m3</td><td>7.54</td><td>699949</td><td></td><td></td><td></td><td></td><td><a href="#tz-bg" data-toggle="modal" data-target="#tz-bg">tzbg-0003</a></td></tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
@@ -189,7 +192,29 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ <!--台帐变更-->
|
|
|
+ <div class="modal fade" id="tz-bg" data-backdrop="static">
|
|
|
+ <div class="modal-dialog modal-lg" role="document">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h5 class="modal-title">台帐变更信息</h5>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <table class="table table-bordered table-sm">
|
|
|
+ <tr>
|
|
|
+ <th>编号</th><td>tzbg-0001</td>
|
|
|
+ <th>名称</th><td>编写错漏1</td>
|
|
|
+ <th>创建时间</th><td>2017-11-23</td>
|
|
|
+ <th>完成时间</th><td>2017-12-06</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <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>
|