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
3582725f
Commit
3582725f
authored
Aug 22, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
电话 精确搜索
parent
4abc7c01
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
index.html
application/index/view/cell_phone/index.html
+2
-1
callPhoneIndex.js
public/resource/js/callPhoneIndex.js
+2
-0
No files found.
application/index/view/cell_phone/index.html
View file @
3582725f
...
...
@@ -321,6 +321,7 @@
<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=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"user_id"
placeholder=
"客户ID"
type=
"phone"
value=
""
>
<div
class=
"clear"
>
</div>
<span
class=
"fore-span ld-Marheight"
>
拨打时间:
</span>
...
...
@@ -423,7 +424,7 @@
<span
class=
"fore-span ld-Marheight"
>
电话:
</span>
<span
class=
"fore-span ld-Marheight cus_phone"
></span>
<!--<a class="fore-span btn-primary ld-Marheight user_call" href="#modal-call" data-toggle="modal">拨打</a>-->
<
a
class=
"fore-span btn-primary user_call"
>
拨打
</a
>
<
!--<a class="fore-span btn-primary user_call" >拨打</a>--
>
</td>
</tr>
<tr>
...
...
public/resource/js/callPhoneIndex.js
View file @
3582725f
...
...
@@ -1282,6 +1282,8 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
params
.
call_type
=
$
(
"#call_type"
).
val
();
params
.
call_style
=
$
(
"#call_style"
).
val
();
params
.
ali_yun_phone
=
$
(
"#ali_yun_phone"
).
val
();
params
.
users_id
=
$
(
"#user_id"
).
val
();
//客户id精确搜索
$
.
ajax
({
url
:
'/index/callLog'
,
//获取列表
type
:
'GET'
,
...
...
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