Commit 8c0d69ec authored by agping's avatar agping

1

parent 0174e2ce
......@@ -21,17 +21,19 @@
<section v-show="mainInit == 0">
<div class="sec1-area1 oh">
<ul>
<li v-if='is_office != 2'>
<div>房源类型:</div>
<div>{{detailData.shop_type=='1'?'街铺':'商场'}}</div>
<li>
<!--<div>房源类型:</div>
<div>{{detailData.shop_type=='1'?'街铺':'商场'}}</div>-->
</li>
<li v-if='is_office == 2'>
<!--<li v-if='is_office == 2'>
<div>房源类型:</div>
<div>{{detailData.type}}</div>
</li>
</li>-->
<li>
<div>商铺地址:</div>
<div>{{detailData.internal_address}}<button v-if="otherBtn!='no'" class="btn-pc btn-info-pc btn-show-shop-detail" @click.stop.prevent="showShopDetail">商铺</button></div>
<div>楼盘地址:</div>
<div>{{detailData.internal_address}}
<!--<button v-if="otherBtn!='no'" class="btn-pc btn-info-pc btn-show-shop-detail" @click.stop.prevent="showShopDetail">商铺</button>-->
</div>
</li>
<li>
<div>业态:</div>
......@@ -55,7 +57,7 @@
</li>
<li>
<div>商铺号:</div>
<div>楼盘号:</div>
<div>{{detailData.house_number}}</div>
</li>
<li>
......@@ -64,7 +66,9 @@
</li>
<li>
<div>客户电话:</div>
<div>{{hidePhone(detailData.user_phone)}}<button v-if="otherBtn!='no'" class="btn-pc btn-info-pc btn-show-customer-detail" @click.stop.prevent="showCustomerDetail">客户</button></div>
<div>{{hidePhone(detailData.user_phone)}}
<!--<button v-if="otherBtn!='no'" class="btn-pc btn-info-pc btn-show-customer-detail" @click.stop.prevent="showCustomerDetail">客户</button>-->
</div>
</li>
<li>
<div>成交日期:</div>
......
......@@ -153,7 +153,7 @@ require(['vue', 'css!style/bargaininfo_detail_static_pc.css', 'jquery0325', 'com
$.ajax({
'type': 'GET',
'url': isOfficeUrl,
'url': '/office_index/bargainInfo',
data: {
'id': order_id
},
......
......@@ -83,7 +83,7 @@ define(['doT', 'text!temp/wait_backout_office_template_tpl.html', 'text!temp/rep
var _id = $(this).closest('tr').attr("data-id");
bargain.bargain_id = _id;
bargain.father_id = $(this).closest('tr').attr("data-fatherid");
$('.iframe-bargaininfo-static').attr('src', '/app_broker/bargaininfo_detail_static_pc?otherbtn=no&orderid='+_id).load;
$('.iframe-bargaininfo-static').attr('src', '/app_broker/bargaininfo_detail_static_pc_office?otherbtn=no&orderid='+_id).load;
});
......
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