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
9cacb7ea
Commit
9cacb7ea
authored
Jul 30, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺编辑,查看商铺修改
parent
73801360
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
78 additions
and
5 deletions
+78
-5
shop_detail_pc.html
application/app_broker/view/index/shop_detail_pc.html
+15
-4
edit.html
application/index/view/houses/edit.html
+59
-1
shop_detail_pc.js
public/app/js/shop_detail_pc.js
+4
-0
shop_edit.js
public/resource/js/shop_edit.js
+0
-0
No files found.
application/app_broker/view/index/shop_detail_pc.html
View file @
9cacb7ea
...
@@ -29,8 +29,8 @@
...
@@ -29,8 +29,8 @@
<td></td>
<td></td>
</tr>
</tr>
<tr>
<tr>
<td>
商铺面积
:{{dealArea}}
</td>
<td>
{{d.shop_type?'使用面积':'商铺面积'}}
:{{dealArea}}
</td>
<td>
项目总面积
:{{d.market_area}}
</td>
<td>
{{d.shop_type?'建筑面积':'项目总面积'}}
:{{d.market_area}}
</td>
<td>
剩余铺数:{{d.residue_num}}
</td>
<td>
剩余铺数:{{d.residue_num}}
</td>
<td>
总铺数:{{d.total}}
</td>
<td>
总铺数:{{d.total}}
</td>
</tr>
</tr>
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
交通:{{d.traffic}}
</td>
<td
colspan=
"2"
>
交通:{{d.traffic}}
</td>
<td
colspan=
"2"
>
签约规则:{{
d.sign_rule
}}
</td>
<td
colspan=
"2"
>
签约规则:{{
signRule()
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"2"
>
对内项目优势:{{d.internal_item_advantage}}
</td>
<td
colspan=
"2"
>
对内项目优势:{{d.internal_item_advantage}}
</td>
...
@@ -80,7 +80,18 @@
...
@@ -80,7 +80,18 @@
</tr>
</tr>
<tr
v-if=
"!d.is_show"
>
<tr
v-if=
"!d.is_show"
>
<td
colspan=
"2"
>
对外项目优势:{{d.external_item_advantage}}
</td>
<td
colspan=
"2"
>
对外项目优势:{{d.external_item_advantage}}
</td>
<td
colspan=
"2"
></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>
<tr
v-if=
"!d.is_show && d.cover_plan"
>
<td
colspan=
"4"
class=
"oh"
>
<div
class=
"fl"
>
对外封面图:
</div>
<div
class=
"fl"
>
<ul
class=
"oh img-list"
>
<li
class=
"fl oh"
><img
class=
"fl"
:src=
"d.api_path+d.cover_plan.img_name"
/></li>
</ul>
</div>
</td>
</tr>
</tr>
<tr
class=
"tr-seat"
>
<tr
class=
"tr-seat"
>
<td
colspan=
"4"
></td>
<td
colspan=
"4"
></td>
...
...
application/index/view/houses/edit.html
View file @
9cacb7ea
...
@@ -184,6 +184,8 @@
...
@@ -184,6 +184,8 @@
<div
class=
"input-group-addon"
>
元/月
</div>
<div
class=
"input-group-addon"
>
元/月
</div>
</div>
</div>
</div>
</div>
</li>
<li
class=
"list-group-item"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
for=
"management_fee"
>
物业管理费
</label>
<label
for=
"management_fee"
>
物业管理费
</label>
<div
class=
"input-group"
>
<div
class=
"input-group"
>
...
@@ -198,6 +200,17 @@
...
@@ -198,6 +200,17 @@
<div
class=
"input-group-addon"
>
元
</div>
<div
class=
"input-group-addon"
>
元
</div>
</div>
</div>
</div>
</div>
<div
class=
"form-group"
>
<label
for=
""
>
对商户显示的转让费
</label>
<label
class=
"checkbox-inline"
>
<input
type=
"checkbox"
id=
"foreignZhuanrangFace"
value=
"面议"
>
面议
</label>
<div
class=
"input-group"
>
<input
type=
"number"
class=
"form-control input-100-width"
id=
"foreignZhuanrangPrice"
placeholder=
"请输入"
data-alert=
"请填写对商户显示的转让费!"
>
<div
class=
"input-group-addon"
>
元
</div>
</div>
<span>
(选择面议,则不要填写金额)
</span>
</div>
</li>
</li>
<li
class=
"list-group-item"
>
<li
class=
"list-group-item"
>
<div
class=
"form-group"
>
<div
class=
"form-group"
>
...
@@ -301,9 +314,54 @@
...
@@ -301,9 +314,54 @@
<label
for=
""
>
对商户显示的项目优势
</label>
<label
for=
""
>
对商户显示的项目优势
</label>
<textarea
class=
"form-control textarea-500-width"
rows=
"3"
id=
"foreignYoushi"
data-alert=
"请填写对外项目优势!"
></textarea>
<textarea
class=
"form-control textarea-500-width"
rows=
"3"
id=
"foreignYoushi"
data-alert=
"请填写对外项目优势!"
></textarea>
</div>
</div>
<div
class=
"form-group full-width-100"
>
</li>
<li
class=
"list-group-item"
>
<!--<div class="form-group full-width-100">
<label for="">签约规则</label>
<label for="">签约规则</label>
<textarea class="form-control textarea-500-width" rows="3" id="qianyueRule" data-alert="请填写签约规则!"></textarea>
<textarea class="form-control textarea-500-width" rows="3" id="qianyueRule" data-alert="请填写签约规则!"></textarea>
</div>-->
<div
class=
"form-group"
>
<label
for=
"shangpuType"
>
付款规则
</label>
<span>
付
</span>
<select
class=
"form-control"
name=
"guizeFu"
id=
"guizeFu"
data-alert=
"请选择付款规则付多少"
>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
1
</option>
<option
value=
"2"
>
2
</option>
<option
value=
"3"
>
3
</option>
<option
value=
"4"
>
4
</option>
<option
value=
"5"
>
5
</option>
<option
value=
"6"
>
6
</option>
<option
value=
"7"
>
7
</option>
<option
value=
"8"
>
8
</option>
<option
value=
"9"
>
9
</option>
<option
value=
"10"
>
10
</option>
<option
value=
"11"
>
11
</option>
<option
value=
"12"
>
12
</option>
</select>
<span>
压
</span>
<select
class=
"form-control"
name=
"guizeYa"
id=
"guizeYa"
data-alert=
"请选择付款规则压多少"
>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
1
</option>
<option
value=
"2"
>
2
</option>
<option
value=
"3"
>
3
</option>
<option
value=
"4"
>
4
</option>
<option
value=
"5"
>
5
</option>
<option
value=
"6"
>
6
</option>
<option
value=
"7"
>
7
</option>
<option
value=
"8"
>
8
</option>
<option
value=
"9"
>
9
</option>
<option
value=
"10"
>
10
</option>
<option
value=
"11"
>
11
</option>
<option
value=
"12"
>
12
</option>
</select>
</div>
<div
class=
"form-group"
>
<label
for=
""
>
签约年限
</label>
<div
class=
"input-group"
>
<input
type=
"number"
class=
"form-control input-100-width"
id=
"qianyueNianxian"
placeholder=
"请填写"
data-alert=
"请填写签约年限!"
>
<div
class=
"input-group-addon"
>
年
</div>
</div>
</div>
</div>
</li>
</li>
<li
class=
"list-group-item"
>
<li
class=
"list-group-item"
>
...
...
public/app/js/shop_detail_pc.js
View file @
9cacb7ea
...
@@ -54,6 +54,10 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'],function
...
@@ -54,6 +54,10 @@ require(['vue', 'css!style/shop_detail_pc.css', 'jquery0325', 'common'],function
hidePhone
(
t
)
{
hidePhone
(
t
)
{
return
hideTel
(
t
);
return
hideTel
(
t
);
},
},
signRule
()
{
let
_this
=
this
;
return
'付'
+
_this
.
d
.
payment_month
+
'压'
+
_this
.
d
.
deposit_month
+
' '
+
_this
.
d
.
age_limit
;
},
//点击拨打,调用隐号接口
//点击拨打,调用隐号接口
callHide
(
t
)
{
callHide
(
t
)
{
let
_this
=
this
;
let
_this
=
this
;
...
...
public/resource/js/shop_edit.js
View file @
9cacb7ea
This diff is collapsed.
Click to expand it.
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