Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
8c0d69ec
Commit
8c0d69ec
authored
Jun 26, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0174e2ce
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
11 deletions
+15
-11
bargaininfo_detail_static_pc_office.html
...roker/view/index/bargaininfo_detail_static_pc_office.html
+13
-9
bargaininfo_detail_static_pc_office.js
public/app/js/bargaininfo_detail_static_pc_office.js
+1
-1
waitBackoutOffice.js
public/resource/js/waitBackoutOffice.js
+1
-1
No files found.
application/app_broker/view/index/bargaininfo_detail_static_pc_office.html
View file @
8c0d69ec
...
...
@@ -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>
...
...
public/app/js/bargaininfo_detail_static_pc_office.js
View file @
8c0d69ec
...
...
@@ -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
},
...
...
public/resource/js/waitBackoutOffice.js
View file @
8c0d69ec
...
...
@@ -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
;
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment