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
6713e862
Commit
6713e862
authored
Aug 30, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pc商铺详情新增字段
parent
5055a4f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+11
-13
shop_detail_pc.css
public/app/css/shop_detail_pc.css
+6
-4
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
6713e862
...
...
@@ -26,7 +26,7 @@
<td>
{{dealPrice}}
</td>
<td>
{{(d.shop_type==1)?'对内转让费':'进场费'}}:{{d.slotting_fee}}元
</td>
<td>
物业管理费:{{d.management_fee}}元/月
</td>
<td></td>
<td>
来源:客户介绍
</td>
</tr>
<tr>
<td>
{{(d.shop_type==1)?'使用面积':'商铺面积'}}:{{dealArea}}
</td>
...
...
@@ -58,19 +58,17 @@
<td
v-if=
"!d.shop_type"
>
开业时间:{{d.start_business_date}}
</td>
<td>
煤气:{{d.is_has_gas?'没有':'有'}}
</td>
</tr>
<tr
class=
"tr-seat"
>
<td
colspan=
"4"
></td>
</tr>
<!--对接口 增加字段-->
<tr>
<td>
面宽:120米
</td>
<td
v-if=
"!d.shop_type"
>
进深:130米
</td>
<td
v-if=
"!d.shop_type"
>
电量:120瓦
</td>
<td>
进深:130米
</td>
<td>
电量:120瓦
</td>
<td>
电压:120伏
</td>
</tr>
<tr>
<td>
燃气:有
</td>
<td
v-if=
"!d.shop_type"
>
烟管道:有
</td>
<td
v-if=
"!d.shop_type"
>
上水:有
</td>
<td>
烟管道:有
</td>
<td>
上水:有
</td>
<td>
下水:无
</td>
</tr>
<tr>
...
...
@@ -93,12 +91,12 @@
<tr
class=
"tr-seat"
>
<td
colspan=
"4"
></td>
</tr>
<tr
v-if=
"!(d.is_show==1)"
>
<td
colspan=
"2"
>
对外商铺名称:{{d.external_title}}
</td>
<td
colspan=
"2"
>
对外商铺地址:{{d.province}}{{d.city+d.disc+d.external_address}}
</td>
<tr>
<td
colspan=
"2"
v-if=
"!(d.is_show==1)"
>
对外商铺名称:{{d.external_title}}
</td>
<td
colspan=
"2"
v-if=
"!(d.is_show==1)"
>
对外商铺地址:{{d.province}}{{d.city+d.disc+d.external_address}}
</td>
</tr>
<tr
v-if=
"!(d.is_show==1)"
>
<td
colspan=
"2"
>
对外项目优势
:{{d.external_item_advantage}}
</td>
<td
colspan=
"2"
>
经纪人对本铺的评价
:{{d.external_item_advantage}}
</td>
<td
v-if=
"d.shop_type"
colspan=
"2"
>
对外转让费:{{(d.external_slotting_fee == '-1')?'面议':(d.external_slotting_fee+'元')}}
</td>
<td
v-else
colspan=
"2"
></td>
</tr>
...
...
@@ -133,7 +131,7 @@
<div
class=
"fl"
>
盘方:
</div>
<div
class=
"fl"
>
<ul
class=
"oh phone-list"
>
<li
class=
"fl oh"
v-for=
"(item, index) in d.panParty"
:key=
"index"
:data-id=
"item.id"
>
{{item.name+'-'+item.phone}}
</li>
<li
class=
"fl oh"
v-for=
"(item, index) in d.panParty"
:key=
"index"
:data-id=
"item.id"
>
部门?-
{{item.name+'-'+item.phone}}
</li>
</ul>
</div>
</td>
...
...
public/app/css/shop_detail_pc.css
View file @
6713e862
...
...
@@ -17,10 +17,12 @@ table td{
.tr-seat
{
height
:
20px
;
}
tbody
>
tr
:nth-of-type
(
10
),
tbody
>
tr
:nth-of-type
(
12
),
tbody
>
tr
:nth-of-type
(
14
),
tbody
>
tr
:nth-of-type
(
16
)
{
tbody
>
tr
:nth-of-type
(
9
),
tbody
>
tr
:nth-of-type
(
13
),
tbody
>
tr
:nth-of-type
(
15
),
tbody
>
tr
:nth-of-type
(
17
),
tbody
>
tr
:nth-of-type
(
19
),
tbody
>
tr
:nth-of-type
(
21
)
{
margin-top
:
20px
;
border-top
:
1px
solid
#999
;
}
...
...
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