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
92b0cf8f
Commit
92b0cf8f
authored
Jul 18, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台样式优化
parent
e0455d11
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
39 additions
and
24 deletions
+39
-24
agent.html
application/index/view/agent/agent.html
+10
-10
getCollection.html
application/index/view/collection/getCollection.html
+1
-1
evaluation_list.html
application/index/view/evaluation/evaluation_list.html
+4
-0
inspectionRecord.html
application/index/view/inspection/inspectionRecord.html
+4
-1
u_label_index.html
application/index/view/label/u_label_index.html
+2
-2
users_list.html
application/index/view/member/users_list.html
+2
-2
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+0
-0
index.html
application/index/view/store/index.html
+2
-2
index.html
application/index/view/transfer/index.html
+2
-2
watch_list.html
application/index/view/watch_shop/watch_list.html
+2
-2
transfer.js
public/resource/js/transfer.js
+10
-2
No files found.
application/index/view/agent/agent.html
View file @
92b0cf8f
...
...
@@ -46,8 +46,8 @@
<select
class=
"form-control btn2 input ld-Marheight"
name=
""
id=
"guest_stores"
>
</select>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"id"
placeholder=
"姓名/手机号"
name=
"search"
type=
"text"
value=
""
>
<span
class=
"btn btn-
default
btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-
default
btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
<span
class=
"btn btn-
info
btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-
info
btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
</form>
</td>
...
...
@@ -97,31 +97,31 @@
<div
class=
"modal-body"
>
<form
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-
3
control-label"
>
用户名:
</label>
<label
class=
"col-sm-
4
control-label"
>
用户名:
</label>
<input
class=
"form-control btn6"
data-rule-buga=
"false"
data-rule-required=
"true"
name=
"name"
placeholder=
"登录账户所用名称"
type=
"text"
value=
""
id=
"title"
>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-
3
control-label"
>
电话(登录账号):
</label>
<label
class=
"col-sm-
4
control-label"
>
电话(登录账号):
</label>
<input
type=
"number"
class=
"form-control btn6"
name=
"phone"
value=
""
placeholder=
"填写手机号"
>
</div>
<div
class=
"form-group hide"
>
<label
class=
"col-sm-
3
control-label"
>
密码:
</label>
<label
class=
"col-sm-
4
control-label"
>
密码:
</label>
<input
type=
"text"
class=
"form-control btn6"
name=
"password"
id=
"password"
value=
"44444"
placeholder=
"填写密码"
>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-
3
control-label"
>
所属部门:
</label>
<label
class=
"col-sm-
4
control-label"
>
所属部门:
</label>
<select
name=
"district_id"
class=
"form-control btn6"
>
<option
value=
""
>
选择所属部门
</option>
</select>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-
3
control-label"
>
所属门店:
</label>
<label
class=
"col-sm-
4
control-label"
>
所属门店:
</label>
<select
name=
"store_id"
class=
"form-control btn6"
>
</select>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-
3
control-label"
>
性别:
</label>
<label
class=
"col-sm-
4
control-label"
>
性别:
</label>
<div
class=
"radio radio-primary btn4 mr-10"
>
<label
for=
"sex0"
class=
"radio-label1"
>
<div
class=
"iradio_minimal-blue"
aria-checked=
"false"
aria-disabled=
"false"
style=
""
>
...
...
@@ -147,14 +147,14 @@
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-
3
control-label"
>
是否允许访问后台:
</label>
<label
class=
"col-sm-
4
control-label"
>
是否允许访问后台:
</label>
<select
name=
"admin_off"
id=
"admin_off"
class=
"form-control btn6"
>
<option
value=
"0"
>
允许
</option>
<option
value=
"1"
>
不允许
</option>
</select>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-
3
control-label"
>
个人说明:
</label>
<label
class=
"col-sm-
4
control-label"
>
个人说明:
</label>
<textarea
name=
"remarks"
id=
"remarks"
class=
"form-control btn6"
length=
"120"
rows=
"5"
placeholder=
"请填写个人说明"
></textarea>
</div>
</form>
...
...
application/index/view/collection/getCollection.html
View file @
92b0cf8f
...
...
@@ -208,7 +208,7 @@
<table
class=
"table table-striped table-bordered table-hover table-condensed"
>
<thead>
<tr>
<td
colspan=
"1
0
"
>
<td
colspan=
"1
1
"
>
<form
id=
"form_search"
>
<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_date1"
type=
"date"
>
...
...
application/index/view/evaluation/evaluation_list.html
View file @
92b0cf8f
...
...
@@ -32,6 +32,9 @@
font-weight
:
bold
;
font-size
:
16px
;
}
.clear
{
clear
:
both
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
...
...
@@ -60,6 +63,7 @@
<input
class=
"form-control btn4 ld-Marheight"
value=
""
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"create_time_end"
name=
"end_date2"
type=
"date"
>
<!--<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="district_id" placeholder="部门名称" type="text" value="">
<input class="form-control btn2 ld-Marheight" data-rule-phoneus="false" data-rule-required="false" id="store_id" placeholder="门店名称" type="text" value="">-->
<div
class=
"clear"
></div>
<select
class=
"form-control btn4 ld-Marheight input"
name=
""
id=
"district_id"
>
<option
value=
""
>
部门名称
</option>
...
...
application/index/view/inspection/inspectionRecord.html
View file @
92b0cf8f
...
...
@@ -35,6 +35,9 @@
#district_id
{
width
:
16%
!important
;
}
.clear
{
clear
:
both
;
}
</style>
<div
id=
"page-content-wrapper"
>
<div
class=
"container"
>
...
...
@@ -70,7 +73,7 @@
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_phone"
placeholder=
"约带看人手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"house_title"
placeholder=
"商铺名称"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"report_agent_phone"
placeholder=
"客户手机号"
type=
"text"
value=
""
>
<div
class=
"clear"
></div>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
</form>
...
...
application/index/view/label/u_label_index.html
View file @
92b0cf8f
...
...
@@ -61,11 +61,11 @@
<div
class=
"modal-body"
>
<form
class=
"form-horizontal"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-
3
control-label"
>
新增标签:
</label>
<label
class=
"col-sm-
4
control-label"
>
新增标签:
</label>
<input
class=
"form-control btn6"
data-rule-buga=
"false"
data-rule-required=
"true"
name=
"title"
placeholder=
"不能多于5个字"
type=
"text"
value=
""
id=
"title"
>
</div>
<div
class=
"form-group"
>
<label
class=
"col-sm-
3
control-label"
>
是否立刻释放号码:
</label>
<label
class=
"col-sm-
4
control-label"
>
是否立刻释放号码:
</label>
<select
name=
""
id=
"free"
class=
"form-control btn6"
>
<option
value=
"-1"
>
请选择
</option>
<option
value=
"0"
>
否
</option>
...
...
application/index/view/member/users_list.html
View file @
92b0cf8f
...
...
@@ -788,12 +788,12 @@
<br>
<!-- ============添加========== -->
<div
class=
"jian_class"
>
<input
name=
"ues_id"
placeholder=
"请输入经纪人姓名"
type=
"tel"
value=
"
"
class=
"phone_jia old_agents form-control"
>
<input
name=
"ues_id"
placeholder=
"请输入经纪人姓名"
type=
"tel"
value=
""
class=
"phone_jia old_agents form-control"
>
<ul
class=
"phone_list"
></ul>
</div>
<span
class=
"btn3"
id=
"batch"
>
批量修改为
</span>
<div
class=
"jian_class"
>
<input
name=
"ues_id"
placeholder=
"请输入经纪人姓名"
type=
"tel"
value=
"
"
class=
"phone_jia new_agents form-control"
>
<input
name=
"ues_id"
placeholder=
"请输入经纪人姓名"
type=
"tel"
value=
""
class=
"phone_jia new_agents form-control"
>
<ul
class=
"phone_list"
></ul>
</div>
...
...
application/index/view/remark/remark_follow_index.html
View file @
92b0cf8f
This diff is collapsed.
Click to expand it.
application/index/view/store/index.html
View file @
92b0cf8f
...
...
@@ -197,8 +197,8 @@
<select
name=
"mend_name"
class=
"form-control btn2"
id=
"mend_name"
></select>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"name"
placeholder=
"店长姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"phone"
placeholder=
"店长手机号"
type=
"text"
value=
""
>
<span
class=
"btn btn-
default
btn3"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-
default
btn3"
id=
"reset"
>
重置
</span>
<span
class=
"btn btn-
info
btn3"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-
info
btn3"
id=
"reset"
>
重置
</span>
</form>
</td>
</tr>
...
...
application/index/view/transfer/index.html
View file @
92b0cf8f
...
...
@@ -60,8 +60,8 @@
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"shop_name"
placeholder=
"店铺名"
type=
"text"
value=
""
>
<span
class=
"btn btn-
default
btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-
default
btn3 ld-Marheight"
id=
"form_search_reset"
>
重置
</span>
<span
class=
"btn btn-
info
btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-
info
btn3 ld-Marheight"
id=
"form_search_reset"
>
重置
</span>
</form>
</td>
</tr>
...
...
application/index/view/watch_shop/watch_list.html
View file @
92b0cf8f
...
...
@@ -28,8 +28,8 @@
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"name"
placeholder=
"客户姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"phone"
placeholder=
"手机号"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"house_title"
placeholder=
"店铺名"
type=
"text"
value=
""
>
<span
class=
"btn btn-
default
btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-
default
btn3 ld-Marheight"
id=
"form_search_reset"
>
重置
</span>
<span
class=
"btn btn-
info
btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-
info
btn3 ld-Marheight"
id=
"form_search_reset"
>
重置
</span>
</form>
</td>
</tr>
...
...
public/resource/js/transfer.js
View file @
92b0cf8f
...
...
@@ -154,13 +154,21 @@ function alertFollow(obj){
data
:
{
"id"
:
id
,
"type"
:
1
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
var
str
=
''
;
$
(
"#list_follow"
).
empty
();
$
.
each
(
data
.
data
,
function
(
i
,
item
)
{
str
+=
"<tr><td>"
+
item
[
'content'
]
+
"</td><td>"
+
item
[
'admin_name'
]
+
"</td><td>"
+
item
[
'create_time'
]
+
"</td></tr>"
;
$
(
"#list_follow"
).
html
(
str
);
});
if
(
str
){
$
(
"#list_follow"
).
html
(
str
);
}
else
{
$
(
"#list_follow"
).
html
(
'暂无数据'
);
}
}
else
{
alert
(
data
.
msg
);
}
...
...
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