|
|
@@ -1,13 +1,13 @@
|
|
|
<!DOCTYPE html>
|
|
|
-<html lang=zh-cn>
|
|
|
+<html lang=zh-cn>
|
|
|
<head>
|
|
|
- <meta charset=utf-8>
|
|
|
- <title>CLD.System</title>
|
|
|
- <meta name=description content=电子版晴雨表,在线晴雨表,网页晴雨表>
|
|
|
- <link rel="shortcut icon" href="images/favicon.ico">
|
|
|
- <meta name=copyright content=smartcost.com.cn>
|
|
|
- <link rel=stylesheet href=css/global.css>
|
|
|
- <script src=js/jquery-1.7.1.min.js></script>
|
|
|
+ <meta charset=utf-8>
|
|
|
+ <title>CLD.System</title>
|
|
|
+ <meta name=description content=电子版晴雨表,在线晴雨表,网页晴雨表>
|
|
|
+ <link rel="shortcut icon" href="images/favicon.ico">
|
|
|
+ <meta name=copyright content=smartcost.com.cn>
|
|
|
+ <link rel=stylesheet href=css/global.css>
|
|
|
+ <script src=js/jquery-1.7.1.min.js></script>
|
|
|
<script src=js/global.js></script>
|
|
|
</head>
|
|
|
<body>
|
|
|
@@ -103,7 +103,7 @@
|
|
|
<legend><div class="fR"><a href="invoice-return-all.html">查看更多</a></div>最近退票</legend>
|
|
|
<table class="table table-bordered table-condensed">
|
|
|
<tbody>
|
|
|
- <tr><th class="taC">开票流水号</th><th class="taC">开票单位(抬头)</th><th class="taC">开票金额</th><th class="taC">提交开票</th><th class="taC">快递信息</th><th class="taC">确认退票</th></tr>
|
|
|
+ <tr><th class="taC">开票流水号</th><th class="taC">开票单位(抬头)</th><th class="taC">开票金额</th><th class="taC">提交开票</th><th class="taC">快递信息</th><th class="taC">确认退票</th><th class="taC">负票抵销</th></tr>
|
|
|
<tr>
|
|
|
<td><a href="#invdetail" data-toggle="modal">#F20160316001</a></td>
|
|
|
<td>珠海XXXX公司</td>
|
|
|
@@ -111,6 +111,7 @@
|
|
|
<td>广东办刘飞 2016-03-03 12:20:20</td>
|
|
|
<td>顺丰速运:<a href="#shipping" data-toggle="modal">01239812382398</a></td>
|
|
|
<td>赵淑燕 2016-03-03 12:20:20</td>
|
|
|
+ <td><a class="button btn-block" href="#request" data-toggle="modal">申请打印</a></td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td><a href="#invdetail" data-toggle="modal">#F20160316001</a></td>
|
|
|
@@ -119,6 +120,16 @@
|
|
|
<td>广东办刘飞 2016-03-03 12:20:20</td>
|
|
|
<td>顺丰速运:<a href="#shipping" data-toggle="modal">01239812382398</a></td>
|
|
|
<td>赵淑燕 2016-03-03 12:20:20</td>
|
|
|
+ <td><a href="#invdetail" data-toggle="modal">#F20160316004</a></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><a href="#invdetail" data-toggle="modal">#F20160316001</a></td>
|
|
|
+ <td>珠海XXXX公司</td>
|
|
|
+ <td><b>¥3000.00</b><sup>专</sup></td>
|
|
|
+ <td>广东办刘飞 2016-03-03 12:20:20</td>
|
|
|
+ <td>顺丰速运:<a href="#shipping" data-toggle="modal">01239812382398</a></td>
|
|
|
+ <td>赵淑燕 2016-03-03 12:20:20</td>
|
|
|
+ <td>当月退票</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
@@ -195,5 +206,91 @@
|
|
|
</div></div>
|
|
|
</div>
|
|
|
<!--邮寄-->
|
|
|
-<script type="text/javascript">autoFlashHeight();</script>
|
|
|
-</body>
|
|
|
+ <!--弹出申请打印-->
|
|
|
+ <div class="modal hide fade" id="request">
|
|
|
+ <div class="modal-dialog modal-lg">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h3>打印信息</h3>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body saeaList">
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" width="150">开票流水号</th><td>#F20160316001</td>
|
|
|
+ <th class="taC" width="150">提交时间</th><td>2016-03-01 12:30:01</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" width="150">所在办事处</th><td>广东办(刘飞)</td>
|
|
|
+ <th class="taC" width="150">备注</th><td></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">开票金额</th><td><b class="colOrange" style="font-size:18px">-¥20000.00</b></td>
|
|
|
+ <th class="taC">开票内容</th><td>纵横公路工程造价管理系统V9.0</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="taC">增值税普通发票</th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" width="150">单位名称</th><td>珠海纵横创建软件有限公司</td>
|
|
|
+ <th class="taC" width="150">纳税人识别码</th><td></td>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <th class="taC">注册地址</th><td></td>
|
|
|
+ <th class="taC">注册电话</th><td></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">开户银行</th><td></td>
|
|
|
+ <th class="taC">银行账号</th><td></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th colspan="4" class="taC">增值税专用发票</th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" width="150">单位名称</th><td>珠海纵横创建软件有限公司</td>
|
|
|
+ <th class="taC" width="150">纳税人识别码</th><td>1212123123123</td>
|
|
|
+
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <th class="taC">注册地址</th><td>广东省珠海市香洲区银桦路8号24D</td>
|
|
|
+ <th class="taC">注册电话</th><td>0756-34324</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">开户银行</th><td>广发银行</td>
|
|
|
+ <th class="taC">银行账号</th><td>234324234</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody><tr><th class="taC">审批流程</th></tr>
|
|
|
+ <tr><td>
|
|
|
+ <blockquote>
|
|
|
+ <p><span class="colGray">2016-11-10 11:15:23</span> 总部-张少珊 申请打印</p>
|
|
|
+ </blockquote>
|
|
|
+ <blockquote>
|
|
|
+ <p><span class="colGray">2016-11-11 09:54:01</span> 总部-张少珊 <span class="colGreen">打印</span></p>
|
|
|
+ </blockquote>
|
|
|
+ </td></tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <a href="#" class="button" data-dismiss="modal">确认提交</a>
|
|
|
+ <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
|
|
|
+ </div>
|
|
|
+ </div></div>
|
|
|
+ </div>
|
|
|
+ <!--退票申请打印-->
|
|
|
+<script type="text/javascript">autoFlashHeight();</script>
|
|
|
+</body>
|