|
@@ -49,10 +49,11 @@
|
|
|
<li><select class="form-control"><option>请选择项目</option></select> </li>
|
|
|
<li><select class="form-control"><option>请选择标段</option></select> </li>
|
|
|
<li><select class="form-control"><option>请选择期数</option></select> </li>
|
|
|
+ <li><div class="checkbox"><label> <input type="checkbox">未发起签署报表</label></div></li>
|
|
|
</ul>
|
|
|
<table class="table">
|
|
|
<thead>
|
|
|
- <tr><th width="40%">报表名</th><th width="20%">项目-标段-期数</th><th width="10%">生成</th><th width="10%">发起</th><th width="10%">状态</th><th width="10%">操作</th></tr>
|
|
|
+ <tr><th width="35%">报表名</th><th width="20%">项目-标段-期数</th><th width="10%">生成</th><th width="10%">发起</th><th width="10%">状态</th><th width="10%">操作</th></tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr>
|
|
@@ -79,6 +80,14 @@
|
|
|
<td><span class="colOrange">签署中</span><br></td>
|
|
|
<td width=""><a class="btn btn-default btn-sm" href="sign-view-page.html">查看报表</a></td>
|
|
|
</tr>
|
|
|
+ <tr>
|
|
|
+ <td width="">报表名</td>
|
|
|
+ <td>项目名称-标段名称-第一期</td>
|
|
|
+ <td>张三<br>2016-08-01</td>
|
|
|
+ <td></td>
|
|
|
+ <td>未发起签署</td>
|
|
|
+ <td width=""><a class="btn btn-default btn-sm" href="sign-view-page.html">查看报表</a> <a class="btn btn-danger btn-sm" href="#del" data-toggle="modal" >删除</a></td>
|
|
|
+ </tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<nav aria-label="Page navigation">
|
|
@@ -106,6 +115,20 @@
|
|
|
<!--内容-->
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+<!-- 完成签署人弹出 -->
|
|
|
+<div id="del" class="modal fade" tabindex="-1" role="dialog" aria-hidden="true">
|
|
|
+<div class="modal-dialog">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-body">
|
|
|
+ <h4>确认删除该报表?</h4>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-default" data-dismiss="modal">取消</button>
|
|
|
+ <button type="button" class="btn btn-danger">确认删除</button>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+</div>
|
|
|
+</div>
|
|
|
+<!-- 添加签署人弹出 -->
|
|
|
<script type="text/javascript">autoFlashHeight();</script>
|
|
|
</body>
|