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
642d15eb
Commit
642d15eb
authored
Aug 30, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台功能
parent
6713e862
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
5 deletions
+11
-5
houseList.html
application/index/view/houses/houseList.html
+1
-1
users_list.html
application/index/view/member/users_list.html
+1
-0
houseList.js
public/resource/js/houseList.js
+2
-0
schoolBusinessNew.js
public/resource/js/schoolBusinessNew.js
+1
-1
user.js
public/resource/js/user.js
+1
-0
house_template_tpl.html
public/resource/template/house_template_tpl.html
+5
-3
No files found.
application/index/view/houses/houseList.html
View file @
642d15eb
...
@@ -171,7 +171,7 @@
...
@@ -171,7 +171,7 @@
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish_name"
placeholder=
"盘方姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish_name"
placeholder=
"盘方姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish_phone"
placeholder=
"盘方手机号"
type=
"tel"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish_phone"
placeholder=
"盘方手机号"
type=
"tel"
value=
""
>
<span
class=
"fore-span ld-Marheight"
>
上传
时间:
</span>
<span
class=
"fore-span ld-Marheight"
>
创建
时间:
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"start_date"
name=
"start_date"
type=
"date"
>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"start_date"
name=
"start_date"
type=
"date"
>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<span
class=
"fore-span ld-Marheight"
>
-
</span>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date"
type=
"date"
>
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"end_date"
name=
"end_date"
type=
"date"
>
...
...
application/index/view/member/users_list.html
View file @
642d15eb
...
@@ -456,6 +456,7 @@
...
@@ -456,6 +456,7 @@
客方所属部门、客方所属门店 与邀请人所属部门、邀请人所属门店 不作为并列筛选项"
value=
""
>
客方所属部门、客方所属门店 与邀请人所属部门、邀请人所属门店 不作为并列筛选项"
value=
""
>
</select>
</select>
<input
class=
"form-control btn2 margin-top-ld input"
data-rule-phoneus=
"false"
data-rule-required=
"false"
name=
"user_agent_name"
placeholder=
"客方姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 margin-top-ld input"
data-rule-phoneus=
"false"
data-rule-required=
"false"
name=
"user_agent"
placeholder=
"客方手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 margin-top-ld input"
data-rule-phoneus=
"false"
data-rule-required=
"false"
name=
"user_agent"
placeholder=
"客方手机号"
type=
"text"
value=
""
>
<!--邀请人-->
<!--邀请人-->
<select
class=
"form-control btn2 margin-top-ld input"
name=
""
id=
"district_id2"
title=
"
<select
class=
"form-control btn2 margin-top-ld input"
name=
""
id=
"district_id2"
title=
"
...
...
public/resource/js/houseList.js
View file @
642d15eb
...
@@ -219,6 +219,8 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
...
@@ -219,6 +219,8 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
}
}
});
});
});
});
//锁盘 接口
//城市 区域 二级联动 筛选
//城市 区域 二级联动 筛选
_doc
.
on
(
'input'
,
'#user_city_choose'
,
function
()
{
_doc
.
on
(
'input'
,
'#user_city_choose'
,
function
()
{
business
.
getList
();
business
.
getList
();
...
...
public/resource/js/schoolBusinessNew.js
View file @
642d15eb
...
@@ -171,7 +171,7 @@ define(['doT', 'text!temp/schoolBusiness_template_tpl.html', 'ckfinder', 'ckfind
...
@@ -171,7 +171,7 @@ define(['doT', 'text!temp/schoolBusiness_template_tpl.html', 'ckfinder', 'ckfind
};
};
});
});
//
图片,
附件上传删除键事件
//附件上传删除键事件
_doc
.
on
(
'click'
,
'.delet-pic-btn'
,
function
(
e
)
{
_doc
.
on
(
'click'
,
'.delet-pic-btn'
,
function
(
e
)
{
var
_this
=
$
(
this
);
var
_this
=
$
(
this
);
e
.
preventDefault
();
e
.
preventDefault
();
...
...
public/resource/js/user.js
View file @
642d15eb
...
@@ -1623,6 +1623,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -1623,6 +1623,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
params
.
pageNo
=
user
.
pageNo
;
params
.
pageNo
=
user
.
pageNo
;
params
.
pageSize
=
user
.
pageSize
;
params
.
pageSize
=
user
.
pageSize
;
params
.
user_agent
=
$
.
trim
(
$
(
"input[name='user_agent']"
).
val
());
params
.
user_agent
=
$
.
trim
(
$
(
"input[name='user_agent']"
).
val
());
// params.user_agent = $.trim($("input[name='user_agent_name']").val());//客方姓名搜索
params
.
invite_agent_phone
=
$
.
trim
(
$
(
"input[name='invite_agent_phone']"
).
val
());
params
.
invite_agent_phone
=
$
.
trim
(
$
(
"input[name='invite_agent_phone']"
).
val
());
params
.
area_type
=
$
.
trim
(
$
(
"select[name=area_type]"
).
val
());
params
.
area_type
=
$
.
trim
(
$
(
"select[name=area_type]"
).
val
());
params
.
price_type
=
$
.
trim
(
$
(
"select[name=price_type]"
).
val
());
params
.
price_type
=
$
.
trim
(
$
(
"select[name=price_type]"
).
val
());
...
...
public/resource/template/house_template_tpl.html
View file @
642d15eb
...
@@ -58,12 +58,9 @@
...
@@ -58,12 +58,9 @@
<
a
class
=
"btn1 [%= (it[item]['is_look'] && it[item]['auth_edit_house'] == 0)?'btn-warning':'btn-success' %]"
href
=
"#modal_shop_detail"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
toggle
=
"modal"
>
跟进
/
查看
<
/a
>
<
a
class
=
"btn1 [%= (it[item]['is_look'] && it[item]['auth_edit_house'] == 0)?'btn-warning':'btn-success' %]"
href
=
"#modal_shop_detail"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
toggle
=
"modal"
>
跟进
/
查看
<
/a
>
<
a
class
=
"btn1 is_show_shoucang [%= sw(it[item]['is_collect']) %]"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
<
a
class
=
"btn1 is_show_shoucang [%= sw(it[item]['is_collect']) %]"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
[
%
if
(
it
[
item
][
"is_collect"
]
==
1
)
{
%
]
[
%
if
(
it
[
item
][
"is_collect"
]
==
1
)
{
%
]
取消收藏
取消收藏
[
%
}
else
if
(
it
[
item
][
"is_collect"
]
==
2
)
{
%
]
[
%
}
else
if
(
it
[
item
][
"is_collect"
]
==
2
)
{
%
]
收藏
收藏
[
%
}
%
]
[
%
}
%
]
<
/a
>
<
/a
>
...
@@ -93,6 +90,11 @@
...
@@ -93,6 +90,11 @@
<!--
[
%
if
(
check_auth
(
'index/addHousesAgents'
))
{
%
]
<!--
[
%
if
(
check_auth
(
'index/addHousesAgents'
))
{
%
]
<
a
class
=
"btn1 btn-success anch"
data
-
target
=
"#modal-anch"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
设置案场权限人
<
/a
>
<
a
class
=
"btn1 btn-success anch"
data
-
target
=
"#modal-anch"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
设置案场权限人
<
/a
>
[
%
}
%
]
-->
[
%
}
%
]
-->
<
a
class
=
"btn1 btn-success is_show_lock_plate btn-default-hide-display"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
锁盘
<
/a
>
[
%
if
(
check_auth
(
"index/editExclusive"
)
||
it
[
item
][
"is_exclusive_type"
]
==
0
||
it
[
item
][
"auth_edit_exclusive"
]
==
1
)
{
%
]
[
%
if
(
check_auth
(
"index/editExclusive"
)
||
it
[
item
][
"is_exclusive_type"
]
==
0
||
it
[
item
][
"auth_edit_exclusive"
]
==
1
)
{
%
]
<
a
class
=
"btn1 btn-success dujia btn-default-hide-display"
href
=
"#modal-dujia"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
exclusive
=
'[%= it[item]["auth_edit_exclusive"] %]'
>
是否独家
<
/a
>
<
a
class
=
"btn1 btn-success dujia btn-default-hide-display"
href
=
"#modal-dujia"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
data
-
exclusive
=
'[%= it[item]["auth_edit_exclusive"] %]'
>
是否独家
<
/a
>
[
%
}
%
]
[
%
}
%
]
...
...
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