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
2f51ab30
Commit
2f51ab30
authored
Jun 06, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表
parent
86cc7f62
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
10 deletions
+16
-10
edit.html
application/index/view/houses/edit.html
+3
-3
shop_edit.css
public/resource/css/shop_edit.css
+4
-6
shop_edit.js
public/resource/js/shop_edit.js
+8
-0
user.js
public/resource/js/user.js
+1
-1
No files found.
application/index/view/houses/edit.html
View file @
2f51ab30
...
@@ -146,14 +146,14 @@
...
@@ -146,14 +146,14 @@
<div
class=
"form-group"
id=
"li_landlord_phone_input"
>
<div
class=
"form-group"
id=
"li_landlord_phone_input"
>
<label>
房东手机号
</label>
<label>
房东手机号
</label>
<div>
<div
class=
"landlord-form-group"
>
<div
class=
"form-group phone-list-container
landlord-form-group
"
>
<div
class=
"form-group phone-list-container"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"请输入房东称呼"
/>
<input
type=
"text"
class=
"form-control"
placeholder=
"请输入房东称呼"
/>
<input
type=
"tel"
class=
"form-control phone_jia"
placeholder=
"请输入房东手机号"
name=
"landlordPhone"
id=
"landlordPhone"
data-alert=
"请填写房东手机号!"
>
<input
type=
"tel"
class=
"form-control phone_jia"
placeholder=
"请输入房东手机号"
name=
"landlordPhone"
id=
"landlordPhone"
data-alert=
"请填写房东手机号!"
>
</div>
</div>
</div>
</div>
<img
src=
"/resource/image/jia2@2x.png"
class=
"input-add-tel
input-add-tel
-landlord"
id=
"landlord_tel_jia"
/>
<img
src=
"/resource/image/jia2@2x.png"
class=
"input-add-tel-landlord"
id=
"landlord_tel_jia"
/>
</div>
</div>
</li>
</li>
<li
class=
"list-group-item"
>
<li
class=
"list-group-item"
>
...
...
public/resource/css/shop_edit.css
View file @
2f51ab30
...
@@ -291,11 +291,13 @@ img.cancel-pic {
...
@@ -291,11 +291,13 @@ img.cancel-pic {
}
}
/*房东手机号样式调整*/
/*房东手机号样式调整*/
.landlord-form-group
{
.landlord-form-group
>
div
{
margin-top
:
0
!important
;
margin-top
:
0
!important
;
width
:
400px
;
}
}
.input-add-tel-landlord
{
.input-add-tel-landlord
{
margin-top
:
8px
!important
;
height
:
20px
;
margin-top
:
8px
;
}
}
/*房东手机号添加相关样式*/
/*房东手机号添加相关样式*/
...
@@ -312,6 +314,3 @@ img.cancel-pic {
...
@@ -312,6 +314,3 @@ img.cancel-pic {
#li_landlord_phone_input
>
div
>
div
>
input
:nth-last-of-type
(
1
)
{
#li_landlord_phone_input
>
div
>
div
>
input
:nth-last-of-type
(
1
)
{
float
:
right
;
float
:
right
;
}
}
.landlord-form-group
{
width
:
400px
;
}
\ No newline at end of file
public/resource/js/shop_edit.js
View file @
2f51ab30
...
@@ -648,6 +648,14 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart', 'bootstra
...
@@ -648,6 +648,14 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart', 'bootstra
return
false
;
return
false
;
};
};
});
});
_doc
.
on
(
'click'
,
'#landlord_tel_jia'
,
function
(
e
){
e
.
preventDefault
();
e
.
stopPropagation
();
var
_this
=
$
(
this
);
var
_maxLen
=
3
;
});
_doc
.
on
(
'click'
,
'.input-cancel-pic'
,
function
()
{
_doc
.
on
(
'click'
,
'.input-cancel-pic'
,
function
()
{
$
(
this
).
parent
().
remove
();
$
(
this
).
parent
().
remove
();
...
...
public/resource/js/user.js
View file @
2f51ab30
...
@@ -343,7 +343,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
...
@@ -343,7 +343,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
$
(
"#cus_nick"
).
html
(
data
.
data
.
user_info
.
user_nick
);
//昵称
$
(
"#cus_nick"
).
html
(
data
.
data
.
user_info
.
user_nick
);
//昵称
$
(
"#registration_time"
).
html
(
data
.
data
.
user_info
.
registration_time
);
$
(
"#registration_time"
).
html
(
data
.
data
.
user_info
.
registration_time
);
$
(
"#sex"
).
val
(
data
.
data
.
user_info
.
sex
);
//性别
$
(
"#sex"
).
val
(
data
.
data
.
user_info
.
sex
);
//性别
$
(
"#cus_phone"
).
html
(
data
.
data
.
user_info
.
user_phone
);
//电话
$
(
"#cus_phone"
).
html
(
hideTel
(
data
.
data
.
user_info
.
user_phone
)
);
//电话
$
(
"#cus_date"
).
html
(
data
.
data
.
user_info
.
create_time
);
//创建时间
$
(
"#cus_date"
).
html
(
data
.
data
.
user_info
.
create_time
);
//创建时间
$
(
"#referrer_user"
).
html
(
data
.
data
.
user_info
.
referrer_user
);
//上传时间
$
(
"#referrer_user"
).
html
(
data
.
data
.
user_info
.
referrer_user
);
//上传时间
$
(
"#cus_fang"
).
val
(
data
.
data
.
user_info
.
agentinfo
);
//客方
$
(
"#cus_fang"
).
val
(
data
.
data
.
user_info
.
agentinfo
);
//客方
...
...
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