Commit 440ae4a9 authored by liboyang's avatar liboyang

标签打印页面新增身份证有效期

parent d821351a
...@@ -14,13 +14,18 @@ ...@@ -14,13 +14,18 @@
<div class="box box-primary" style="padding: 7px;padding-top: 0;"> <div class="box box-primary" style="padding: 7px;padding-top: 0;">
<table class="table table-bordered" style="margin-bottom: 0;"> <table class="table table-bordered" style="margin-bottom: 0;">
<tr> <tr>
<td width="10%" style="text-align: center;vertical-align: middle!important;">身份证号:</td> <td style="text-align: center;vertical-align: middle!important;">身份证号:</td>
<td colspan="2" width="35%"> <td>
<input type="text" class="form-control" placeholder="身份证号" ng-model="idCard"/> <input type="text" class="form-control" placeholder="身份证号" ng-model="idCard"/>
</td> </td>
<td colspan="1"> <td style="text-align: center;vertical-align: middle!important;">
有效期: <input style="width:9%;" name="yxqstart" type="text" ng-model="startDate"><input style="width:9%;" name="yxqend" type="text" ng-model="endDate"> 有效期:
</td>
<td>
<input class="form-control" name="yxqstart" type="text" ng-model="startDate" placeholder="起始日期">
</td> </td>
<td style="text-align: center;vertical-align: middle!important;"></td>
<td><input class="form-control" name="yxqend" type="text" ng-model="endDate" placeholder="截至日期"></td>
<td style="text-align: left;"> <td style="text-align: left;">
<button class="btn btn-primary search" ng-click="searchTagPrintData()">查询</button> <button class="btn btn-primary search" ng-click="searchTagPrintData()">查询</button>
<button class="btn btn-primary" ng-click="subSomething()">证件读取</button> <button class="btn btn-primary" ng-click="subSomething()">证件读取</button>
......
...@@ -79,7 +79,9 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin ...@@ -79,7 +79,9 @@ angular.module('AvatarCheck.tagPrint', ['ngRoute', 'AvatarCheck.http', 'tm.pagin
} }
var postParam={ var postParam={
idCard:'' idCard:'',
startDate:'',
endDate:''
} }
var doQueryByIdCard = function(idcard,startDate,endDate){ var doQueryByIdCard = function(idcard,startDate,endDate){
......
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