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
37a3946d
Commit
37a3946d
authored
Sep 28, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增商铺修改
parent
cf315642
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
6 deletions
+30
-6
edit.html
application/index/view/houses/edit.html
+19
-3
shop_edit.css
public/resource/css/shop_edit.css
+5
-1
shop_edit.js
public/resource/js/shop_edit.js
+6
-2
No files found.
application/index/view/houses/edit.html
View file @
37a3946d
...
@@ -197,7 +197,11 @@
...
@@ -197,7 +197,11 @@
</div>
</div>
<div
class=
"col-xs-3 p-t-10"
>
<div
class=
"col-xs-3 p-t-10"
>
<label
class=
""
>
电
压 :
</label>
<label
class=
""
>
电
压 :
</label>
<input
type=
"number"
class=
"form-control half"
id=
"dianya"
placeholder=
"请输入"
data-alert=
"请输入电压!"
>
伏
<select
class=
"form-control half"
name=
"dianya"
id=
"dianya"
data-alert=
"请选择电压"
>
<option
value=
""
>
请选择
</option>
<option
value=
"220"
>
220
</option>
<option
value=
"380"
>
380
</option>
</select>
伏
</div>
</div>
<div
class=
"col-xs-3 p-t-10"
>
<div
class=
"col-xs-3 p-t-10"
>
<label
class=
""
>
燃
气:
</label>
<label
class=
""
>
燃
气:
</label>
...
@@ -473,8 +477,20 @@
...
@@ -473,8 +477,20 @@
<textarea class="form-control textarea-500-width" rows="3" id="internalYoushi" data-alert="请输入该商铺周边配套、所处地段和该商铺的优势!" placeholder="请输入"></textarea>
<textarea class="form-control textarea-500-width" rows="3" id="internalYoushi" data-alert="请输入该商铺周边配套、所处地段和该商铺的优势!" placeholder="请输入"></textarea>
</div>-->
</div>-->
<div
class=
"form-group full-width-100"
>
<div
class=
"form-group full-width-100"
>
<label
for=
""
>
经纪人对本铺的评价
</label>
<label
for=
""
>
周边配套
</label>
<textarea
class=
"form-control textarea-500-width"
rows=
"3"
id=
"foreignYoushi"
data-alert=
"请输入该商铺周边配套、所处地段和该商铺的优势!"
placeholder=
"1、商铺周边配套(附近有什么) 2、商铺所处地段怎么样 3、商铺附近的人流怎么样"
></textarea>
<textarea
class=
"form-control textarea-500-width"
rows=
"3"
id=
"zhoubianpeitao"
data-alert=
"请输入该商铺周边配套、所处地段和该商铺的优势!"
placeholder=
"商铺周边配套(附近有什么)"
></textarea>
</div>
<div
class=
"form-group full-width-100"
>
<label
for=
""
>
所处地段
</label>
<textarea
class=
"form-control textarea-500-width"
rows=
"3"
id=
"suochudiduan"
data-alert=
"请输入该商铺周边配套、所处地段和该商铺的优势!"
placeholder=
"商铺所处地段怎么样"
></textarea>
</div>
<div
class=
"form-group full-width-100"
>
<label
for=
""
>
附近人流
</label>
<textarea
class=
"form-control textarea-500-width"
rows=
"3"
id=
"fujinrenliu"
data-alert=
"请输入该商铺周边配套、所处地段和该商铺的优势!"
placeholder=
"商铺附近的人流怎么样"
></textarea>
</div>
<div
class=
"form-group full-width-100"
>
<label
for=
""
>
其他补充
</label>
<textarea
class=
"form-control textarea-500-width"
rows=
"3"
id=
"qitabuchong"
data-alert=
"请输入该商铺周边配套、所处地段和该商铺的优势!"
placeholder=
"其他补充"
></textarea>
</div>
</div>
</li>
</li>
<!--<li class="list-group-item">-->
<!--<li class="list-group-item">-->
...
...
public/resource/css/shop_edit.css
View file @
37a3946d
...
@@ -15,8 +15,12 @@
...
@@ -15,8 +15,12 @@
width
:
500px
!important
;
width
:
500px
!important
;
}
}
.list-group-item
>
.full-width-100
+
.full-width-100
{
/*
.list-group-item>.full-width-100+.full-width-100 {
padding-top: 10px;
padding-top: 10px;
}*/
.list-group-item
>
.full-width-100
{
padding
:
5px
0
;
}
}
.list-group-item
>
.full-width-100
>
label
{
.list-group-item
>
.full-width-100
>
label
{
...
...
public/resource/js/shop_edit.js
View file @
37a3946d
...
@@ -62,9 +62,13 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -62,9 +62,13 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_yongjinRuleObj
=
$
(
'#yongjinRule'
),
//佣金规则
_yongjinRuleObj
=
$
(
'#yongjinRule'
),
//佣金规则
_guizeFuObj
=
$
(
'#guizeFu'
),
//签约规则,付
_guizeFuObj
=
$
(
'#guizeFu'
),
//签约规则,付
_guizeYaObj
=
$
(
'#guizeYa'
),
//签约规则,押
_guizeYaObj
=
$
(
'#guizeYa'
),
//签约规则,押
_qianyueNianxianObj
=
$
(
'#qianyueNianxian'
),
//签约年限
上限
_qianyueNianxianObj
=
$
(
'#qianyueNianxian'
),
//签约年限
_qianyueNianxian2Obj
=
$
(
'#qianyueNianxian2'
),
//签约年限下限
_qianyueNianxian2Obj
=
$
(
'#qianyueNianxian2'
),
//签约年限下限
_foreignYoushiObj
=
$
(
'#foreignYoushi'
),
//对外项目优势
_internalYoushiObj
=
$
(
'#internalYoushi'
),
//对内项目优势
_foreignYoushiObj
=
$
(
'#zhoubianpeitao'
),
//周边配套,以前的对外项目优势
_suochudiduanObj
=
$
(
'#suochudiduan'
),
//所处地段
_fujinrenliuObj
=
$
(
'#fujinrenliu'
),
//附近人流
_qitabuchongObj
=
$
(
'#qitabuchong'
),
//其他补充
_qianyueRuleObj
=
$
(
'#qianyueRule'
),
//签约规则
_qianyueRuleObj
=
$
(
'#qianyueRule'
),
//签约规则
//_imgUploadLiebiao = $('#liebiao_pic_ul'), //列表页封面图ul
//_imgUploadLiebiao = $('#liebiao_pic_ul'), //列表页封面图ul
_imgUploadLunbo
=
$
(
'#xiangqing_pic_ul'
),
//详情页轮播图ul
_imgUploadLunbo
=
$
(
'#xiangqing_pic_ul'
),
//详情页轮播图ul
...
...
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