| @@ -363,6 +363,17 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function | |||||
| //出价 | //出价 | ||||
| biddingSubmitMethod = function (data) { | biddingSubmitMethod = function (data) { | ||||
| if (module.data.outProjectInformationDetail.biddingDirect == '递减竞价'){ | |||||
| if(module.data.outProjectInformationDetail.price<$('#money').val()){ | |||||
| tools.initError('出价不能高于挂牌价'); | |||||
| return; | |||||
| } | |||||
| }else{ | |||||
| if(module.data.outProjectInformationDetail.price>$('#money').val()){ | |||||
| tools.initError('出价不能低于挂牌价'); | |||||
| return; | |||||
| } | |||||
| } | |||||
| var data = {}; | var data = {}; | ||||
| var projectId = getQueryVariable('id'); | var projectId = getQueryVariable('id'); | ||||
| var memberId = tools.getCookie('memberId'); | var memberId = tools.getCookie('memberId'); | ||||
| @@ -548,7 +559,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function | |||||
| } | } | ||||
| moneyChange = function(){ | moneyChange = function(){ | ||||
| if (module.data.outProjectInformationDetail.biddingDirect == '反向竞价'){ | |||||
| if (module.data.outProjectInformationDetail.biddingDirect == '递减竞价'){ | |||||
| if(module.data.outProjectInformationDetail.price<$('#money').val()){ | if(module.data.outProjectInformationDetail.price<$('#money').val()){ | ||||
| $('#money').val(module.data.outProjectInformationDetail.price-1); | $('#money').val(module.data.outProjectInformationDetail.price-1); | ||||
| } | } | ||||
| @@ -327,7 +327,7 @@ define(['jquery', "template", "Tools", "itemsApi", "paging", 'dateTime', 'swiper | |||||
| projectNumber = ""; | projectNumber = ""; | ||||
| } | } | ||||
| module.data.projectNumber = projectNumber;//标的物类型ID | module.data.projectNumber = projectNumber;//标的物类型ID | ||||
| //console.log(id+'----------------'+projectNumber) | |||||
| console.log(id+'----------------'+projectNumber) | |||||
| document.getElementById('standardTypeAll').className = 'auction_hall_table_tab'; | document.getElementById('standardTypeAll').className = 'auction_hall_table_tab'; | ||||
| if (id == '') { | if (id == '') { | ||||
| id = 'All'; | id = 'All'; | ||||
| @@ -131,7 +131,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
| <li class="active"><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li class="active"><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li><a href="../announcement/announcement.html">项目公告</a></li> | <li><a href="../announcement/announcement.html">项目公告</a></li> | ||||
| <li><a href="../demand/demand.html">个人供求</a></li> | <li><a href="../demand/demand.html">个人供求</a></li> | ||||
| @@ -222,7 +222,7 @@ | |||||
| <td>保证金</td> | <td>保证金</td> | ||||
| <td><span>{{outProjectInformationDetail.deposit}}</span> 元</td> | <td><span>{{outProjectInformationDetail.deposit}}</span> 元</td> | ||||
| </tr> | </tr> | ||||
| {{if outProjectInformationDetail.biddingType == '拍卖'}} | |||||
| {{if outProjectInformationDetail.biddingType == '拍卖' && biddinglistInformationDetail.length>0}} | |||||
| <tr> | <tr> | ||||
| <td>当前价格</td> | <td>当前价格</td> | ||||
| <td><span>{{biddinglistInformationDetail[0].money}}</span> 元</td> | <td><span>{{biddinglistInformationDetail[0].money}}</span> 元</td> | ||||
| @@ -232,6 +232,7 @@ | |||||
| <div style="display: none;" id="swiperType" class="swiperInput"> | <div style="display: none;" id="swiperType" class="swiperInput"> | ||||
| <table> | <table> | ||||
| {{if signup == 1}} | |||||
| <tr> | <tr> | ||||
| <td> | <td> | ||||
| <p class="fl inputTit">出价</p> | <p class="fl inputTit">出价</p> | ||||
| @@ -246,6 +247,7 @@ | |||||
| </div> | </div> | ||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| {{/if}} | |||||
| <tr> | <tr> | ||||
| <td></td> | <td></td> | ||||
| <td> | <td> | ||||
| @@ -128,7 +128,7 @@ | |||||
| <div class="top"> | <div class="top"> | ||||
| <ul class="container w-1200"> | <ul class="container w-1200"> | ||||
| <li><a href="../../index.html">首页</a></li> | <li><a href="../../index.html">首页</a></li> | ||||
| <li><a href="../listingItems/itemsList.html">挂牌项目</a></li> | |||||
| <li><a href="../listingItems/itemsList.html">交易项目</a></li> | |||||
| <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | <li><a href="../bidding/biddingList.html">竞价大厅</a></li> | ||||
| <li><a href="../announcement/announcement.html">项目公告</a></li> | <li><a href="../announcement/announcement.html">项目公告</a></li> | ||||
| <li><a href="../demand/demand.html">个人供求</a></li> | <li><a href="../demand/demand.html">个人供求</a></li> | ||||
| @@ -527,7 +527,7 @@ | |||||
| <tr> | <tr> | ||||
| <td>{{i+1}}</td> | <td>{{i+1}}</td> | ||||
| <td>{{value.projectName}}</td> | <td>{{value.projectName}}</td> | ||||
| <td>{{value.biddingStopTime.substr(0,10)}}</td> | |||||
| <td>{{value.biddingStopTime}}</td> | |||||
| <td>{{value.memberMoney}}</td> | <td>{{value.memberMoney}}</td> | ||||
| <td>{{value.money}}</td> | <td>{{value.money}}</td> | ||||
| <td>{{value.projectShowStatus}}</td> | <td>{{value.projectShowStatus}}</td> | ||||