invoiceUntread.html 7.6 KB

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