invoiceUntread.html 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. <!-- if !empty({{untreadInvoice}}) -->
  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 untreadInvoice -->
  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.untreadCompany}}:
  49. <a href="#shipping" title="{{invoiceList' value.untreadItems}}" node-express="untread" data-toggle="modal">{{invoiceList' value.untreadNumber}}</a>
  50. <a target="_blank" href="http://www.kuaidi100.com/chaxun?com={{invoiceList' value.untreadCom}}&nu={{invoiceList' value.untreadNumber}}">点击查询快递信息</a> </td>
  51. <td><a class="button btn-block" diss-data="{{pendingInvoice' value.iidKey}}" node-invoice="untreadInvoice" href="#return" data-toggle="modal">确认退票</a></td>
  52. </tr>
  53. <!-- endloop -->
  54. </tbody>
  55. </table>
  56. <!-- else -->
  57. <blockquote><p class="colGray">暂时没有需要邮寄的发票</p></blockquote>
  58. <!-- endif -->
  59. </div>
  60. <div class="clearfix">
  61. <!-- if !empty({{establishedInvoice}}) -->
  62. <legend><div class="fR"><a href="invoice-return-all.html">查看更多</a></div>最近退票</legend>
  63. <table class="table table-bordered table-condensed">
  64. <tbody>
  65. <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>
  66. <!-- loop establishedInvoice -->
  67. <tr>
  68. <td><a href="#invdetail" data-toggle="modal">{{invoiceList' value.invoiceSerial}}</a></td>
  69. <td>
  70. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  71. {{invoiceList' value.invoiceCompany}}
  72. <!-- else -->
  73. {{invoiceList' value.invoiceTitle}}
  74. <!-- endif -->
  75. </td>
  76. <td>
  77. <!-- if !empty({{invoiceList' value.invoiceType}}) -->
  78. <b>¥{{invoiceList' value.invoicePrice}}</b><sup>专</sup>
  79. <!-- else -->
  80. <b>¥{{invoiceList' value.invoicePrice}}</b>
  81. <!-- endif -->
  82. </td>
  83. <td>{{invoiceList' value.categoryName}}{{invoiceList' value.userName}} {{invoiceList' value.date}}</td>
  84. <td>{{invoiceList' value.untreadCompany}}:
  85. <a href="#shipping" title="{{invoiceList' value.untreadItems}}" node-express="untread" data-toggle="modal">{{invoiceList' value.untreadNumber}}</a>
  86. <a target="_blank" href="http://www.kuaidi100.com/chaxun?com={{invoiceList' value.untreadCom}}&nu={{invoiceList' value.untreadNumber}}">点击查询快递信息</a> </td>
  87. <td>
  88. {{establishedInvoice' value.OperationLog.username}} {{establishedInvoice' value.OperationLog.date}}
  89. </td>
  90. </tr>
  91. <!-- endloop -->
  92. </tbody>
  93. </table>
  94. <!-- else -->
  95. <blockquote><p class="colGray">暂时没有已邮寄的发票</p></blockquote>
  96. <!-- endif -->
  97. </div>
  98. </div>
  99. </div>
  100. </div>
  101. </div>
  102. </div>
  103. <!--弹出退票确认-->
  104. <div class="modal hide fade" id="return">
  105. <form action="/invoiceUntreadEstablishedDo" method="post" name="untreadInvoice">
  106. <input type="hidden" name='untreadIidKey' value="">
  107. <div class="modal-dialog">
  108. <div class="modal-content">
  109. <div class="modal-header">
  110. <h3>邮寄物品</h3>
  111. </div>
  112. <div class="modal-body">
  113. 若发票是邮寄回来的,请确认已经接收到发票。
  114. </div>
  115. <div class="modal-footer">
  116. <input type="submit" class="button" value="确认退票">
  117. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  118. </div>
  119. </div></div>
  120. </form>
  121. </div>
  122. <!--退票确认-->
  123. <!--弹出快递跟踪-->
  124. <div class="modal hide fade" id="shipping">
  125. <div class="modal-dialog">
  126. <div class="modal-content">
  127. <div class="modal-header">
  128. <h3>邮寄物品</h3>
  129. </div>
  130. <div class="modal-body saeaList">
  131. <table class="table table-bordered table-condensed">
  132. <tbody>
  133. <tr>
  134. <th class="taC">退票邮寄物品</th>
  135. </tr>
  136. <tr>
  137. <td node-express="msg">发票</td>
  138. </tr>
  139. </tbody>
  140. </table>
  141. </div>
  142. <div class="modal-footer">
  143. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  144. </div>
  145. </div></div>
  146. </div>
  147. <!--邮寄-->
  148. <script type="text/javascript">autoFlashHeight();</script>
  149. </body>