Commit 0dbd49ae authored by agping's avatar agping

1

parent cef80fe2
...@@ -316,11 +316,11 @@ ...@@ -316,11 +316,11 @@
<span>成交报告ID:</span> <span>成交报告ID:</span>
<span id="bargaininfo_id_span"></span> <span id="bargaininfo_id_span"></span>
<br /> <br />
<span>商铺类型:</span> <!--<span>商铺类型:</span>
<span id="bargaininfo_shop_type"></span> <span id="bargaininfo_shop_type"></span>
<br /> <br />-->
<span>商铺地址:</span><span id="bargaininfo_internal_address"></span> <span>楼盘地址:</span><span id="bargaininfo_internal_address"></span>
<a class="btn1 bargain-detail-shop btn-info" href="#modal_shop_detail" data-toggle="modal">商铺</a> <a class="btn1 bargain-detail-shop btn-info" href="#modal_shop_detail" data-toggle="modal">商铺</a>
<!--<button type="button" class="bargain-detail-shop btn-info btn btn-sm">商铺</button>--> <!--<button type="button" class="bargain-detail-shop btn-info btn btn-sm">商铺</button>-->
<br> <br>
......
...@@ -82,7 +82,7 @@ define(['doT', 'text!temp/inspectionRecordAllOffice_list_template_tpl.html', 'cs ...@@ -82,7 +82,7 @@ define(['doT', 'text!temp/inspectionRecordAllOffice_list_template_tpl.html', 'cs
record.record_id = $(this).attr("data-id"); record.record_id = $(this).attr("data-id");
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
$('.iframe-time-line').attr('src', '/app_broker/timeline_pc?order_id=' + record.record_id+'&type=2'); $('.iframe-time-line').attr('src', '/app_broker/timeline_pc_office?order_id=' + record.record_id+'&type=2');
}); });
......
...@@ -2441,7 +2441,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home. ...@@ -2441,7 +2441,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
var params = { var params = {
'pay_id' : id 'pay_id' : id
}; };
$.post('/office_index/getCollectionDetail',params , function(data){ $.get('/office_index/getCollectionDetail',params , function(data){
if(data.code == 200) { if(data.code == 200) {
that.getValueFunction(data.data); that.getValueFunction(data.data);
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment