invoicePost.html 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. <!-- include 'header' -->
  2. <script src="<?= WEB_SITE_GLOBAL ?>js/invoice.js"></script>
  3. <body>
  4. <div class="mainLayout">
  5. <div class="mainMenu">
  6. <div class="menuItem">
  7. <a href="#" class="mLogo">CLD</a>
  8. <ul>
  9. <!-- include 'menuReceipt' --></ul>
  10. </div>
  11. </div>
  12. <div class="warpContent">
  13. <div class="subMenu fL">
  14. <div class="menuItem">
  15. <!-- include 'invoiceMenu' -->
  16. </div>
  17. </div>
  18. <div class="adminContent autoHeight">
  19. <div class="borad-menu">
  20. </div>
  21. <div class="borad-news">
  22. <div class="saeaList">
  23. <div class="clearfix">
  24. <!-- if !empty({{invoicePost}}) -->
  25. <legend><div class="fR"></div>待邮寄</legend>
  26. <table class="table table-bordered table-condensed">
  27. <tbody>
  28. <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>
  29. <!-- loop invoicePost -->
  30. <tr>
  31. <td><a href="#invdetail" data-toggle="modal">{{invoiceList' value.invoiceSerial}}</a></td>
  32. <td>
  33. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  34. {{invoiceList' value.invoiceCompany}}
  35. <!-- else -->
  36. {{invoiceList' value.invoiceTitle}}
  37. <!-- endif -->
  38. </td>
  39. <td>
  40. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  41. <b>¥{{invoiceList' value.invoicePrice}}</b><sup>专</sup>
  42. <!-- else -->
  43. <b>¥{{invoiceList' value.invoicePrice}}</b>
  44. <!-- endif -->
  45. </td>
  46. <td>{{invoiceList' value.categoryName}}{{invoiceList' value.userName}} {{invoiceList' value.date}}</td>
  47. <td>{{invoiceList' value.userName}}&nbsp;{{invoiceList' value.printTime}}</td>
  48. <td><a class="button btn-block" node-post="express" post-data="{{invoicePost' value.iidKey}}" href="#addshipping" data-toggle="modal">邮寄发票</a></td>
  49. </tr>
  50. <!-- endloop -->
  51. </tbody>
  52. </table>
  53. <!-- else -->
  54. <blockquote><p class="colGray">暂时没有需要邮寄的发票</p></blockquote>
  55. <!-- endif -->
  56. </div>
  57. <div class="clearfix">
  58. <legend><div class="fR"><a href="invoice-shipping-all.html">查看更多</a></div>最近邮寄发票</legend>
  59. <!-- if !empty({{invoicePosted}}) -->
  60. <table class="table table-bordered table-condensed">
  61. <tbody>
  62. <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>
  63. <!-- loop invoicePosted -->
  64. <tr>
  65. <td><a href="#invdetail" data-toggle="modal">{{invoiceList' value.invoiceSerial}}</a></td>
  66. <td>
  67. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  68. {{invoiceList' value.invoiceCompany}}
  69. <!-- else -->
  70. {{invoiceList' value.invoiceTitle}}
  71. <!-- endif -->
  72. </td>
  73. <td>
  74. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  75. <b>¥{{invoiceList' value.invoicePrice}}</b><sup>专</sup>
  76. <!-- else -->
  77. <b>¥{{invoiceList' value.invoicePrice}}</b>
  78. <!-- endif -->
  79. </td>
  80. <td>{{invoiceList' value.categoryName}}{{invoiceList' value.userName}} {{invoiceList' value.date}}</td>
  81. <td>{{invoiceList' value.userName}}&nbsp;{{invoiceList' value.printTime}}</td>
  82. <td><a class="button btn-block" href="#addshipping" data-toggle="modal">邮寄发票</a></td>
  83. </tr>
  84. <!-- endloop -->
  85. <tr>
  86. <td><a href="#invdetail" data-toggle="modal">#F20160316001</a></td>
  87. <td>珠海XXXX公司</td>
  88. <td><b>¥3000.00</b></td>
  89. <td>广东办刘飞 2016-03-03 12:20:20</td>
  90. <td>顺丰速运:<a href="#shipping" data-toggle="modal">01239812382398</a></td>
  91. <td>赵淑燕 2016-03-03 12:20:20</td>
  92. </tr>
  93. <tr>
  94. <td><a href="#invdetail" data-toggle="modal">#F20160316001</a></td>
  95. <td>珠海XXXX公司</td>
  96. <td><b>¥3000.00</b><sup>专</sup></td>
  97. <td>广东办刘飞 2016-03-03 12:20:20</td>
  98. <td>顺丰速运:<a href="#shipping" data-toggle="modal">01239812382398</a></td>
  99. <td>赵淑燕 2016-03-03 12:20:20</td>
  100. </tr>
  101. </tbody>
  102. </table>
  103. <!-- else -->
  104. <blockquote><p class="colGray">暂时没有已邮寄的发票</p></blockquote>
  105. <!-- endif -->
  106. </div>
  107. </div>
  108. </div>
  109. </div>
  110. </div>
  111. </div>
  112. <!--弹出邮寄-->
  113. <div class="modal hide fade" id="addshipping">
  114. <div class="modal-dialog">
  115. <div class="modal-content">
  116. <div class="modal-header">
  117. <h3>邮寄物品</h3>
  118. </div>
  119. <form action="/invoiceExpressAddDo" method="post">
  120. <input type="hidden" name="iidKey" value="">
  121. <div class="modal-body saeaList">
  122. <div style='text-align:center' loading-msg='true'></div>
  123. <table class="table table-bordered table-condensed">
  124. <tbody>
  125. <tr>
  126. <th colspan="4" class="taC">申请邮寄信息</th>
  127. </tr>
  128. <tr>
  129. <th class="taC" width="100">收件人</th><td recipients-data='true' ></td>
  130. <th class="taC" width="100">收件人手机/电话</th><td recipientsPhone-data='true'></td>
  131. </tr>
  132. <tr>
  133. <th class="taC" width="100">收件地址</th><td colspan="3" recipientsAddress-data='true'></td>
  134. </tr>
  135. <tr>
  136. <th class="taC" width="100">邮寄物品</th><td colspan="3" mailItems-data='true'></td>
  137. </tr>
  138. </tbody>
  139. </table>
  140. <table class="table table-bordered table-condensed">
  141. <tbody>
  142. <tr>
  143. <th colspan="2" class="taC">实际邮寄信息</th>
  144. </tr>
  145. <tr>
  146. <th class="taC" width="100"><span class="colRed">*</span>快递公司</th><td>
  147. <select><option>顺丰速运</option><option>圆通速运</option></select></td>
  148. </tr>
  149. <tr>
  150. <th class="taC" width="100"><span class="colRed">*</span>快递单号</th><td><input type="text" placeholder="请正确填写单号,方便跟踪查询。"></td></tr>
  151. <tr>
  152. <th class="taC" width="100"><span class="colRed">*</span>邮寄物品</th><td><textarea class="span4" placeholder="请详细填写邮寄的快递包含什么物件。"></textarea></td>
  153. </tr>
  154. </tbody>
  155. </table>
  156. </div>
  157. <div class="modal-footer">
  158. <a href="#" class="button" data-dismiss="modal">确定邮寄</a>
  159. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  160. </div>
  161. </form>
  162. </div></div>
  163. </div>
  164. <!--邮寄-->
  165. <!--弹出快递跟踪-->
  166. <div class="modal hide fade" id="shipping">
  167. <div class="modal-dialog">
  168. <div class="modal-content">
  169. <div class="modal-header">
  170. <h3>邮寄物品</h3>
  171. </div>
  172. <div class="modal-body saeaList">
  173. <table class="table table-bordered table-condensed">
  174. <tbody>
  175. <tr>
  176. <th colspan="4" class="taC">申请邮寄信息</th>
  177. </tr>
  178. <tr>
  179. <th class="taC" width="100">收件人</th><td>陈工</td>
  180. <th class="taC" width="100">收件人手机/电话</th><td>12345678901</td>
  181. </tr>
  182. <tr>
  183. <th class="taC" width="100">收件地址</th><td colspan="3">广东省珠海市XXX路XXX号</td>
  184. </tr>
  185. <tr>
  186. <th class="taC" width="100">邮寄物品</th><td colspan="3">合同x1、锁套装x1</td>
  187. </tr>
  188. </tbody>
  189. </table>
  190. <table class="table table-bordered table-condensed">
  191. <tbody>
  192. <tr>
  193. <th colspan="4" class="taC">实际邮寄信息</th>
  194. </tr>
  195. <tr>
  196. <th class="taC" width="100">快递公司</th><td>顺丰速运</td><th class="taC" width="100">快递单号</th><td>01239812382398</td></tr>
  197. </tr>
  198. <tr>
  199. <tr>
  200. <th class="taC" width="100">邮寄物品</th><td colspan="3">合同x1、锁套装x1</td>
  201. </tr>
  202. </tbody>
  203. </table>
  204. <table class="table table-bordered table-condensed">
  205. <tbody>
  206. <tr>
  207. <th class="taC">快递跟踪</th>
  208. </tr>
  209. <tr>
  210. <td class="taC">
  211. <blockquote>
  212. <p><span class="colGray">2016-11-22 周二 15:40:53</span>&nbsp;您的包裹已出库</p>
  213. </blockquote>
  214. <blockquote>
  215. <p><span class="colGray">2016-11-22 周二 15:40:53</span>&nbsp;包裹正在等待揽收</p>
  216. </blockquote>
  217. <blockquote>
  218. <p><span class="colGray">2016-11-21 周一 18:04:23</span>&nbsp;[泰州市]申通快递 兴化恒通婴儿用品公司收件员 已揽件</p>
  219. </blockquote>
  220. </td>
  221. </tr>
  222. </tbody>
  223. </table>
  224. </div>
  225. <div class="modal-footer">
  226. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  227. </div>
  228. </div></div>
  229. </div>
  230. <!--邮寄-->
  231. <script type="text/javascript">autoFlashHeight();</script>
  232. </body>