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
3e054bf2
Commit
3e054bf2
authored
Sep 02, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
id
parent
f6622cdb
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
+1
-0
callPhoneIndex.js
public/resource/js/callPhoneIndex.js
+3
-1
No files found.
application/index/view/cell_phone/index.html
View file @
3e054bf2
...
...
@@ -342,6 +342,7 @@
<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=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"shangpu_id"
placeholder=
"商铺ID"
type=
"text"
value=
""
>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"bangong_id"
placeholder=
"办公楼ID"
type=
"text"
value=
""
>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"search"
style=
"float: left;"
>
搜索
</span>
<span
class=
"btn btn-info btn3 ld-Marheight"
id=
"reset"
style=
"float: left;"
>
重置
</span>
...
...
public/resource/js/callPhoneIndex.js
View file @
3e054bf2
...
...
@@ -1320,7 +1320,9 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css', 'c
params
.
ali_yun_phone
=
$
(
"#ali_yun_phone"
).
val
();
params
.
house_id
=
$
(
"#house_id"
).
val
();
//客户id精确搜索
params
.
id
=
$
(
"#call_id"
).
val
();
//客户id精确搜索
params
.
shop_house_id
=
$
(
"#shangpu_id"
).
val
();
//商铺id
params
.
office_house_id
=
$
(
"#bangong_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