Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
YX_IDENT_beijing_auxiliary_YD
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
zhangyusheng
YX_IDENT_beijing_auxiliary_YD
Commits
1090ffec
Commit
1090ffec
authored
Mar 17, 2019
by
liboyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打印封条
parent
6f85412d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
14 deletions
+20
-14
tagPrint.html
src/main/resources/static/views/tagPrint/tagPrint.html
+20
-14
No files found.
src/main/resources/static/views/tagPrint/tagPrint.html
View file @
1090ffec
...
@@ -56,12 +56,11 @@
...
@@ -56,12 +56,11 @@
<tr
ng-click=
"showDetail(item.ID)"
ng-repeat=
"item in tagPrintData"
>
<tr
ng-click=
"showDetail(item.ID)"
ng-repeat=
"item in tagPrintData"
>
<td>
{{$index+1}}
</td>
<td>
{{$index+1}}
</td>
<td>
{{item.POLICE_CODE}}
</td>
<td>
{{item.POLICE_CODE}}
</td>
<td>
{{item.POLICE_NAME}}
</td>
<td>
{{item.GAJG_MC}}
</td>
<td>
{{item.FINISH_COUNT}}
</td>
<td>
{{item.download}}
</td>
<td>
{{item.download}}
</td>
<td>
{{item.electricCount}}
</td>
<td>
{{item.electricCount}}
</td>
<td
ng-if=
"item.STATE==0"
>
未复核
</td>
<td
ng-if=
"item.STATE==0"
>
未复核
</td>
<td></td>
<td></td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
@@ -77,33 +76,40 @@
...
@@ -77,33 +76,40 @@
<th>
受理号
</th>
<th>
受理号
</th>
<th>
姓名
</th>
<th>
姓名
</th>
<th>
身份证号
</th>
<th>
身份证号
</th>
<th>
签发机关
</th>
<th>
打印标记
</th>
<th>
打印标记
</th>
<th>
电写标记
</th>
<th>
电写标记
</th>
<th>
电质检标记
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<tr
ng-repeat=
"item in json.policeCardsList"
>
<tr
ng-repeat=
"item in json.policeCardsList"
>
<td>
{{$index+1}}
</td>
<td>
{{$index+1}}
</td>
<td>
{{item.acceptNo}}
</td>
<td>
{{item.ACCEPT_NO}}
</td>
<td>
{{item.username}}
</td>
<td>
{{item.NAME}}
</td>
<td>
{{item.idCard}}
</td>
<td>
{{item.CARD_ID}}
</td>
<td>
{{item.qfjg}}
</td>
<td>
<td>
<span
ng-if=
"item.
isPrint==1
"
<span
ng-if=
"item.
downloadDate==null
"
style=
"color: red"
style=
"color: red"
class=
"glyphicon glyphicon-remove"
>
class=
"glyphicon glyphicon-remove"
>
</span>
</span>
<span
ng-if=
"item.
isPrint==0
"
<span
ng-if=
"item.
downloadDate!=null
"
style=
"size: 6px"
>
2019-03-04 19:14
</span>
style=
"size: 6px"
>
{{item.downloadDate | date:'MM-dd hh:mm'}}
</span>
</td>
</td>
<td>
<td>
<span
ng-if=
"item.
isEwrite==1
"
<span
ng-if=
"item.
electricDate==null
"
style=
"color: red"
style=
"color: red"
class=
"glyphicon glyphicon-remove"
>
class=
"glyphicon glyphicon-remove"
>
</span>
</span>
<span
ng-if=
"item.isEwrite==0"
<span
ng-if=
"item.electricDate!=null"
style=
"size: 6px"
>
2019-03-04 19:14
</span>
style=
"size: 6px"
>
{{item.electricDate| date:'MM-dd hh:mm'}}
</span>
</td>
<td>
<span
ng-if=
"item.checkDate==null"
style=
"color: red"
class=
"glyphicon glyphicon-remove"
>
</span>
<span
ng-if=
"item.checkDate!=null"
style=
"size: 6px"
>
{{item.checkDate| date:'MM-dd hh:mm'}}
</span>
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
...
...
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