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
169adf0b
Commit
169adf0b
authored
Nov 09, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台优化
parent
3cc480d1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
65 additions
and
5 deletions
+65
-5
agent.html
application/index/view/broker/agent.html
+45
-2
edit.html
application/index/view/houses/edit.html
+9
-0
shop_edit.js
public/resource/js/shop_edit.js
+8
-1
agent_template_tpl.html
public/resource/template/agent_template_tpl.html
+1
-0
real_time_performance_template_tpl.html
...resource/template/real_time_performance_template_tpl.html
+2
-2
No files found.
application/index/view/broker/agent.html
View file @
169adf0b
...
@@ -419,4 +419,48 @@
...
@@ -419,4 +419,48 @@
<!-- /.modal-content -->
<!-- /.modal-content -->
</div>
</div>
<!-- /.modal -->
<!-- /.modal -->
</div>
</div>
\ No newline at end of file
<!--设置经纪人 职称-->
<div
class=
"modal fade"
id=
"modal-professionalTitle"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h4
class=
"modal-title"
>
设置经纪人职称
</h4>
</div>
<div
class=
"modal-body"
>
<form
class=
"form-horizontal form-horizontal-turn"
>
<br
/>
<br
/>
<div
class=
"form-group"
>
<label
class=
"col-sm-4 control-label"
>
职称名称:
</label>
<select
id=
"professional_title_choose"
class=
"form-control btn6"
>
<option
value=
""
>
店长
</option>
<option
value=
""
>
经理
</option>
<option
value=
""
>
主任
</option>
<option
value=
""
>
顾问
</option>
<option
value=
""
>
新人
</option>
</select>
</div>
<br
/>
<br
/>
<br
/>
<br
/>
</form>
</div>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn btn-default"
data-dismiss=
"modal"
>
关闭
</button>
<button
type=
"button"
class=
"btn btn-primary submit_professional_title"
>
提交
</button>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal -->
</div>
application/index/view/houses/edit.html
View file @
169adf0b
...
@@ -7,6 +7,9 @@
...
@@ -7,6 +7,9 @@
.p-t-10
{
.p-t-10
{
margin-top
:
10px
;
margin-top
:
10px
;
}
}
#xiangqing_pic_btn
{
margin-right
:
141px
;
}
</style>
</style>
<!--默认#page-content-wrapper是隐藏的-->
<!--默认#page-content-wrapper是隐藏的-->
<div
id=
"page-content-wrapper"
style=
"display: none;"
>
<div
id=
"page-content-wrapper"
style=
"display: none;"
>
...
@@ -519,6 +522,12 @@
...
@@ -519,6 +522,12 @@
<input
readonly=
"readonly"
type=
"text"
name=
"xiangqing_pic_input"
class=
"form-control"
style=
"display: none"
id=
"xiangqing_pic_input"
placeholder=
"请选择图片"
>
<input
readonly=
"readonly"
type=
"text"
name=
"xiangqing_pic_input"
class=
"form-control"
style=
"display: none"
id=
"xiangqing_pic_input"
placeholder=
"请选择图片"
>
<button
class=
"btn btn-default upload-image-btn"
id=
"xiangqing_pic_btn"
type=
"button"
data-limittop=
"20"
>
选择图片
</button>
<button
class=
"btn btn-default upload-image-btn"
id=
"xiangqing_pic_btn"
type=
"button"
data-limittop=
"20"
>
选择图片
</button>
<span
class=
"tip"
></span>
<span
class=
"tip"
></span>
<label
for=
"isShowShopDetail"
>
是否对客户展示对内详情图
</label>
<select
class=
"form-control"
name=
"isShowShopDetail"
id=
"isShowShopDetail"
data-alert=
"请选择是否对客户展示对内详情图"
>
<option
value=
"-1"
>
请选择
</option>
<option
value=
"1"
>
是
</option>
<option
value=
"0"
>
否
</option>
</select>
</div>
</div>
<ul
class=
"img-pre-ul"
id=
"xiangqing_pic_ul"
></ul>
<ul
class=
"img-pre-ul"
id=
"xiangqing_pic_ul"
></ul>
</li>
</li>
...
...
public/resource/js/shop_edit.js
View file @
169adf0b
...
@@ -83,6 +83,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -83,6 +83,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_imgUploadDujia
=
$
(
'#dujia_pic_ul'
),
//独家合同ul
_imgUploadDujia
=
$
(
'#dujia_pic_ul'
),
//独家合同ul
_imgMaskObj
=
$
(
'#img_mask_area'
),
//预览大图的mask
_imgMaskObj
=
$
(
'#img_mask_area'
),
//预览大图的mask
_laiyuanObj
=
$
(
'#laiyuan'
);
// 来源
_laiyuanObj
=
$
(
'#laiyuan'
);
// 来源
_isshowshopDetailObj
=
$
(
'#isShowShopDetail'
);
// 对内显示详情图
//对商户显示的装让费默认隐藏
//对商户显示的装让费默认隐藏
_foreignZhuanrangPriceObj
.
closest
(
'.form-group'
).
hide
();
_foreignZhuanrangPriceObj
.
closest
(
'.form-group'
).
hide
();
...
@@ -353,7 +354,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -353,7 +354,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
_idRunRoundObj
.
val
(
_data
[
'business_scope'
]);
//目前证照经营范围
_idRunRoundObj
.
val
(
_data
[
'business_scope'
]);
//目前证照经营范围
_laiyuanObj
.
val
(
_data
[
'source'
]);
//来源
_laiyuanObj
.
val
(
_data
[
'source'
]);
//来源
_isshowshopDetailObj
.
val
(
_data
[
'is_show_image'
]);
// 是否对客户展示对内详情图
//大讲堂调用共用方法赋值与取值
//大讲堂调用共用方法赋值与取值
setCKeditorValue
(
'da_jiang_tang'
,
_data
[
'auditorium'
]);
//大讲堂
setCKeditorValue
(
'da_jiang_tang'
,
_data
[
'auditorium'
]);
//大讲堂
//列表页封面图
//列表页封面图
...
@@ -873,6 +874,11 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -873,6 +874,11 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
alert
(
"请选择来源"
);
alert
(
"请选择来源"
);
return
false
;
return
false
;
}
}
//验证显示对内详情图是否选择
if
(
$
(
'#isShowShopDetail'
).
val
()
==
-
1
){
alert
(
"请选择是否对客户展示对内详情图"
);
return
false
;
}
//验证盘方是否填写
//验证盘方是否填写
var
_pfPhoneArr
=
[];
var
_pfPhoneArr
=
[];
...
@@ -1179,6 +1185,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
...
@@ -1179,6 +1185,7 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
'decoration'
:
_zuhangxiuObj
.
val
(),
'decoration'
:
_zuhangxiuObj
.
val
(),
'business_scope'
:
_idRunRoundObj
.
val
(),
'business_scope'
:
_idRunRoundObj
.
val
(),
'source'
:
_laiyuanObj
.
val
(),
'source'
:
_laiyuanObj
.
val
(),
'is_show_image'
:
_isshowshopDetailObj
.
val
(),
//是否显示 对内详情
'del_agent_data'
:
user
.
del_value_anchang
.
substr
(
0
,
user
.
del_value_anchang
.
length
-
1
),
'del_agent_data'
:
user
.
del_value_anchang
.
substr
(
0
,
user
.
del_value_anchang
.
length
-
1
),
'business_district_id'
:
$
(
'#business_rong'
).
val
(),
'business_district_id'
:
$
(
'#business_rong'
).
val
(),
'business_name'
:
$
(
'#business_rong'
).
find
(
'option:selected'
).
text
(),
'business_name'
:
$
(
'#business_rong'
).
find
(
'option:selected'
).
text
(),
...
...
public/resource/template/agent_template_tpl.html
View file @
169adf0b
...
@@ -58,6 +58,7 @@
...
@@ -58,6 +58,7 @@
[
%
if
(
check_auth
(
'index/updateDevice'
))
{
%
]
[
%
if
(
check_auth
(
'index/updateDevice'
))
{
%
]
<
a
class
=
"btn1 btn-success phone-bundling btn-default-hide-display"
href
=
"#modal-phonebundling"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
绑定手机
/
电脑
<
/a
>
<
a
class
=
"btn1 btn-success phone-bundling btn-default-hide-display"
href
=
"#modal-phonebundling"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
绑定手机
/
电脑
<
/a
>
<
a
class
=
"btn1 btn-success professional-title btn-default-hide-display"
href
=
"#modal-professionalTitle"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
设置职称
<
/a
>
[
%
}
%
]
[
%
}
%
]
<
a
class
=
"btn1 btn-default btn-default-hide-caozuo btn-default-hide-display"
><<<<
/a
>
<
a
class
=
"btn1 btn-default btn-default-hide-caozuo btn-default-hide-display"
><<<<
/a
>
[
%
}
%
]
[
%
}
%
]
...
...
public/resource/template/real_time_performance_template_tpl.html
View file @
169adf0b
...
@@ -291,7 +291,7 @@
...
@@ -291,7 +291,7 @@
<
th
class
=
"text-center"
>
提交时间
<
/th
>
<
th
class
=
"text-center"
>
提交时间
<
/th
>
<
th
class
=
"text-center"
>
商铺地址
<
/th
>
<
th
class
=
"text-center"
>
商铺地址
<
/th
>
<
th
class
=
"text-center"
>
成交业务员
<
/th
>
<
th
class
=
"text-center"
>
成交业务员
<
/th
>
<
!--<
th
class
=
"text-center"
>
客户电话
<
/th>--
>
<
th
class
=
"text-center"
>
业务员电话
<
/th
>
<
th
class
=
"text-center"
>
成交类型
<
/th
>
<
th
class
=
"text-center"
>
成交类型
<
/th
>
<
th
class
=
"text-center"
>
应收佣金
<
/th
>
<
th
class
=
"text-center"
>
应收佣金
<
/th
>
<
th
class
=
"text-center"
>
操作
<
/th
>
<
th
class
=
"text-center"
>
操作
<
/th
>
...
@@ -303,7 +303,7 @@
...
@@ -303,7 +303,7 @@
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/a></
td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'create_time'
]
%
]
<
/a></
td
>
<
td
class
=
"text-left"
>
[
%=
hideStr
(
it
[
item
][
'internal_address'
])
%
]
<
/td
>
<
td
class
=
"text-left"
>
[
%=
hideStr
(
it
[
item
][
'internal_address'
])
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'user_name'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'user_name'
]
%
]
<
/td
>
<
!--<
td
class
=
"text-center"
>
[
%=
hideTel
(
it
[
item
][
'user_phone'
])
%
]
<
/td>--
>
<
td
class
=
"text-center"
>
[
%=
hideTel
(
it
[
item
][
'user_phone'
])
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
sw
(
it
[
item
][
'trade_type'
])
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
sw
(
it
[
item
][
'trade_type'
])
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'scale_fee'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'scale_fee'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
<
td
class
=
"text-center"
>
...
...
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