| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- <!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 + '/highTech/detail/demandDetail.css'}"
- rel="stylesheet">
- </head>
- <body>
- <header>
- <div th:replace="common::{topNav}">
- <div class="container">
- <div class="lt">欢迎进入科技认知计算交易平台!</div>
- <div class="rt">
- <a href="/user/login.html" class="login">登录</a> <a
- href="/user/signIn.html">注册</a> <a href="#">导航</a> <a href="#">关于我们</a>
- <a href="#">联系我们</a>
- </div>
- </div>
- </div>
- </header>
- <div class="container header_nav_detail">
- <div class="row clearfix">
- <div class="col-md-3 logo">
- <div th:replace="common::sublogo"></div>
- </div>
- <div class="col-md-5">
- <ul class="nav_content">
- <li><a th:href="${basePath + '/portal/search/demand.html'}">技术交易</a></li>
- <li class="active"><a href="#">需求</a></li>
- </ul>
- </div>
- <div class="col-md-4 search">
- <div class="row clearfix">
- <div class="input-group ">
- <input id="searchInput" type="text" class="form-control"
- placeholder="平台资源关键词搜索"> <span id="searchImg"
- class="input-group-btn"> <a class="button"><img
- src="../../../img/search_sm_ioc.png" /></a>
- </span>
- </div>
- <!-- /input-group -->
- </div>
- </div>
- </div>
- </div>
- <div class="container detail_content">
- <div class="detail_title" th:text="${demand.name}">铸造用高发热保温冒口套</div>
- <div class="row">
- <div class="col-md-6 detial_sub">
- <span class="detial_sub_text" th:text="${demand.employerName}">
- </span>
- </div>
- </div>
- <div class="row">
- <div class="col-md-6 detial_sub">
- <span class="detial_sub_icon"> <img
- th:src="${portalHost} + '/img/demand_ico_1.png'" alt="行业" />
- </span> <span class="detial_sub_title"> 行业: </span> <span
- class="detial_sub_text" th:text="${demand.industryCategory}">
- 机械-铸造/热处理 </span>
- </div>
- <div class="col-md-6 detial_sub">
- <span class="detial_sub_icon"> <img
- th:src="${portalHost + '/img/demand_ico_2.png'}" alt="标签" />
- </span> <span class="detial_sub_title"> 标签: </span> <span
- class="detial_sub_text" th:text="${demand.keyword}">
- xxxxxxxxxxx </span>
- </div>
- </div>
- <div class="row">
- <div class="col-md-6 detial_sub">
- <span class="detial_sub_icon"> <img
- th:src="${portalHost +'/img/demand_ico_3.png'}" alt="预算" />
- </span> <span class="detial_sub_title"> 预算: </span> <span
- class="money_text" th:text="${demand.budgetCostS}"> 面议 </span>
- </div>
- <div class="col-md-6 detial_sub">
- <span class="detial_sub_icon"> <img
- th:src="${portalHost +'/img/demand_ico_4.png'}" alt="地址" />
- </span> <span class="detial_sub_title"> 地址: </span> <span
- class="money_text" th:text="${demand.location}"> 四川成都 </span>
- </div>
- </div>
- <div class="row">
- <div class="col-md-12 detial_sub">
- <span class="detial_sub_icon"> <img
- th:src="${portalHost + '/img/demand_ico_5.png'}" alt="需求" />
- </span> <span class="detial_sub_title"> 需求: </span> <span
- class="detial_sub_text" th:text="${demand.problemDes}">
- 随着铸造行业的整体质量提升,冒口市场需求、PVC粉的聚合度
- 的影响,环保型增塑剂的研发。随着铸造行业的整体质量提升,冒口市场需求、PVC粉的聚合度
- 的影响,环保型增塑剂的研发。随着铸造行业的整体质量提升,冒口市场需求、PVC粉的聚合度
- 的影响,环保型增塑剂的研发。随着铸造行业的整体质量提升,冒口市场需求、PVC粉的聚合度 的影响,环保型增塑剂的研发。 </span>
- </div>
- </div>
- <div class="row">
- <div class="detail_button clearfix" th:if="${isLogin}">
- <button type="button" id="interest"
- th:class="${demand.interestId != null} ? 'btn like' : 'btn dislike'">我感兴趣</button>
- <button type="button" data-toggle="modal" data-target="#order"
- class="btn orderBtn">我要接单</button>
- </div>
- <div class="detail_button clearfix" th:if="${!isLogin}">
- <button type="button" class="btn dislike"
- onclick="window.open('/user/signIn.html')">我感兴趣</button>
- <button type="button" class="btn"
- onclick="window.open('/user/signIn.html')">我要接单</button>
- </div>
- </div>
- </div>
- <div class="container detail_interest">
- <div class="detail_interest_title">
- <img th:src="${portalHost + '/img/demand_interest_title.png'}" alt="" />
- </div>
- <ul class="detail_interest_sub">
- <li th:each="similar,iterStart:${similarList}">
- <div class=" interest_list_title ">
- <img th:src="${portalHost + '/img/demand_sup.png'} " alt=" " /> <span
- th:text="${similar.name} ">PVC塑料的研究</span>
- <div class="interest_list_confirm ">
- <span th:text="${similar.level> 0} ? '身份已验证' : '身份未验证'">身份未验证</span>
- <i th:class="${similar.level > 0} ? certify : uncertify"></i>
- </div>
- </div>
- <div class="detial_sub">
- <span class="detial_sub_icon"> <img
- th:src="${portalHost + '/img/demand_ico_5.png'}" alt="需求" />
- </span> <span class="detial_sub_title"> 需求: </span> <span
- class="detial_sub_text" th:text="${similar.problemDes}">
- 随着铸造行业随着铸造行业随着铸造行业 </span>
- </div>
- <div class="detial_sub">
- <span class="detial_sub_icon"> <img
- th:src="${portalHost + '/img/demand_ico_3.png'}" alt="预算" />
- </span> <span class="detial_sub_title"> 预算: </span> <span
- class="money_text" th:text="${similar.budgetCostS}">
- 10000000元 </span>
- </div>
- <div class="detial_sub">
- <span class="detial_sub_icon"> <img
- th:src="${portalHost + '/img/demand_ico_1.png'}" alt="行业" />
- </span> <span class="detial_sub_title"> 行业: </span> <span
- class="detial_sub_text" th:text="${similar.industryCategory}">
- 机械-铸造/热处理 </span>
- </div>
- </li>
- </ul>
- </div>
- <input type="hidden" id="demandId" th:value=${demand.id}>
- <input type="hidden" id="interestId" th:value=${demand.interestId}>
- <div class="modal fade" tabindex="-1" role="dialog" id="order"
- aria-labelledby="myModalLabel">
- <div class="modal-dialog" role="document">
- <div class="modal-content">
- <div class="modal-header">
- <button type="button" class="close" data-dismiss="modal"
- aria-label="Close">
- <span aria-hidden="true">×</span>
- </button>
- <h4 class="modal-title">我要接单</h4>
- </div>
- <div class="modal-body">
- <div class="row">
- <span class="col-md-2" style="text-align: right">附件:</span> <input
- class="col-md-8" type="file" id="uploadFile">
- </div>
- <div class="row" style="margin-top: 20px">
- <div class="col-md-2" style="text-align: right">备注:</div>
- <div class="col-md-10">
- <textarea style="max-width: 460px" id="comment"
- class="form-control" rows="3"></textarea>
- </div>
- </div>
- </div>
- <div class="modal-footer">
- <button type="button" class="btn btn-default" data-dismiss="modal">取消</button>
- <button type="button" class="btn btn-primary" id="submitOrder">提交</button>
- </div>
- </div>
- </div>
- </div>
- <footer>
- <div th:replace="common::copyright"></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 + '/highTech/detail/demandDetail.js'}"></script>
- </div>
- </body>
- </html>
|