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
72bc1346
Commit
72bc1346
authored
Nov 23, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
房东手机号搜索
parent
4fa4c17e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
index.html
application/index/view/cell_phone/index.html
+6
-0
callPhoneIndex.js
public/resource/js/callPhoneIndex.js
+3
-0
No files found.
application/index/view/cell_phone/index.html
View file @
72bc1346
...
...
@@ -330,6 +330,12 @@
<option
value=
"1"
>
经纪人拨打
</option>
<option
value=
"2"
>
客户回拨
</option>
</select>
<span
class=
"fore-span ld-Marheight"
>
用户类型:
</span>
<select
class=
"form-control btn2 ld-Marheight"
id=
"user_type"
>
<option
value=
"-1"
>
请选择
</option>
<option
value=
"0"
>
客户
</option>
<option
value=
"1"
>
房东
</option>
</select>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"industry_type"
placeholder=
"姓名"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"dish"
placeholder=
"手机号"
type=
"phone"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"ali_yun_phone"
placeholder=
"隐私号码"
type=
"phone"
value=
""
>
...
...
public/resource/js/callPhoneIndex.js
View file @
72bc1346
...
...
@@ -1313,6 +1313,9 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
params
.
ali_yun_phone
=
$
(
"#ali_yun_phone"
).
val
();
params
.
users_id
=
$
(
"#user_id"
).
val
();
//客户id精确搜索
params
.
house_id
=
$
(
"#house_id"
).
val
();
//客户id精确搜索
if
(
$
(
"#user_type"
).
val
()
>
-
1
)
{
params
.
user_type
=
$
(
"#user_type"
).
val
();
}
//通话记录 时间搜索 必须选择时间
if
(
!
$
(
'#start_date'
).
val
()
||
!
$
(
'#end_date'
).
val
()){
alert
(
'请您选择拨打时间!'
);
...
...
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