invoiceMenu.html 4.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <ul>
  2. <li class="invoiceTitle">发票申请</li>
  3. <li <!-- if {{new.pendingInvoice}} --> class="news" <!-- endif --> ><a href="/invoice"
  4. <!-- if {{receiptMemu}}=="invoice" --> class="selected" <!-- endif -->
  5. >我的发票
  6. </a></li>
  7. <li><a <!-- if {{receiptMemu}}=="invoiceMyReceivables" --> class="selected" <!-- endif --> href="/invoiceMyReceivables">
  8. 我的收款</a></li>
  9. <li><a <!-- if {{receiptMemu}}=="invoiceReceivablesClaim" --> class="selected" <!-- endif --> href="/invoiceReceivablesClaim">收款认领</a></li>
  10. <!-- if isInvoiceMoldShow({{staff.0.sid}},'收款管理') -->
  11. <li class="topLine"><a <!-- if {{receiptMemu}}=="invoiceReceivables" --> class="selected" <!-- endif --> href="/invoiceReceivables">收款录入</a></li>
  12. <!-- endif -->
  13. <!-- if isInvoiceMoldShow({{staff.0.sid}},'发票审批') -->
  14. <li <!-- if {{new.approval}} --> class="news" <!-- endif --> ><a
  15. <!-- if {{receiptMemu}}=="invoiceApproval" --> class="selected" <!-- endif -->
  16. href="/invoiceApproval">发票审批
  17. </a></li>
  18. <!-- endif -->
  19. <!-- if isInvoiceMoldShow({{staff.0.sid}},'发票打印') -->
  20. <li <!-- if {{new.print}} --> class="news" <!-- endif --> ><a
  21. <!-- if {{receiptMemu}}=="invoicePrint" --> class="selected" <!-- endif -->
  22. href="/invoicePrint">发票打印
  23. </a></li>
  24. <!-- endif -->
  25. <!-- if isInvoiceMoldShow({{staff.0.sid}},'发票邮寄') -->
  26. <li <!-- if {{new.post}} --> class="news" <!-- endif --> ><a <!-- if {{receiptMemu}}=="invoicePost" --> class="selected" <!-- endif --> href="/invoicePost">发票邮寄
  27. </a></li>
  28. <!-- endif -->
  29. <!-- if isInvoiceMoldShow({{staff.0.sid}},'发票退票') -->
  30. <li <!-- if {{new.untread}} --> class="news" <!-- endif --> ><a <!-- if {{receiptMemu}}=="invoiceUntread" --> class="selected" <!-- endif --> href="/invoiceUntread">发票退票</a></li>
  31. <!-- endif -->
  32. <!-- if isInvoiceMoldShow({{staff.0.sid}},'公司汇总查阅') -->
  33. <li><a <!-- if {{receiptMemu}}=="invoiceAggregate" --> class="selected" <!-- endif --> href="/invoiceAggregate">公司汇总</a></li>
  34. <!-- endif -->
  35. <li class="topLine"><a href="#invhelp" data-toggle="modal">使用帮助</a></li>
  36. </ul>
  37. <div class="modal fade " id="invhelp" aria-hidden="false" >
  38. <div class="modal-dialog">
  39. <div class="modal-content">
  40. <div class="modal-header">
  41. <h3>欢迎使用申请开票</h3>
  42. </div>
  43. <div class="modal-body saeaList">
  44. <p style="font-size:18px">请查阅以下文档,了解新的申请开票</p>
  45. <br>
  46. <table class="table table-bordered table-condensed">
  47. <tbody>
  48. <tr>
  49. <th class="taC" width="100">如何申请开票</th>
  50. <td class="taC"><a target="_Blank" href="http://cld.smartcost.com.cn/global/handbook/如何申请开票使用教程.pdf">在线查阅《如何申请开票使用手册》</a></td>
  51. </tr>
  52. </tbody>
  53. </table>
  54. <table class="table table-bordered table-condensed">
  55. <tbody>
  56. <tr>
  57. <th class="taC" width="100">开票进度跟踪</th>
  58. <td class="taC"><a target="_Blank" href="http://cld.smartcost.com.cn/global/handbook/开票进度跟踪使用教程.pdf">在线查阅《开票进度跟踪使用手册》</a></td>
  59. </tr>
  60. </tbody>
  61. </table>
  62. <table class="table table-bordered table-condensed">
  63. <tbody>
  64. <tr>
  65. <th class="taC" width="100">如何申请退票</th>
  66. <td class="taC"><a target="_Blank" href="http://cld.smartcost.com.cn/global/handbook/如何申请退票使用教程.pdf">在线查阅《如何申请退票使用手册》</a></td>
  67. </tr>
  68. </tbody>
  69. </table>
  70. <table class="table table-bordered table-condensed">
  71. <tbody>
  72. <tr>
  73. <th class="taC" width="100">收款跟踪</th>
  74. <td class="taC"><a target="_Blank" href="http://cld.smartcost.com.cn/global/handbook/收款跟踪使用教程.pdf">在线查阅《收款跟踪使用手册》</a></td>
  75. </tr>
  76. </tbody>
  77. </table>
  78. </div>
  79. <div class="modal-footer">
  80. <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
  81. </div>
  82. </div>
  83. </div>
  84. </div>
  85. <!-- 帮助中心 -->