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
78a7f4db
Commit
78a7f4db
authored
Aug 04, 2018
by
zw
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'test'
parents
dc752e59
4a9c03cc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
7 deletions
+10
-7
CellPhone.php
application/index/controller/CellPhone.php
+4
-0
index.html
application/index/view/cell_phone/index.html
+1
-0
users_list.html
application/index/view/member/users_list.html
+3
-3
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+1
-4
callPhoneIndex.js
public/resource/js/callPhoneIndex.js
+1
-0
No files found.
application/index/controller/CellPhone.php
View file @
78a7f4db
...
...
@@ -74,6 +74,10 @@ class CellPhone extends Basic
}
}
if
(
!
empty
(
$this
->
params
[
'ali_yun_phone'
]))
{
$where
[
'a.secret_no'
]
=
[
'LIKE'
,
'%'
.
$this
->
params
[
'ali_yun_phone'
]
.
'%'
];
}
$data
[
'list'
]
=
$report
->
getCallList
(
$pageNo
,
$pageSize
,
'id desc'
,
$field
,
$where
);
$data
[
'total'
]
=
$report
->
getCallListTotal
(
$where
);
return
$this
->
response
(
$result
[
'code'
],
$result
[
'msg'
],
$data
);
...
...
application/index/view/cell_phone/index.html
View file @
78a7f4db
...
...
@@ -35,6 +35,7 @@
</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=
""
>
<div
class=
"clear"
>
</div>
<span
class=
"fore-span ld-Marheight"
>
拨打时间:
</span>
...
...
application/index/view/member/users_list.html
View file @
78a7f4db
...
...
@@ -949,13 +949,13 @@
<!-- /.modal -->
</div>
<!--拨打手机号-->
<div
class=
"modal fade"
id=
"modal-call"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal fade"
id=
"modal-call"
data-backdrop=
"static"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content modal-body-width"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
<
!--<
button type="button" class="close" data-dismiss="modal" aria-hidden="true">
×
</button>
</button>
-->
<h4
class=
"modal-title"
>
请使用
<span
id=
"phone_title"
>
...
...
application/index/view/remark/remark_follow_index.html
View file @
78a7f4db
...
...
@@ -587,13 +587,10 @@
<!-- /.modal -->
</div>
<!--拨打手机号-->
<div
class=
"modal fade"
id=
"modal-call"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal fade"
id=
"modal-call"
data-backdrop=
"static"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myModalLabel"
aria-hidden=
"true"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content modal-body-width"
>
<div
class=
"modal-header"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-hidden=
"true"
>
×
</button>
<h4
class=
"modal-title"
>
请使用
<span
id=
"phone_title"
>
...
...
public/resource/js/callPhoneIndex.js
View file @
78a7f4db
...
...
@@ -40,6 +40,7 @@ define (['doT', 'text!temp/callPhone_template_tpl.html', 'css!style/home.css','c
params
.
end_date
=
$
(
'#end_date'
)
.
val
();
//时间2
params
.
call_type
=
$
(
"#call_type"
).
val
();
params
.
call_style
=
$
(
"#call_style"
).
val
();
params
.
ali_yun_phone
=
$
(
"#ali_yun_phone"
).
val
();
$
.
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