|
|
@@ -1,139 +1,137 @@
|
|
|
-<!DOCTYPE html>
|
|
|
-<html xmlns="http://www.w3.org/1999/xhtml"
|
|
|
- xmlns:th="http://www.thymeleaf.org"
|
|
|
- xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
-<head th:replace="common::header(~{::title},~{::link})">
|
|
|
-<title>订单页--我的技术和科技服务交易平台</title>
|
|
|
-<link th:href="${portalHost +'/vendors.css'}" rel="stylesheet">
|
|
|
-<link
|
|
|
- th:href="${portalHost + '/technologyTrading/achievementOrder.css'}"
|
|
|
- rel="stylesheet">
|
|
|
-</head>
|
|
|
-<body>
|
|
|
- <header>
|
|
|
- <div th:replace="common::nav('technologyTrading','achievement')"></div>
|
|
|
- </header>
|
|
|
- <!--主体内容区域开始-->
|
|
|
- <div id="all_achievement">
|
|
|
- <div class="detail">
|
|
|
- <div id="order_title">订单确认</div>
|
|
|
- <div id="order_cont">
|
|
|
- <div class="order_cont">
|
|
|
- <div class="order_left"
|
|
|
- th:each="achievementdetail:${achievementdetail}">
|
|
|
- <div>
|
|
|
- <h4>产品名称:</h4>
|
|
|
- <p th:text="${achievementdetail.name}"></p>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <h4>产品类型:</h4>
|
|
|
- <p th:text="${achievementdetail.categoryS}?${achievementdetail.categoryS}:暂无分类信息">发明专利</p>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <h4>交易方式:</h4>
|
|
|
- <p th:text="${achievementdetail.transferModeS}?${achievementdetail.transferModeS}:暂无"></p>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <h4>技术持有人:</h4>
|
|
|
- <p th:text="${achievementdetail.ownerName}?${achievementdetail.ownerName}:陈灿"></p>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <h4>技术购买人:</h4>
|
|
|
- <p th:text="${userData != null}?${userData.nickname}:暂无"></p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="order_right">
|
|
|
- <div class="order_right_p">
|
|
|
- <h4>交易金额:</h4>
|
|
|
- <p th:text="${achievementdetail.transferPrice}?${achievementdetail.transferPrice}:暂无"></p>
|
|
|
- <span onclick="_MEIQIA('showPanel')">立即议价</span>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <h4>电话:</h4>
|
|
|
- <p th:text="${achievementdetail.ownerMobile}?${achievementdetail.ownerMobile}:073184121803"></p>
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <h4 >电话:</h4>
|
|
|
- <p th:text="${userData != null}?${userData.mobile}:暂无"></p>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="order_button">
|
|
|
- <div th:val="${achievementdetail.id}" id='id_'>加入订单</div>
|
|
|
- <div>去支付</div>
|
|
|
- </div>
|
|
|
- <div class="order_text">加入订单,技术所有人很快就会联系你呦~,技淘祝您交易成功!</div>
|
|
|
- </div>
|
|
|
- <div id="order_flow">
|
|
|
- <h3>交易流程</h3>
|
|
|
- <div>
|
|
|
- <img th:src="${portalHost+'/img/order_2.png'}" alt="" />
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="detail_bottom">
|
|
|
- <div class="line">猜你喜欢</div>
|
|
|
- <div class="main_introduce">
|
|
|
- <ul>
|
|
|
- <li th:each="reachievementlist:${reachievementlist}"><img
|
|
|
- th:src="${portalHost+'/img/detail_img4.jpg'}" alt="" />
|
|
|
- <div class="list_text">
|
|
|
- <p>
|
|
|
- 行业:<span
|
|
|
- th:text="${reachievementlist.fieldAS}?${reachievementlist.fieldAS}:暂无分类信息"></span>
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- 名称:<span
|
|
|
- th:text="${reachievementlist.name}?${reachievementlist.name}:未知"></span>
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- 类型:<span
|
|
|
- th:text="${reachievementlist.ownerTypeS}?${reachievementlist.ownerTypeS}:个人所有"></span>
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- 交易方式:<span
|
|
|
- th:text="${reachievementlist.transferModeS}?${reachievementlist.transferModeS}:暂无"></span>
|
|
|
- </p>
|
|
|
- <p class="likeId" th:text="${reachievementlist.id}"></p>
|
|
|
- <p class="likeType" th:text="${reachievementlist.ownerType}"></p>
|
|
|
- <a href="#">了解详情</a>
|
|
|
- </div></li>
|
|
|
- </ul>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <!--主体内容区域结束-->
|
|
|
- <div class="pub_fix">
|
|
|
- <span class="index_blur"></span>
|
|
|
- <ul class="ret_top">
|
|
|
- <li><a href=""> <img
|
|
|
- th:src="${portalHost + '/img/index_fix1.png'}" alt="" />
|
|
|
- <p>发布需求</p>
|
|
|
- </a></li>
|
|
|
- <li><a href=""><img
|
|
|
- th:src="${portalHost + '/img/index_fix2.png'}" alt="" />
|
|
|
- <p>发布技术</p> </a></li>
|
|
|
- <li><a onclick="_MEIQIA('showPanel')"> <img
|
|
|
- th:src="${portalHost + '/img/index_fix3.png'}" alt="" />
|
|
|
- <p>联系客服</p>
|
|
|
- </a></li>
|
|
|
- <li><a href="" class="pendent_box"> <img
|
|
|
- th:src="${portalHost + '/img/index_fix4.png'}" alt="" />
|
|
|
- <p>返回顶部</p>
|
|
|
- </a></li>
|
|
|
- </ul>
|
|
|
- <span class="index_orange"></span>
|
|
|
- </div>
|
|
|
- <footer>
|
|
|
- <div th:replace="common::copyright"></div>
|
|
|
- <div th:replace="common::login"></div>
|
|
|
- </footer>
|
|
|
- <div th:replace="common::footer(~{::script})">
|
|
|
- <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
|
|
|
- <script type="text/javascript"
|
|
|
- th:src="${portalHost + '/technologyTrading/achievementOrder.js'}"></script>
|
|
|
- </div>
|
|
|
- <div class="smg"><input type="text" name="msg" value="" id="msg"/></div>
|
|
|
-</body>
|
|
|
-
|
|
|
-</html>
|
|
|
+<!DOCTYPE html>
|
|
|
+<html xmlns="http://www.w3.org/1999/xhtml"
|
|
|
+ xmlns:th="http://www.thymeleaf.org"
|
|
|
+ xmlns:shiro="http://www.pollix.at/thymeleaf/shiro">
|
|
|
+<head th:replace="common::header(~{::title},~{::link})">
|
|
|
+<title>订单页--我的技术和科技服务交易平台</title>
|
|
|
+<link th:href="${portalHost +'/vendors.css'}" rel="stylesheet">
|
|
|
+<link
|
|
|
+ th:href="${portalHost + '/technologyTrading/achievementOrder.css'}"
|
|
|
+ rel="stylesheet">
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+ <div th:replace="common::nav('technologyTrading','achievement')"></div>
|
|
|
+ <!--主体内容区域开始-->
|
|
|
+ <div id="all_achievement">
|
|
|
+ <div class="detail">
|
|
|
+ <div id="order_title">订单确认</div>
|
|
|
+ <div id="order_cont">
|
|
|
+ <div class="order_cont">
|
|
|
+ <div class="order_left"
|
|
|
+ th:each="achievementdetail:${achievementdetail}">
|
|
|
+ <div>
|
|
|
+ <h4>产品名称:</h4>
|
|
|
+ <p th:text="${achievementdetail.name}"></p>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <h4>产品类型:</h4>
|
|
|
+ <p th:text="${achievementdetail.categoryS}?${achievementdetail.categoryS}:暂无分类信息">发明专利</p>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <h4>交易方式:</h4>
|
|
|
+ <p th:text="${achievementdetail.transferModeS}?${achievementdetail.transferModeS}:暂无"></p>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <h4>技术持有人:</h4>
|
|
|
+ <p th:text="${achievementdetail.ownerName}?${achievementdetail.ownerName}:陈灿"></p>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <h4>技术购买人:</h4>
|
|
|
+ <p th:text="${userData != null}?${userData.nickname}:暂无"></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="order_right">
|
|
|
+ <div class="order_right_p">
|
|
|
+ <h4>交易金额:</h4>
|
|
|
+ <p th:text="${achievementdetail.transferPrice}?${achievementdetail.transferPrice}:暂无"></p>
|
|
|
+ <span onclick="_MEIQIA('showPanel')">立即议价</span>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <h4>电话:</h4>
|
|
|
+ <p th:text="${achievementdetail.ownerMobile}?${achievementdetail.ownerMobile}:073184121803"></p>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <h4 >电话:</h4>
|
|
|
+ <p th:text="${userData != null}?${userData.mobile}:暂无"></p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="order_button">
|
|
|
+ <div th:val="${achievementdetail.id}" id='id_'>加入订单</div>
|
|
|
+ <div>去支付</div>
|
|
|
+ </div>
|
|
|
+ <div class="order_text">加入订单,技术所有人很快就会联系你呦~,技淘祝您交易成功!</div>
|
|
|
+ </div>
|
|
|
+ <div id="order_flow">
|
|
|
+ <h3>交易流程</h3>
|
|
|
+ <div>
|
|
|
+ <img th:src="${portalHost+'/img/order_2.png'}" alt="" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="detail_bottom">
|
|
|
+ <div class="line">猜你喜欢</div>
|
|
|
+ <div class="main_introduce">
|
|
|
+ <ul>
|
|
|
+ <li th:each="reachievementlist:${reachievementlist}"><img
|
|
|
+ th:src="${portalHost+'/img/detail_img4.jpg'}" alt="" />
|
|
|
+ <div class="list_text">
|
|
|
+ <p>
|
|
|
+ 行业:<span
|
|
|
+ th:text="${reachievementlist.fieldAS}?${reachievementlist.fieldAS}:暂无分类信息"></span>
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ 名称:<span
|
|
|
+ th:text="${reachievementlist.name}?${reachievementlist.name}:未知"></span>
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ 类型:<span
|
|
|
+ th:text="${reachievementlist.ownerTypeS}?${reachievementlist.ownerTypeS}:个人所有"></span>
|
|
|
+ </p>
|
|
|
+ <p>
|
|
|
+ 交易方式:<span
|
|
|
+ th:text="${reachievementlist.transferModeS}?${reachievementlist.transferModeS}:暂无"></span>
|
|
|
+ </p>
|
|
|
+ <p class="likeId" th:text="${reachievementlist.id}"></p>
|
|
|
+ <p class="likeType" th:text="${reachievementlist.ownerType}"></p>
|
|
|
+ <a href="#">了解详情</a>
|
|
|
+ </div></li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--主体内容区域结束-->
|
|
|
+ <div class="pub_fix">
|
|
|
+ <span class="index_blur"></span>
|
|
|
+ <ul class="ret_top">
|
|
|
+ <li><a href=""> <img
|
|
|
+ th:src="${portalHost + '/img/index_fix1.png'}" alt="" />
|
|
|
+ <p>发布需求</p>
|
|
|
+ </a></li>
|
|
|
+ <li><a href=""><img
|
|
|
+ th:src="${portalHost + '/img/index_fix2.png'}" alt="" />
|
|
|
+ <p>发布技术</p> </a></li>
|
|
|
+ <li><a onclick="_MEIQIA('showPanel')"> <img
|
|
|
+ th:src="${portalHost + '/img/index_fix3.png'}" alt="" />
|
|
|
+ <p>联系客服</p>
|
|
|
+ </a></li>
|
|
|
+ <li><a href="" class="pendent_box"> <img
|
|
|
+ th:src="${portalHost + '/img/index_fix4.png'}" alt="" />
|
|
|
+ <p>返回顶部</p>
|
|
|
+ </a></li>
|
|
|
+ </ul>
|
|
|
+ <span class="index_orange"></span>
|
|
|
+ </div>
|
|
|
+ <footer>
|
|
|
+ <div th:replace="common::copyright"></div>
|
|
|
+ <div th:replace="common::login"></div>
|
|
|
+ </footer>
|
|
|
+ <div th:replace="common::footer(~{::script})">
|
|
|
+ <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
|
|
|
+ <script type="text/javascript"
|
|
|
+ th:src="${portalHost + '/technologyTrading/achievementOrder.js'}"></script>
|
|
|
+ </div>
|
|
|
+ <div class="smg"><input type="text" name="msg" value="" id="msg"/></div>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|