invoiceUntread.html 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  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>{{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. <legend><div class="fR"><a href="invoice-return-all.html">查看更多</a></div>最近退票</legend>
  62. <!-- if !empty({{establishedInvoice}}) -->
  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" node-invoice='INFO' data-isKey="{{invoiceList' value.iidKeyK}}" 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. <div loading-msg='true' style="position:absolute; left:50%; top:50%; "></div>
  104. <div class="modal fade" id="invdetail">
  105. <div id="nc"></div>
  106. </div>
  107. <!--弹出退票确认-->
  108. <div class="modal hide fade" id="return">
  109. <form action="/invoiceUntreadEstablishedDo" method="post" name="untreadInvoice">
  110. <input type="hidden" name='untreadIidKey' value="">
  111. <div class="modal-dialog">
  112. <div class="modal-content">
  113. <div class="modal-header">
  114. <h3>邮寄物品</h3>
  115. </div>
  116. <div class="modal-body">
  117. 若发票是邮寄回来的,请确认已经接收到发票。
  118. </div>
  119. <div class="modal-footer">
  120. <input type="submit" class="button" value="确认退票">
  121. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  122. </div>
  123. </div></div>
  124. </form>
  125. </div>
  126. <!--退票确认-->
  127. <!--弹出快递跟踪-->
  128. <div class="modal hide fade" id="shipping">
  129. <div class="modal-dialog">
  130. <div class="modal-content">
  131. <div class="modal-header">
  132. <h3>邮寄物品</h3>
  133. </div>
  134. <div class="modal-body saeaList">
  135. <table class="table table-bordered table-condensed">
  136. <tbody>
  137. <tr>
  138. <th class="taC">退票邮寄物品</th>
  139. </tr>
  140. <tr>
  141. <td node-express="msg">发票</td>
  142. </tr>
  143. </tbody>
  144. </table>
  145. </div>
  146. <div class="modal-footer">
  147. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  148. </div>
  149. </div></div>
  150. </div>
  151. <!--邮寄-->
  152. <script type="text/javascript">autoFlashHeight();</script>
  153. </body>