invoiceUntread.html 9.9 KB

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