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
c244fd74
Commit
c244fd74
authored
Mar 06, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
菜单隐藏
parent
f0e849c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
22 deletions
+5
-22
navigation.html
application/index/view/global/navigation.html
+4
-4
Remarks.php
application/model/Remarks.php
+1
-18
No files found.
application/index/view/global/navigation.html
View file @
c244fd74
...
...
@@ -37,7 +37,7 @@
<li
role=
"presentation"
>
<a
href=
"/admin.php/index/version.html"
>
版本号管理
</a>
</li>
<li
role=
"presentation"
>
<!--
<li role="presentation">
<a href="/admin.php/index/auth.html">角色管理</a>
</li>
<li role="presentation">
...
...
@@ -48,11 +48,11 @@
</li>
<li role="presentation">
<a href="/admin.php/index/districtList.html">部门列表</a>
</li>
</li>
-->
<li
role=
"presentation"
>
<a
href=
"/admin.php/index/remarkFollowIndex.html"
>
跟进列表
</a>
</li>
<li
role=
"presentation"
>
<!--
<li role="presentation">
<a href="/admin.php/index/authRuleIndex.html">权限管理</a>
</li>
<li role="presentation">
...
...
@@ -63,7 +63,7 @@
</li>
<li role="presentation">
<a href="/admin.php/index/BusinessDistrict.html">商圈列表</a>
</li>
</li>
-->
<li
role=
"presentation"
>
<a
href=
"/admin.php/index/CellPhoneAgentIndex.html"
>
经纪人通话列表
</a>
</li>
...
...
application/model/Remarks.php
View file @
c244fd74
...
...
@@ -69,24 +69,7 @@ class Remarks extends Model
->
where
(
$params
)
->
group
(
'apply_id'
)
->
select
();
//echo $this->getLastSql();
if
(
!
$data
){
return
$result
;
}
/****************************处理客户电话****************************************/
foreach
(
$data
as
$k
=>
$li
)
{
$phonestr
=
htmlentities
(
trim
(
$li
[
"phpone"
]));
$phonearr
=
explode
(
'|'
,
$phonestr
);
$customer_phone
=
''
;
foreach
(
$phonearr
as
$v
)
{
if
(
$v
)
{
$customer_phone
.=
substr_replace
(
$v
,
'****'
,
3
,
4
)
.
'|'
;
}
}
$data
[
$k
][
'phpone'
]
=
trim
(
$customer_phone
,
'|'
);
}
/****************************处理客户电话****************************************/
return
$data
;
return
$result
;
}
/**
...
...
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