| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- <!-- include 'header' -->
- <body>
- <div class="mainLayout">
- <div class="mainMenu">
- <div class="menuItem">
- <a href="#" class="mLogo">CLD</a>
- <ul>
- <!-- include 'menuReceipt' --></ul>
- </div>
-
- </div>
- <div class="warpContent">
- <div class="subMenu fL">
- <div class="menuItem">
- <!-- include 'invoiceMenu' -->
- </div>
- </div>
- <div class="adminContent autoHeight">
- <div class="borad-menu">
- </div>
- <div class="borad-news">
- <div class="saeaList">
- <div class="clearfix">
- <!-- if !empty({{invoicePost}}) -->
- <legend><div class="fR"></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" width="120">操作</th></tr>
- <!-- loop invoicePost -->
- <tr>
- <td><a href="#invdetail" data-toggle="modal">{{invoiceList' value.invoiceSerial}}</a></td>
- <td>
- <!-- if !empty({{invoiceList' value.invoiceType}}) -->
- {{invoiceList' value.invoiceCompany}}
- <!-- else -->
- {{invoiceList' value.invoiceTitle}}
- <!-- endif -->
- </td>
- <td>
- <!-- if !empty({{invoiceList' value.invoiceType}}) -->
- <b>¥{{invoiceList' value.invoicePrice}}</b><sup>专</sup>
- <!-- else -->
- <b>¥{{invoiceList' value.invoicePrice}}</b>
- <!-- endif -->
- </td>
- <td>{{invoiceList' value.categoryName}}{{invoiceList' value.userName}} {{invoiceList' value.date}}</td>
- <td>{{invoiceList' value.userName}} {{invoiceList' value.printTime}}</td>
- <td><a class="button btn-block" href="#addshipping" data-toggle="modal">邮寄发票</a></td>
- </tr>
- <!-- endloop -->
- <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>赵淑燕 2016-03-03 12:20:20</td>
- <td><a class="button btn-block" href="#addshipping" data-toggle="modal">邮寄发票</a></td>
- </tr>
- </tbody>
- </table>
- <!-- else -->
- <blockquote><p class="colGray">暂时没有需要邮寄的发票</p></blockquote>
- <!-- endif -->
- </div>
- <div class="clearfix">
- <legend><div class="fR"><a href="invoice-shipping-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>
- <td><a href="#invdetail" data-toggle="modal">#F20160316001</a></td>
- <td>珠海XXXX公司</td>
- <td><b>¥3000.00</b></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>
- </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>
- </tr>
- </tbody>
- </table>
- <blockquote><p class="colGray">暂时没有已邮寄的发票</p></blockquote>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <!--弹出邮寄-->
- <div class="modal hide fade" id="addshipping">
- <div class="modal-dialog">
- <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 colspan="4" class="taC">申请邮寄信息</th>
- </tr>
- <tr>
- <th class="taC" width="100">收件人</th><td>陈工</td>
- <th class="taC" width="100">收件人手机/电话</th><td>12345678901</td>
- </tr>
- <tr>
- <th class="taC" width="100">收件地址</th><td colspan="3">广东省珠海市XXX路XXX号</td>
- </tr>
- <tr>
- <th class="taC" width="100">邮寄物品</th><td colspan="3">合同x1、锁套装x1</td>
- </tr>
- </tbody>
- </table>
- <table class="table table-bordered table-condensed">
- <tbody>
- <tr>
- <th colspan="2" class="taC">实际邮寄信息</th>
- </tr>
- <tr>
- <th class="taC" width="100"><span class="colRed">*</span>快递公司</th><td>
- <select><option>顺丰速运</option><option>圆通速运</option></select></td>
- </tr>
- <tr>
- <th class="taC" width="100"><span class="colRed">*</span>快递单号</th><td><input type="text" placeholder="请正确填写单号,方便跟踪查询。"></td></tr>
- <tr>
- <th class="taC" width="100"><span class="colRed">*</span>邮寄物品</th><td><textarea class="span4" placeholder="请详细填写邮寄的快递包含什么物件。"></textarea></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>
- <!--邮寄-->
- <!--弹出快递跟踪-->
- <div class="modal hide fade" id="shipping">
- <div class="modal-dialog">
- <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 colspan="4" class="taC">申请邮寄信息</th>
- </tr>
- <tr>
- <th class="taC" width="100">收件人</th><td>陈工</td>
- <th class="taC" width="100">收件人手机/电话</th><td>12345678901</td>
- </tr>
- <tr>
- <th class="taC" width="100">收件地址</th><td colspan="3">广东省珠海市XXX路XXX号</td>
- </tr>
- <tr>
- <th class="taC" width="100">邮寄物品</th><td colspan="3">合同x1、锁套装x1</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="100">快递公司</th><td>顺丰速运</td><th class="taC" width="100">快递单号</th><td>01239812382398</td></tr>
- </tr>
- <tr>
- <tr>
- <th class="taC" width="100">邮寄物品</th><td colspan="3">合同x1、锁套装x1</td>
- </tr>
- </tbody>
- </table>
- <table class="table table-bordered table-condensed">
- <tbody>
- <tr>
- <th class="taC">快递跟踪</th>
- </tr>
- <tr>
- <td class="taC">
- <blockquote>
- <p><span class="colGray">2016-11-22 周二 15:40:53</span> 您的包裹已出库</p>
- </blockquote>
- <blockquote>
- <p><span class="colGray">2016-11-22 周二 15:40:53</span> 包裹正在等待揽收</p>
- </blockquote>
- <blockquote>
- <p><span class="colGray">2016-11-21 周一 18:04:23</span> [泰州市]申通快递 兴化恒通婴儿用品公司收件员 已揽件</p>
- </blockquote>
- </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>
- </body>
|