|
|
@@ -96,5 +96,68 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!--弹出邮寄-->
|
|
|
+<div class="modal fade" id="welcome">
|
|
|
+ <div class="modal-dialog">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h3>欢迎使用费用管理(原报销单)</h3>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body saeaList">
|
|
|
+ <p style="font-size:18px">请查阅以下文档,了解新的费用管理</p>
|
|
|
+ <br>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" width="100" rowspan="2">费用管理简介</th>
|
|
|
+ <td><a href="">在线查阅《CLD费用管理简介》</a></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><a href="">点击下载《CLD费用管理简介》</a></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" width="100" rowspan="2">费用申请人</th>
|
|
|
+ <td><a href="">在线查阅《费用申请人使用手册》</a></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><a href="">点击下载《费用申请人使用手册》</a></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" width="100" rowspan="2">费用审批人</th>
|
|
|
+ <td><a href="">在线查阅《费用审批人使用手册》</a></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><a href="">点击下载《费用审批人使用手册》</a></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" width="100" rowspan="2">费用执行人</th>
|
|
|
+ <td><a href="">在线查阅《费用执行人使用手册》</a></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><a href="">点击下载《费用执行人使用手册》</a></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
|
|
|
+ </div>
|
|
|
+ </div></div>
|
|
|
+</div>
|
|
|
+ <!--邮寄-->
|
|
|
<script type="text/javascript">autoFlashHeight();</script>
|
|
|
+
|
|
|
+ <script type="text/javascript">$('#welcome').modal('show')</script>
|
|
|
</body>
|