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
25c1b142
Commit
25c1b142
authored
Jul 06, 2017
by
HTML5-侯张振
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 身份证展示
parent
40d2e74a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
+14
-1
index_info.php
html/application/views/admin/report/index_info.php
+14
-1
No files found.
html/application/views/admin/report/index_info.php
View file @
25c1b142
...
...
@@ -139,6 +139,19 @@
text-align
:
center
;
background-color
:
#fff
!important
;
}
.zzidcard
{
display
:
inline-block
;
width
:
80px
;
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
;
border-top
:
none
!important
;
}
</style>
<!--确定按钮遮挡框-->
<div
class=
"hzz-keepout"
style=
"height:100%;width:100%;position:fixed;left:0;top:0;z-index: 1000;display:none;"
>
...
...
@@ -271,7 +284,7 @@
<td>
<?php
echo
$customer
[
'building_title'
];
?>
</td>
<td>
<?php
echo
$customer
[
'customer_user'
];
?>
</td>
<td>
<?php
echo
$customer
[
'customer_mobile'
];
?>
</td>
<td>
<?php
echo
$customer
[
'customer_idcard'
];
?>
</td>
<td
class=
"zzidcard"
>
<?php
echo
$customer
[
'customer_idcard'
];
?>
</td>
<td>
<?php
echo
$customer_type
[
$customer
[
'customer_type'
]];
?>
</td>
<td>
<?php
echo
date
(
'Y-m-d H:i'
,
$customer
[
'create_time'
]);
?>
</td>
<td>
<?php
echo
$customer
[
'assign_time'
]
?
date
(
'Y-m-d H:i'
,
$customer
[
'assign_time'
])
:
''
;
?>
</td>
...
...
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