invoiceMenu.html 4.2 KB

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