invoicePrint.html 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. <!-- include 'header' -->
  2. <body>
  3. <div class="mainLayout">
  4. <div class="mainMenu">
  5. <div class="menuItem">
  6. <a href="#" class="mLogo">CLD</a>
  7. <ul>
  8. <!-- include 'menuReceipt' --></ul>
  9. </div>
  10. </div>
  11. <div class="warpContent">
  12. <div class="subMenu fL">
  13. <div class="menuItem">
  14. <ul>
  15. <!-- include 'invoiceMenu' -->
  16. </ul>
  17. </div>
  18. </div>
  19. <div class="adminContent autoHeight">
  20. <div class="borad-menu">
  21. </div>
  22. <div class="borad-news">
  23. <div class="saeaList">
  24. <div class="clearfix">
  25. <!-- if !empty({{toPrint}}) -->
  26. <legend><div class="fR"></div>待打印</legend>
  27. <table class="table table-bordered table-condensed">
  28. <tbody>
  29. <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>
  30. <!-- loop toPrint -->
  31. <tr>
  32. <td><a href="#invdetail" data-toggle="modal">{{invoiceList' value.invoiceSerial}}</a></td>
  33. <td>
  34. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  35. {{invoiceList' value.invoiceCompany}}
  36. <!-- else -->
  37. {{invoiceList' value.invoiceTitle}}
  38. <!-- endif -->
  39. </td>
  40. <td>
  41. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  42. <b>¥{{invoiceList' value.invoicePrice}}</b><sup>专</sup>
  43. <!-- else -->
  44. <b>¥{{invoiceList' value.invoicePrice}}</b>
  45. <!-- endif -->
  46. </td>
  47. <td>{{invoiceList' value.categoryName}}{{invoiceList' value.userName}} {{invoiceList' value.date}}</td>
  48. <td>{{invoiceList' value.lastApprover.username}}&nbsp;{{invoiceList' value.lastApprover.date}}</td>
  49. <td><a class="button btn-block" href="/invoicePrintDetail/{{invoiceList' vlaue.iidKey}}.html" >打印发票</a></td>
  50. </tr>
  51. <!-- endloop -->
  52. </tbody>
  53. </table>
  54. <!-- else -->
  55. <blockquote><p class="colGray">暂时没有需要打印的发票</p></blockquote>
  56. <!-- endif -->
  57. </div>
  58. <div class="clearfix">
  59. <legend><div class="fR"><a href="invoice-print-all.html">查看更多</a></div>最近打印发票</legend>
  60. <!-- if !empty({{printed}}) -->
  61. <table class="table table-bordered table-condensed">
  62. <tbody>
  63. <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>
  64. <!-- loop printed -->
  65. <tr>
  66. <td><a href="#invdetail" data-toggle="modal">{{invoiceList' value.invoiceSerial}}</a></td>
  67. <td>
  68. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  69. {{invoiceList' value.invoiceCompany}}
  70. <!-- else -->
  71. {{invoiceList' value.invoiceTitle}}
  72. <!-- endif -->
  73. </td>
  74. <td>
  75. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  76. <b>¥{{invoiceList' value.invoicePrice}}</b><sup>专</sup>
  77. <!-- else -->
  78. <b>¥{{invoiceList' value.invoicePrice}}</b>
  79. <!-- endif -->
  80. </td>
  81. <td>{{invoiceList' value.categoryName}}{{invoiceList' value.userName}} {{invoiceList' value.date}}</td>
  82. <td>{{invoiceList' value.invoiceNo}}</td>
  83. <td>{{invoiceList' value.lastApprover.username}}&nbsp;{{invoiceList' value.printTime}}</td>
  84. </tr>
  85. <!-- endloop -->
  86. </tbody>
  87. </table>
  88. <!-- else -->
  89. <blockquote><p class="colGray">暂时没有已打印的发票</p></blockquote>
  90. <!-- endif -->
  91. </div>
  92. </div>
  93. </div>
  94. </div>
  95. </div>
  96. </div>
  97. <!--弹出(发票详情)-->
  98. <div class="modal hide fade" id="invdetail">
  99. <div class="modal-header">
  100. <h3>发票单详情</h3>
  101. </div>
  102. <div class="modal-body">
  103. <table class="table">
  104. <thead>
  105. <tr><td><span class="contactsTag tagCol-02">已出票</span></td><td colspan="3">黄爱玲 邮寄 2016-11-01 11:03:03<br>圆通速运:1231243255232323</td></tr>
  106. </thead>
  107. <tr>
  108. <th>申请单号</th><td>#F20160316001</td>
  109. <th>提交时间</th><td>2016-03-01 12:30:01</td>
  110. </tr>
  111. <tr><th width="50">金额</th><td><b class="colOrange">¥3000.00</b>
  112. <th width="50">发票号</th><td>No.07957263</td></td>
  113. </tr>
  114. <tr><th width="50">发票类型</th><td>普通发票</td>
  115. <th width="50">开票内容</th><td>纵横公路工程造价管理系统V9.0</td>
  116. </tr>
  117. <!--普通发票-->
  118. <tr><th width="50">发票抬头</th><td colspan="3">珠海纵横创建软件有限公司</td>
  119. </tr>
  120. <!--增值税发票-->
  121. <tr><th width="50">单位名称</th><td>珠海纵横创建软件有限公司</td>
  122. <th width="60" title="纳税人识别码">识别码</th><td>1212123123123</td>
  123. </tr>
  124. <tr>
  125. <th width="50">注册地址</th><td>广东省珠海市香洲区银桦路8号24D</td>
  126. <th width="50">注册电话</th><td>0756-34324</td>
  127. </tr>
  128. <tr>
  129. <th width="50">开户银行</th><td>广发银行</td>
  130. <th width="50">银行账号</th><td>234324234</td>
  131. </tr>
  132. <tr>
  133. <th>备注</th><td colspan="3">备注内容</td>
  134. </tr>
  135. </table>
  136. <table class="table">
  137. <thead><tr><th width="50">邮寄信息</th><td></td>
  138. <th width="60"></th><td></td></tr></thead>
  139. <tr>
  140. </tr>
  141. <tr>
  142. <th>地址</th><td colspan="3">广东省珠海市XXX路XXX号</td>
  143. </tr>
  144. <tr>
  145. <th>收件人</th><td>陈工</td>
  146. <th>手机/电话</th><td>12345678901</td>
  147. </tr>
  148. <tr>
  149. <th>申请物品</th><td colspan="3">合同x1、锁套装x1</td>
  150. </tr>
  151. </table>
  152. <table class="table">
  153. <thead><tr><th width="50">收款信息</th><td></td>
  154. <th width="60"></th><td></td></tr></thead>
  155. <tr>
  156. </tr>
  157. <tr>
  158. <th>收款金额</th><td>¥200000.00</td>
  159. <th>收款信息</th><td>陈宇</td>
  160. </tr>
  161. <tr>
  162. <th>收款银行</th><td>广发银行珠海分行柠溪支行</td>
  163. <th>银行到帐</th><td>2016-04-11</td>
  164. </tr>
  165. <tr>
  166. <th>录入收款</th><td>张少珊<br>2015-04-12 11:30:02</td>
  167. <th>认领收款</th><td>张少珊 转入 陈特<br>2015-04-12 11:30:02</td>
  168. </tr>
  169. </table>
  170. </div>
  171. <div class="modal-footer">
  172. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  173. </div>
  174. </div>
  175. <!--弹出内容-->
  176. <!--弹出(打印发票)-->
  177. <div class="modal hide fade" id="editprint">
  178. <div class="modal-header">
  179. <h3>修改打印信息</h3>
  180. </div>
  181. <div class="modal-body">
  182. <form class="form-horizontal">
  183. <div class="control-group">
  184. <label class="control-label"><span class="colRed">*</span>发票号</label>
  185. <div class="controls">
  186. No.<input value="07957263" type="text">
  187. </div>
  188. </div>
  189. </form>
  190. </div>
  191. <div class="modal-footer">
  192. <a href="#" class="button" data-dismiss="modal" aria-hidden="true">确定</a>
  193. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  194. </div>
  195. </div>
  196. <!--弹出内容-->
  197. <script type="text/javascript">autoFlashHeight();</script>
  198. </body>