purpose.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml"
  3. xmlns:th="http://www.thymeleaf.org"
  4. xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
  5. <head th:replace="common::header(~{::title},~{::link})">
  6. <title>阿凡提-服务意向</title>
  7. <link th:href="${portalHost +'/dll/dll.css'}" rel="stylesheet">
  8. <link th:href="${portalHost +'/vendors.css'}" rel="stylesheet">
  9. <link th:href="${portalHost +'/service/purpose.css'}" rel="stylesheet">
  10. </head>
  11. <body>
  12. <input id="ids" th:value="${purpose.commodityId}" type="hidden">
  13. <input id="commodityType" th:value="${purpose.commodityType}" type="hidden">
  14. <header>
  15. <div th:replace="common::nav('service','highTechCognizance')"></div>
  16. </header>
  17. <div id="all_achievement">
  18. <div class="detail">
  19. <div id="order_title">
  20. 服务意向
  21. </div>
  22. <div id="order_cont">
  23. <div class="order_cont">
  24. <div class="order_left">
  25. <h2 th:text="${purpose.commodityName}">高新企业认定</h2>
  26. </div>
  27. <div class="order_right">
  28. <div>
  29. <span>价格:</span>
  30. <span id="commodityPrice" th:text="${purpose.commodityPrice}">0</span>
  31. </div>
  32. <div>
  33. <span>定金:</span>
  34. <span id="firstPayment" th:text="${purpose.firstPayment}">0</span>
  35. </div>
  36. <div>
  37. <span>订单编号:</span>
  38. <span id="orderNo" th:text="${purpose.orderNo}">0</span>
  39. </div>
  40. <div>
  41. <span id="createTime" th:text="${purpose.createTime}">2018:01:01 20:00</span>
  42. </div>
  43. </div>
  44. </div>
  45. <textarea name="liuyan" rows="8" cols="140" placeholder="请备注留言,以便服务人员能更好的了解您的服务意向!"></textarea>
  46. </div>
  47. <div id="tijiao">
  48. <div>提交服务意向</div>
  49. </div>
  50. <div id="order_flow">
  51. <h3>交易流程</h3>
  52. <div>
  53. <img th:src="${portalHost+'/img/order_2.png'}" alt=""/>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. <footer>
  59. <div th:replace="common::copyright"></div>
  60. <div th:replace="common::login"></div>
  61. </footer>
  62. <div class="msg"><span></span></div>
  63. <div th:replace="common::footer(~{::script})">
  64. <script type="text/javascript" th:src="${portalHost + '/dll/dll.js'}"></script>
  65. <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
  66. <script type="text/javascript" th:src="${portalHost + '/service/purpose.js'}"></script>
  67. </div>
  68. </body>
  69. </html>