Commit 325ce0c9 authored by wuzhilong's avatar wuzhilong

更新制证包生成:添加民族文字制证包解析和下载;

公安网反馈下载:更新派出所代码,派出所名称;
本地dblink改为yddblink
parent 0f4bce32
...@@ -6,6 +6,6 @@ PUBLIC "-//mybatis.org//DTD Config 3.0//EN" ...@@ -6,6 +6,6 @@ PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
<settings> <settings>
<setting name="mapUnderscoreToCamelCase" value="true"/> <setting name="mapUnderscoreToCamelCase" value="true"/>
<setting name="callSettersOnNulls" value="true"/> <setting name="callSettersOnNulls" value="true"/>
<!--<setting name="logImpl" value="STDOUT_LOGGING" />--> <setting name="logImpl" value="STDOUT_LOGGING" />
</settings> </settings>
</configuration> </configuration>
\ No newline at end of file
<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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment