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
a739ba50
Commit
a739ba50
authored
Jan 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通话记录相关
parent
de1a0768
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
index.html
application/index/view/cell_phone/index.html
+1
-1
callPhoneIndex.js
public/resource/js/callPhoneIndex.js
+2
-0
No files found.
application/index/view/cell_phone/index.html
View file @
a739ba50
...
...
@@ -338,7 +338,7 @@
<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>
<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 btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"call_id"
placeholder=
"通话ID"
type=
"
phone
"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"call_id"
placeholder=
"通话ID"
type=
"
text
"
value=
""
>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
>
重置
</span>
...
...
public/resource/js/callPhoneIndex.js
View file @
a739ba50
...
...
@@ -1313,6 +1313,8 @@ 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精确搜索
params
.
id
=
$
(
"#call_id"
).
val
();
//客户id精确搜索
if
(
$
(
"#user_type"
).
val
()
>
-
1
)
{
params
.
user_type
=
$
(
"#user_type"
).
val
();
}
...
...
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