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
325ce0c9
Commit
325ce0c9
authored
Dec 16, 2020
by
wuzhilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新制证包生成:添加民族文字制证包解析和下载;
公安网反馈下载:更新派出所代码,派出所名称; 本地dblink改为yddblink
parent
0f4bce32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
102 additions
and
1 deletion
+102
-1
mybatis-config.xml
src/main/resources/mapper/config/mybatis-config.xml
+2
-1
printReceitp.html
src/main/resources/static/dialogs/printReceitp.html
+100
-0
No files found.
src/main/resources/mapper/config/mybatis-config.xml
View file @
325ce0c9
...
...
@@ -6,6 +6,6 @@ PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
<settings>
<setting
name=
"mapUnderscoreToCamelCase"
value=
"true"
/>
<setting
name=
"callSettersOnNulls"
value=
"true"
/>
<
!--<setting name="logImpl" value="STDOUT_LOGGING" />--
>
<
setting
name=
"logImpl"
value=
"STDOUT_LOGGING"
/
>
</settings>
</configuration>
\ No newline at end of file
src/main/resources/static/dialogs/printReceitp.html
0 → 100644
View file @
325ce0c9
<div
class=
"ui-dialog-title"
>
<H1>
是否打印出库交接单
</H1>
</div>
<div
class=
"ui-dialog-content"
>
</div>
<div
style=
"text-align: center;"
>
<p
ng-if=
"wrongMsg!=-1"
style=
"color: red;"
>
{{wrongMsg}}
</p>
<button
class=
"btn btn-primary"
style=
"width: 40%"
ng-click=
"printDiv()"
>
确认
</button>
<button
class=
"btn btn-danger"
style=
"width: 40%"
ng-click=
"closeThisDialog()"
>
关闭
</button>
</div>
<div
id=
"divPrint{{$index}}"
ng-repeat=
"idx in result"
>
<!--<div class="title" style="text-align: center;">-->
<!--北京市公安局证件制作管理中心交接岗位<br />-->
<!--身份证交接单</div>-->
<!--<div>交接日期:{{receitpDataToPrint.date}}</div>-->
<!--<div>送至:</div>-->
<table
cellpadding=
"0"
cellspacing=
"0"
width=
"740px"
style=
"text-align: center;"
border=
"1px"
ng-show=
"false"
>
<thead>
<tr>
<th
width=
"60"
>
序号
</th>
<th
width=
"130"
>
身份证受理组号
</th>
<th
colspan=
"2"
>
身份证所属派出所名称
</th>
<th
width=
"80"
>
数量
</th>
<th
width=
"145"
>
备注
</th>
</tr>
</thead>
<tbody
ng-repeat=
"item in idx.policeList | orderBy:'QR_CODE'"
>
<tr
height=
"25mm"
style=
"font-size: 11pt;"
>
<td
width=
"60"
>
{{$index+1}}
</td>
<td
width=
"130"
style=
"text-align: center;"
>
{{item.QR_CODE}}
</td>
<td
colspan=
"2"
style=
"text-align: left;"
>
{{item.GAJG_MC}}
</td>
<td
width=
"80"
style=
"text-align: center;"
>
{{item.FINISH_COUNT}}
</td>
<td
width=
"145"
>
</td>
</tr>
</tbody>
<tfoot>
<tr
ng-if=
"idx.value==0"
height=
"25pt"
>
<td
colspan=
"2"
class=
"center"
>
合计
</td>
<td
colspan=
"2"
>
</td>
<td
class=
"center"
style=
"text-align: left;padding-left: 7px;"
>
{{idx.total}}
</td>
<td>
</td>
</tr>
<tr>
<td
colspan=
"3"
style=
"height:26mm;text-align: left;"
>
<div>
实 发 :
</div>
<br
/>
<div
class=
"sign"
>
交付人(签字):
</div>
<br
/>
<div
class=
"signdate"
>
日 期 :
</div>
</td>
<td
colspan=
"3"
style=
"height:26mm;text-align: left;"
>
<div>
实 收 :
</div>
<br
/>
<div
class=
"sign"
>
接收人(签字):
</div>
<br
/>
<div
class=
"signdate"
>
日 期 :
</div>
</td>
</tr>
</tfoot>
</table>
</div>
\ No newline at end of file
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