Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac-quanmin
Overview
Overview
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
HTML5-李恒逸
sunac-quanmin
Commits
24393537
Commit
24393537
authored
Jun 14, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
折行修改
parent
b65d828c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
customer_model.php
html/application/models/customer_model.php
+1
-1
index_info.php
html/application/views/admin/report/index_info.php
+13
-1
No files found.
html/application/models/customer_model.php
View file @
24393537
...
...
@@ -931,7 +931,7 @@ class Customer_model extends MY_Model{
}
//得到'tb_customer'表中的'rongchuang_id'
public
function
search_rongchuang_id
(){
$this
->
db
->
select
(
'C.rongchuang_id,C.id
,C.customer_mobile
'
);
$this
->
db
->
select
(
'C.rongchuang_id,C.id'
);
$this
->
db
->
from
(
'tb_customer C'
);
$this
->
db
->
where
(
'C.rongchuang_id <> " "'
);
$query
=
$this
->
db
->
get
();
...
...
html/application/views/admin/report/index_info.php
View file @
24393537
...
...
@@ -123,6 +123,18 @@
background
:
#4b8df8
;
color
:
#fff
;
}
.zhehang
{
display
:
inline-block
;
width
:
150px
;
height
:
auto
;
word-wrap
:
break-word
;
word-break
:
break-all
;
border-left
:
none
!important
;
border-right
:
none
!important
;
border-bottom
:
none
!important
;
text-align
:
center
;
background-color
:
#fff
!important
;
}
</style>
<!--确定按钮遮挡框-->
<div
class=
"hzz-keepout"
style=
"height:100%;width:100%;position:fixed;left:0;top:0;z-index: 1000;display:none;"
>
...
...
@@ -263,7 +275,7 @@
<td>
<?php
echo
$customer
[
'Mtrue_name'
];
?>
</td>
<td>
<?php
echo
$customer
[
'agent_name'
];
?>
</td>
<td>
<?php
echo
$customer
[
'channel_name'
];
?>
</td>
<td>
<?php
echo
$customer
[
'remark'
];
?>
</td>
<td
class=
"zhehang"
>
<?php
echo
$customer
[
'remark'
];
?>
</td>
<td><a
href=
"
<?php
echo
site_url
(
'admin/report/history/'
.
$customer
[
'customer_id'
])
?>
"
>
查看
</a></td>
<td>
<?php
if
(
$customer
[
'is_valid'
]
==
0
){
?>
...
...
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