invoiceUntread.html 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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' -->
  10. </ul>
  11. </div>
  12. </div>
  13. <div class="warpContent">
  14. <div class="subMenu fL">
  15. <div class="menuItem">
  16. <!-- include 'invoiceMenu' -->
  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. <legend><div class="fR"></div>待确认退票</legend>
  26. <!-- if !empty({{untreadInvoice}}) -->
  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>
  30. <th class="taC">退票原因</th><th class="taC">退票快递</th><th class="taC" width="120">操作</th></tr>
  31. <!-- loop untreadInvoice -->
  32. <tr>
  33. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{invoiceList' value.iidKeyK}}" data-toggle="modal">{{invoiceList' value.invoiceSerial}}</a></td>
  34. <td>
  35. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  36. {{invoiceList' value.invoiceCompany}}
  37. <!-- else -->
  38. {{invoiceList' value.invoiceTitle}}
  39. <!-- endif -->
  40. </td>
  41. <td>
  42. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  43. <b>¥{{invoiceList' value.invoicePrice}}</b><sup>专</sup>
  44. <!-- else -->
  45. <b>¥{{invoiceList' value.invoicePrice}}</b>
  46. <!-- endif -->
  47. </td>
  48. <td>{{invoiceList' value.categoryName}}{{invoiceList' value.userName}} {{invoiceList' value.date}}</td>
  49. <td>{{invoiceList' value.untreadReason}}</td>
  50. <td>
  51. <!-- if {{invoiceList' value.untreadPost}}==0 -->
  52. 不需邮寄
  53. <!-- elseif {{invoiceList' value.untreadPost}}==1&&empty({{invoiceList' value.untreadNumber}}) -->
  54. 未填写快递
  55. <!-- elseif !empty({{invoiceList' value.untreadNumber}}) -->
  56. {{invoiceList' value.untreadCompany}}:
  57. <a href="#shipping" title="{{invoiceList' value.untreadItems}}" node-express="untread" data-toggle="modal">{{invoiceList' value.untreadNumber}}</a>
  58. <a target="_blank" href="http://www.kuaidi100.com/chaxun?com={{invoiceList' value.untreadCom}}&nu={{invoiceList' value.untreadNumber}}">查询快递</a>
  59. <!-- endif -->
  60. </td>
  61. <td><a class="button btn-block" diss-data="{{pendingInvoice' value.iidKey}}" node-invoice="untreadInvoice" href="#return" data-toggle="modal">确认退票</a></td>
  62. </tr>
  63. <!-- endloop -->
  64. </tbody>
  65. </table>
  66. <!-- else -->
  67. <blockquote><p class="colGray">暂时没有需要邮寄的发票</p></blockquote>
  68. <!-- endif -->
  69. </div>
  70. <div class="clearfix">
  71. <legend><div class="fR"><a href="/invoiceUntreadAchieve">查看更多</a></div>最近退票</legend>
  72. <!-- if !empty({{establishedInvoice}}) -->
  73. <table class="table table-bordered table-condensed">
  74. <tbody>
  75. <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>
  76. <th class="taC">负票抵销</th>
  77. </tr>
  78. <!-- loop establishedInvoice -->
  79. <tr>
  80. <td><a href="#invdetail" node-invoice='INFO' data-isKey="{{invoiceList' value.iidKeyK}}" data-toggle="modal">{{invoiceList' value.invoiceSerial}}</a></td>
  81. <td>
  82. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  83. {{invoiceList' value.invoiceCompany}}
  84. <!-- else -->
  85. {{invoiceList' value.invoiceTitle}}
  86. <!-- endif -->
  87. </td>
  88. <td>
  89. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  90. <b>¥{{invoiceList' value.invoicePrice}}</b><sup>专</sup>
  91. <!-- else -->
  92. <b>¥{{invoiceList' value.invoicePrice}}</b>
  93. <!-- endif -->
  94. </td>
  95. <td>{{invoiceList' value.categoryName}}{{invoiceList' value.userName}} {{invoiceList' value.date}}</td>
  96. <td>{{invoiceList' value.untreadCompany}}:
  97. <a href="#shipping" title="{{invoiceList' value.untreadItems}}" node-express="untread" data-toggle="modal">{{invoiceList' value.untreadNumber}}</a>
  98. <a target="_blank" href="http://www.kuaidi100.com/chaxun?com={{invoiceList' value.untreadCom}}&nu={{invoiceList' value.untreadNumber}}">查询快递</a> </td>
  99. <td>
  100. {{establishedInvoice' value.OperationLog.username}} {{establishedInvoice' value.OperationLog.date}}
  101. </td>
  102. <td>
  103. <!-- if {{establishedInvoice' value.lossShow}} -->
  104. <!-- if {{establishedInvoice' value.lossIid}}==0 -->
  105. <a class="button btn-block" href="#request" node-invoiceLoss='INFO' data-isKey="{{establishedInvoice' value.iidKeyK}}" data-toggle="modal">申请打印</a>
  106. <!-- else -->
  107. <a href="#invdetail" node-invoice='INFO' data-isKey="{{invoiceList' value.lossDetail.iidKeyK}}" data-toggle="modal">{{invoiceList' value.lossDetail.invoiceSerial}}</a>
  108. <!-- endif -->
  109. <!-- else -->
  110. 当月退票
  111. <!-- endif -->
  112. </td>
  113. </tr>
  114. <!-- endloop -->
  115. </tbody>
  116. </table>
  117. <!-- else -->
  118. <blockquote><p class="colGray">暂时没有已邮寄的发票</p></blockquote>
  119. <!-- endif -->
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. <div loading-msg='true' style="position:absolute; left:50%; top:50%; "></div>
  127. <div class="modal fade" id="invdetail">
  128. <div id="nc"></div>
  129. </div>
  130. <div class="modal hide fade" id="request">
  131. <div class="modal-dialog modal-lg">
  132. <div class="modal-content">
  133. <form action="/invoiceLossDo" method="post" name="receivablesInvoiceBind">
  134. <input type="hidden" name="iidKey" id="inKey" value="">
  135. <div class="modal-header">
  136. <h3>打印信息</h3>
  137. </div>
  138. <div class="modal-body saeaList">
  139. <div id="irtc"></div>
  140. </div>
  141. <div class="modal-footer">
  142. <input type="submit" class="button" value="确认提交">
  143. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  144. </div>
  145. </form>
  146. </div>
  147. </div>
  148. </div>
  149. <!--弹出退票确认-->
  150. <div class="modal hide fade" id="return">
  151. <form action="/invoiceUntreadEstablishedDo" method="post" name="untreadInvoice">
  152. <input type="hidden" name='untreadIidKey' value="">
  153. <div class="modal-dialog">
  154. <div class="modal-content">
  155. <div class="modal-header">
  156. <h3>邮寄物品</h3>
  157. </div>
  158. <div class="modal-body">
  159. 若发票是邮寄回来的,请确认已经接收到发票。
  160. </div>
  161. <div class="modal-footer">
  162. <input type="submit" class="button" value="确认退票">
  163. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  164. </div>
  165. </div></div>
  166. </form>
  167. </div>
  168. <!--退票确认-->
  169. <!--弹出快递跟踪-->
  170. <div class="modal hide fade" id="shipping">
  171. <div class="modal-dialog">
  172. <div class="modal-content">
  173. <div class="modal-header">
  174. <h3>邮寄物品</h3>
  175. </div>
  176. <div class="modal-body saeaList">
  177. <table class="table table-bordered table-condensed">
  178. <tbody>
  179. <tr>
  180. <th class="taC">退票邮寄物品</th>
  181. </tr>
  182. <tr>
  183. <td node-express="msg">发票</td>
  184. </tr>
  185. </tbody>
  186. </table>
  187. </div>
  188. <div class="modal-footer">
  189. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  190. </div>
  191. </div></div>
  192. </div>
  193. <!--邮寄-->
  194. <script type="text/javascript">autoFlashHeight();</script>
  195. </body>