Browse Source

荣成产权交易出价单位修改

RongCheng
庞东旭 1 year ago
parent
commit
cd07df8109
3 changed files with 5 additions and 4 deletions
  1. +2
    -1
      static/js/project/listingItems/items2.js
  2. +2
    -2
      view/bidding/biddingBigData.html
  3. +1
    -1
      view/listingItems/itemsDetail.html

+ 2
- 1
static/js/project/listingItems/items2.js View File

@@ -639,7 +639,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
var content = data.rows; var content = data.rows;
if (content.length>0){ if (content.length>0){
//console.log('abccba') //console.log('abccba')
$("#nowMoneyBlock").html('<span id="nowMoney">'+content[0].money+'</span>');
$("#nowMoneyBlock").html('<span id="nowMoney">'+content[0].money+'</span>'+module.data.outProjectInformationDetail.unit);
}else{ }else{
$("#nowMoneyBlock").html('暂无出价'); $("#nowMoneyBlock").html('暂无出价');
} }
@@ -681,6 +681,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
module.data.biddinglistInformationDetailLength = content.length; module.data.biddinglistInformationDetailLength = content.length;
var biddinglistInformationData = template('biddinglistInformationData', module.data); var biddinglistInformationData = template('biddinglistInformationData', module.data);
$("#tabDetail4").html(biddinglistInformationData); $("#tabDetail4").html(biddinglistInformationData);
$('#unit').html('出价价格('+module.data.outProjectInformationDetail.unit+')')
if (content.length>0){ if (content.length>0){
//console.log('abccba') //console.log('abccba')
$("#nowMoneyBlock").html('<span id="nowMoney">'+content[0].money+'</span> 元');} $("#nowMoneyBlock").html('<span id="nowMoney">'+content[0].money+'</span> 元');}


+ 2
- 2
view/bidding/biddingBigData.html View File

@@ -104,12 +104,12 @@
<td>{{value.biddingType}}</td> <td>{{value.biddingType}}</td>
<td>{{value.signupStopTime}}</td> <td>{{value.signupStopTime}}</td>
<td>{{value.biddingStartTime}}</td> <td>{{value.biddingStartTime}}</td>
<td>{{value.price}}</td>
<td>{{value.price}}{{value.unit}}</td>
<td> <td>
{{if value.biddingType=='自由竞价'&&value.timeType!='已结束'}} {{if value.biddingType=='自由竞价'&&value.timeType!='已结束'}}
* *
{{else}} {{else}}
{{value.money}}
{{value.money}}{{if value.money}}{{value.unit}}{{/if}}
{{/if}} {{/if}}
</td> </td>
<td>{{value.timeType}}</td> <td>{{value.timeType}}</td>


+ 1
- 1
view/listingItems/itemsDetail.html View File

@@ -531,7 +531,7 @@
<table cellspacing="0" cellpadding="0" width="100%" id="biddingTable"> <table cellspacing="0" cellpadding="0" width="100%" id="biddingTable">
<tr> <tr>
<td>出价人代号</td> <td>出价人代号</td>
<td>出价价格</td>
<td id="unit">出价价格</td>
<td>状态</td> <td>状态</td>
<td width="300px">出价时间</td> <td width="300px">出价时间</td>
</tr> </tr>


Loading…
Cancel
Save