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
a141a68f
Commit
a141a68f
authored
Jan 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
楼层 相关
parent
4227c32f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+1
-1
shop_edit.js
public/resource/js/shop_edit.js
+2
-2
house_template_tpl.html
public/resource/template/house_template_tpl.html
+8
-2
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
a141a68f
...
...
@@ -37,7 +37,7 @@
<tr>
<td>
业态:{{d.industry_type}}
</td>
<td>
{{(d.shop_type==1)?'当前经营':'已入驻'}}:{{d.enter_num}}
</td>
<td>
楼层:{{
'楼层'
}}
</td>
<td>
楼层:{{
d.floor
}}
</td>
<td></td>
</tr>
<tr>
...
...
public/resource/js/shop_edit.js
View file @
a141a68f
...
...
@@ -353,7 +353,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_qianyueNianxian2Obj
.
val
(
_data
[
'age_limit'
].
split
(
'-'
)[
1
]);
//签约年限下限
_weilouLinkObj
.
val
(
_data
[
'tiny_brochure_url'
]);
//微楼书
_miankuanObj
.
val
(
_data
[
'area_width'
]);
//面宽
_loucengfloorObj
.
val
(
'楼层'
);
//楼层
_loucengfloorObj
.
val
(
_data
[
'floor'
]
);
//楼层
_jinshenObj
.
val
(
_data
[
'depth'
]);
//进深
_dianliangObj
.
val
(
_data
[
'electric_quantity'
]);
//电量
_dianyaObj
.
val
((
_data
[
'voltage'
]
==
220
||
_data
[
'voltage'
]
==
380
)?
_data
[
'voltage'
]:
''
);
//电压
...
...
@@ -1290,7 +1290,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
'shop_sign'
:
_roomTagArr
.
join
(
','
),
'area_width'
:
_miankuanObj
.
val
(),
'
area_width2
'
:
_loucengfloorObj
.
val
(),
//楼层
'
floor
'
:
_loucengfloorObj
.
val
(),
//楼层
'depth'
:
_jinshenObj
.
val
(),
'electric_quantity'
:
_dianliangObj
.
val
(),
...
...
public/resource/template/house_template_tpl.html
View file @
a141a68f
...
...
@@ -24,7 +24,7 @@
<
/td
>
<
td
>
[
%=
it
[
item
][
'disc'
]
%
]
<
/td
>
<
td
>
[
%=
hideStr
(
it
[
item
][
'internal_title'
])
%
]
<
/td
>
<
td
>
[
%=
'楼层'
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'floor'
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
'rent_type'
]
==
1
)
{
%
]
...
...
@@ -60,7 +60,13 @@
无效
[
%
}
%
]
<
/td
>
<
td
>
[
%=
'是否对客户展示'
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"is_show"
]
==
0
)
{
%
]
是
[
%
}
else
if
(
it
[
item
][
"is_show"
]
==
1
)
{
%
]
否
[
%
}
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"is_lock"
]
==
0
||
check_auth
(
'index/lockHouse'
)
||
it
[
item
][
"auth_edit_exclusive"
]
==
1
||
it
[
item
][
"auth_edit_house"
]
==
1
)
{
%
]
...
...
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