123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- <!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 +'/dll/dll.css'}" rel="stylesheet">
- <link th:href="${portalHost +'/vendors.css'}" rel="stylesheet">
- <link
- th:href="${portalHost + '/technologyTrading/demandOrder.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="demand:${demand}">
- <div>
- <h4>产品名称:</h4>
- <p th:text="${demand.name}"></p>
- </div>
- <div>
- <h4>产品类型:</h4>
- <p th:text="${demand.industryCategoryAS}?${demand.industryCategoryAS}:暂无行业分类"></p>
- </div>
- <div>
- <h4>有效期:</h4>
- <p th:text="${demand.validityPeriodS}?${demand.validityPeriodS}:永久"></p>
- </div>
- <div>
- <h4>需求发布人:</h4>
- <p th:text="${demand.employerName}?${demand.employerName}:陈灿"></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="${demand.fixedbudget}?${demand.fixedbudget}:价格面议"></p>
- <span onclick="_MEIQIA('showPanel')">立即议价</span>
- </div>
- <div>
- <h4>电话:</h4>
- <p th:text="${demand.employerContactsMobile}?${demand.employerContactsMobile}:073184121803"></p>
- </div>
- <div>
- <h4 >电话:</h4>
- <p th:text="${userData != null}?${userData.mobile}:暂无"></p>
- </div>
- </div>
- </div>
- <div class="order_button">
- <div th:val="${demand.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="redemandlist:${redemandlist}">
- <div th:if="${redemandlist.pictureUrl} == null " >
- <img th:src="${avatarUploadHost+ '/default/xuqiuimg_null.png'}" alt=""/>
- </div>
- <div th:if="${redemandlist.pictureUrl} != null" >
- <img th:src="${avatarUploadHost+redemandlist.pictureUrl}" alt=""/>
- </div>
-
- <div class="list_text">
- <p>
- 行业:<span th:text="${redemandlist.industryCategoryAS}?${redemandlist.industryCategoryAS}:暂无行业分类"></span>
- </p>
- <p >
- 名称:<span th:text="${redemandlist.name}?${redemandlist.name}:暂无名称"></span>
- </p>
- <p>
- 类型:<span th:text="${redemandlist.demandTypeS}?${redemandlist.demandTypeS}:暂无分类"></span>
- </p>
- <p class="money">
- 预算:<span th:text="${redemandlist.fixedbudget}?${redemandlist.fixedbudget}:价格面议"></span>
- </p>
- <p th:text="${redemandlist.id}" class="demandId"></p>
- <p th:text="${redemandlist.dataCategory}" class="demandTyp"></p>
- <a href="#">了解详情</a>
- </div>
- <!-- <div class="star">
- <p>精品:</p>
- <ol>
- <li></li>
- <li></li>
- <li></li>
- <li></li>
- <li></li>
- </ol>
- </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 + '/dll/dll.js'}"></script>
- <script type="text/javascript" th:src="${portalHost + '/vendors.js'}"></script>
- <script type="text/javascript"
- th:src="${portalHost + '/technologyTrading/demandOrder.js'}"></script>
- </div>
- </body>
- </html>
|