|
|
@@ -0,0 +1,233 @@
|
|
|
+<!-- 公共询价 -->
|
|
|
+<link rel="stylesheet" href="static/css/add.css "/>
|
|
|
+<style>
|
|
|
+
|
|
|
+/*新增样式 2017-04-19*/
|
|
|
+#tender-list{
|
|
|
+ width: 1170px;
|
|
|
+ margin-left: -240px;
|
|
|
+}
|
|
|
+#tender-list .tender-label{
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
+#tender-list #resultTop{
|
|
|
+ margin-top: -10px;
|
|
|
+ border-radius: 0px 20px 0px 0px;
|
|
|
+ box-shadow: 0 0 3px #ccc;
|
|
|
+ background: linear-gradient(to top, #e7e7e7 0%,#ffffff 100%);
|
|
|
+ height: 40px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 40px;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+#tender-list #resultTop strong{
|
|
|
+ line-height: 40px;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 14px;
|
|
|
+ padding-left: 15px;
|
|
|
+}
|
|
|
+.tender-list-content{
|
|
|
+ width: 100%;
|
|
|
+ background: #fff;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+ .tender-list-content .filter{
|
|
|
+ margin-top: 20px;
|
|
|
+ }
|
|
|
+ .tender-list-content .filter span{
|
|
|
+ width: 50px;
|
|
|
+ float: left;
|
|
|
+ text-align: center;
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #000;
|
|
|
+ height: 40px;
|
|
|
+ line-height: 30px;
|
|
|
+ font-weight: 600;
|
|
|
+ margin-right: 20px;
|
|
|
+ }
|
|
|
+ .tender-list-content .filter div{
|
|
|
+ float: left;
|
|
|
+ }
|
|
|
+ .tender-list-content .filter div a{
|
|
|
+ padding: 1.5px 10px;
|
|
|
+ display: inline-block;
|
|
|
+ line-height: 30px;
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+ float: left;
|
|
|
+ margin-right: 15px;
|
|
|
+ }
|
|
|
+ .tender-list-content .filter div a.active,.tender-list-content .filter div a:hover{
|
|
|
+ background: #5078cb;
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ .tender-list-content .filter div.form-group{
|
|
|
+ position: relative;
|
|
|
+ }
|
|
|
+ .tender-list-content .filter div.form-group .input-group-addon{
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ top: 0;
|
|
|
+ background: #5078cb;
|
|
|
+ color: #fff;
|
|
|
+ height: 35px;
|
|
|
+ width: 55px;
|
|
|
+ border: none;
|
|
|
+ font-size: 18px;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 20px;
|
|
|
+ }
|
|
|
+ .tender-list-content .filter div.form-group .input-group-addon:hover{
|
|
|
+ background: #3a89d1;
|
|
|
+ }
|
|
|
+ .tender-list-content .filter div.form-group input{
|
|
|
+ border-radius: 0;
|
|
|
+ height: 35px;
|
|
|
+ line-height: 35px;
|
|
|
+ border: #5078cb 1px solid;
|
|
|
+ }
|
|
|
+ .tender-list-tab{
|
|
|
+ border-top: #dbe7ff 1px solid;
|
|
|
+ }
|
|
|
+.inquiry-table{
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.inquiry-table tr{
|
|
|
+ height: 60px;
|
|
|
+}
|
|
|
+.inquiry-table tbody tr td,.inquiry-table thead tr th{
|
|
|
+ border-bottom: #dbe7ff 1px dashed !important;
|
|
|
+ font-size: 14px;
|
|
|
+ vertical-align: middle;
|
|
|
+ border-top: none !important;
|
|
|
+ font-weight: inherit;
|
|
|
+ position: relative;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.inquiry-table tbody tr td em{
|
|
|
+ padding: 1px 5px;
|
|
|
+ display: inline-block;
|
|
|
+ background: #eb676c;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #fff;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 23px;
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+.inquiry-table tbody tr td img{
|
|
|
+ margin-left: 20px;
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+.inquiry-table tbody tr td:first-child{
|
|
|
+ text-align: left;
|
|
|
+}
|
|
|
+.text-trans{
|
|
|
+ opacity: 1;
|
|
|
+ top: 12px;
|
|
|
+ right: 50px;
|
|
|
+ }
|
|
|
+.overdue{
|
|
|
+ color: #f47a86;
|
|
|
+ border: #f47a86 1px solid;
|
|
|
+ background: transparent;
|
|
|
+}
|
|
|
+</style>
|
|
|
+
|
|
|
+<div class="ng-scope">
|
|
|
+ <!--<form name="tenderForm">-->
|
|
|
+ <div class="purc-tender" id="tender-list" ng-controller="SaleOpenTenderCtrl">
|
|
|
+ <div class="tender-label list-unstyled">
|
|
|
+ <div class="condition block" id="resultTop">
|
|
|
+ <strong>| 公共招标</strong>
|
|
|
+ </div>
|
|
|
+ <div class="tender-list-content">
|
|
|
+ <div class="container">
|
|
|
+ <div class="filter row">
|
|
|
+ <span>时间</span>
|
|
|
+ <div>
|
|
|
+ <a ng-click="changeDateZone(-1)" title="" ng-class="{'active':condition.dateZone=='-1'}">最新</a>
|
|
|
+ <a ng-click="changeDateZone(7)" title="" ng-class="{'active':condition.dateZone=='7'}">一个星期内</a>
|
|
|
+ <a ng-click="changeDateZone(1)" title="" ng-class="{'active':condition.dateZone=='1'}">一个月内</a>
|
|
|
+ <a ng-click="changeDateZone(3)" title="" ng-class="{'active':condition.dateZone=='3'}">三个月内</a>
|
|
|
+ <a ng-click="changeDateZone(6)" title="" ng-class="{'active':condition.dateZone=='6'}">半年内</a>
|
|
|
+ <a ng-click="changeDateZone()" title="" ng-class="{'active':condition.dateZone== null}">一年内</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="filter row">
|
|
|
+ <span>查询</span>
|
|
|
+ <div class="form-group" style="width: 310px;">
|
|
|
+ <input type="search" class="form-control" ng-model="keyword" ng-search="onSearch()" />
|
|
|
+ <div class="input-group-addon">
|
|
|
+ <i class="fa fa-search" ng-click="onSearch()"></i>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div style="padding-left: 50px; font-size: 14px; line-height: 35px;">
|
|
|
+ 共{{tableParams.total()}}条
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="tender-list-tab">
|
|
|
+ <table class="table inquiry-table">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th>企业名称</th>
|
|
|
+ <th width="200">产品型号</th>
|
|
|
+ <th width="200">报价截止日期</th>
|
|
|
+ <th width="200">发布日期</th>
|
|
|
+ <th width="60"></th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <td><img src="resources/img/icon/inquiry.png" /><em>询价信息</em><a href="#">深圳市优软科技有限公司询价信息</a></td>
|
|
|
+ <td>ALGAKGAG</td>
|
|
|
+ <td>2017-04-27</td>
|
|
|
+ <td>2017-04-30</td>
|
|
|
+ <td><span class="text-trans overdue">已过期</span></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><img src="resources/img/icon/inquiry.png" /><em>询价信息</em><a href="#">深圳市优软科技有限公司询价信息</a></td>
|
|
|
+ <td>ALGAKGAG</td>
|
|
|
+ <td>2017-04-27</td>
|
|
|
+ <td>2017-04-30</td>
|
|
|
+ <td><span class="text-trans overdue">已过期</span></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><img src="resources/img/icon/inquiry.png" /><em>询价信息</em><a href="#">深圳市优软科技有限公司询价信息</a></td>
|
|
|
+ <td>ALGAKGAG</td>
|
|
|
+ <td>2017-04-27</td>
|
|
|
+ <td>2017-04-30</td>
|
|
|
+ <td><span class="text-trans overdue">已过期</span></td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!--</form>-->
|
|
|
+</div>
|
|
|
+<script src="static/lib/jquery/jquery.min.js"></script>
|
|
|
+<script>
|
|
|
+ $(function(){
|
|
|
+ var size10= $(".tender-list02 dl dd").size();
|
|
|
+ if(size10 > 10){
|
|
|
+ $(".scroll-y").addClass("active");
|
|
|
+ }else{
|
|
|
+ $(".scroll-y").removeClass("active");
|
|
|
+ }
|
|
|
+
|
|
|
+ //新增收货地址
|
|
|
+ $(".tender-content .base-info .add-address").click(function(){
|
|
|
+ document.getElementById('shipAddress').reset();
|
|
|
+ $(".bomb-box").show();
|
|
|
+ });
|
|
|
+ $(".bomb-box .box04 .off,.box04 .many-file-btn .btn02").click(function(){
|
|
|
+ $(".bomb-box").hide();
|
|
|
+ });
|
|
|
+ $(".bomb-box .box04 .off,.box04 .many-file-btn .btn01").click(function(){
|
|
|
+ $(".bomb-box").hide();
|
|
|
+ })
|
|
|
+ })
|
|
|
+</script>
|