Commit 9f87dfd3 authored by wuzhilong's avatar wuzhilong

修改页面排版

parent 1e3db5e1
...@@ -6,16 +6,16 @@ ...@@ -6,16 +6,16 @@
</style> </style>
<div class="content row"> <div class="content row">
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box box-primary"> <div class="box">
<strong class="box-header with-border">废证添加</strong> <strong class="box-header with-border">废证添加</strong>
<div class="box-primary"> <div class="box box-primary">
<form ng-submit="createInputs()" style="padding-left: 15px;"> <form ng-submit="createInputs()" style="padding-left: 15px;">
<span style="font-size:20px;">废证数量:</span> <span style="font-size:20px;">废证数量:</span>
<input style="margin-top:20px;height: 30px;" type="number" ng-model="failedCount"> <input style="margin-top:20px;height: 30px;" type="number" ng-model="failedCount">
<input type="submit" class="btn btn-primary" value="确定"> <input type="submit" class="btn btn-primary" value="确定">
<span style="font-size:14px;color: red;" ng-if="errMsglb">{{errMsglb}}</span> <span style="font-size:14px;color: red;" ng-if="errMsglb">{{errMsglb}}</span>
</form> </form>
<div style="padding: 15px;"> <div style="padding: 7px;">
<table class="table table-bordered"> <table class="table table-bordered">
<tr ng-repeat="item in arr"> <tr ng-repeat="item in arr">
<td>{{$index+1}}</td> <td>{{$index+1}}</td>
......
...@@ -9,16 +9,16 @@ ...@@ -9,16 +9,16 @@
</style> </style>
<div class="content row"> <div class="content row">
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box box-primary"> <div class="box">
<strong class="box-header with-border">余证添加</strong> <strong class="box-header with-border">余证添加</strong>
<div class="box-primary"> <div class="box box-primary">
<form ng-submit="createInputs()" style="padding-left: 15px;"> <form ng-submit="createInputs()" style="padding-left: 15px;">
<span style="font-size:20px;">余证数量:</span> <span style="font-size:20px;">余证数量:</span>
<input style="margin-top:20px;height: 30px;" type="number" ng-model="restCount"> <input style="margin-top:20px;height: 30px;" type="number" ng-model="restCount">
<input type="submit" class="btn btn-primary" value="确定"> <input type="submit" class="btn btn-primary" value="确定">
<span style="font-size:14px;color: red;" ng-if="errMsglb">{{errMsglb}}</span> <span style="font-size:14px;color: red;" ng-if="errMsglb">{{errMsglb}}</span>
</form> </form>
<form style="padding: 15px; " name="form"> <form style="padding: 7px; " name="form">
<ul class="cl"> <ul class="cl">
<li ng-repeat="item in arr" style="float: left;margin:0 10px 10px 0"> <li ng-repeat="item in arr" style="float: left;margin:0 10px 10px 0">
<input type="text" style="height: 34px;" class="rest" placeholder="请输入身份证号或受理号"> <input type="text" style="height: 34px;" class="rest" placeholder="请输入身份证号或受理号">
......
...@@ -6,16 +6,16 @@ ...@@ -6,16 +6,16 @@
</style> </style>
<div class="content row"> <div class="content row">
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box box-primary"> <div class="box">
<strong class="box-header with-border">添加详单备注</strong> <strong class="box-header with-border">添加详单备注</strong>
<div class="box-primary"> <div class="box box-primary">
<form ng-submit="createInputs()" style="padding-left: 15px;"> <form ng-submit="createInputs()" style="padding-left: 15px;">
<span style="font-size:20px;">证件数量:</span> <span style="font-size:20px;">证件数量:</span>
<input style="margin-top:20px;height: 30px;" type="number" ng-model="tagCount"> <input style="margin-top:20px;height: 30px;" type="number" ng-model="tagCount">
<input type="submit" class="btn btn-primary" value="确定"> <input type="submit" class="btn btn-primary" value="确定">
<span style="font-size:14px;color: red;" ng-if="errMsglb">{{errMsglb}}</span> <span style="font-size:14px;color: red;" ng-if="errMsglb">{{errMsglb}}</span>
</form> </form>
<div style="padding: 15px;"> <div style="padding: 7px;">
<table class="table table-bordered"> <table class="table table-bordered">
<tr ng-repeat="item in arr"> <tr ng-repeat="item in arr">
<td>{{$index+1}}</td> <td>{{$index+1}}</td>
......
...@@ -52,7 +52,8 @@ ...@@ -52,7 +52,8 @@
</td> </td>
</tr> </tr>
</table> </table>
<table class="table table-bordered table-hover postTable" ng-if="analyseLog.length>0"> <div class="box-info"style="margin:7px;margin-top:0px;">
<table class="table table-bordered table-hover postTable" ng-if="analyseLog.length>0">
<thead> <thead>
<tr> <tr>
<th>NO.</th> <th>NO.</th>
...@@ -81,13 +82,15 @@ ...@@ -81,13 +82,15 @@
</tbody> </tbody>
</table> </table>
<div ng-if="analyseLog.length==0" class="box-body"> <div ng-if="analyseLog.length==0" class="box-body">
<h4>暂无数据</h4> <h4>暂无数据</h4>
</div> </div>
<div style="padding-left: 27%;" ng-if="analyseLog.length>0"> <div style="padding-left: 27%;" ng-if="analyseLog.length>0">
<tm-pagination conf="paginationConf" class="ul"></tm-pagination> <tm-pagination conf="paginationConf" class="ul"></tm-pagination>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
</style> </style>
<div class="content row"> <div class="content row">
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box box-primary"> <div class="box ">
<strong class="box-header">制证信息打包</strong> <strong class="box-header">制证信息打包</strong>
<div class="box-info"> <div class="box box-primary">
<table class="table table-bordered" style="margin-bottom: 0;"> <table class="table table-bordered" style="margin-bottom: 0;">
<tr> <tr>
<td>上传受理号:</td> <td>上传受理号:</td>
...@@ -86,43 +86,43 @@ ...@@ -86,43 +86,43 @@
</div> </div>
<div class="box box-default"> <div class="box box-default">
<strong class="box-header with-border">制证信息详情</strong> <strong class="box-header with-border">制证信息详情</strong>
<div class="box-info" style="padding: 10px;"> <div class="box-info" style="padding: 7px; padding-top: 0px;">
<div ng-if="packageData.length>0"> <div ng-if="packageData.length>0">
<table class="table table-bordered table-hover"> <table class="table table-bordered table-hover">
<thead> <thead>
<tr> <tr>
<th>NO.</th> <th>NO.</th>
<th>上传受理号</th> <th>上传受理号</th>
<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 packageData"> <tr ng-repeat="item in packageData">
<td>{{$index+1}}</td> <td>{{$index+1}}</td>
<td>{{item.JMSFZSLH}}</td> <td>{{item.JMSFZSLH}}</td>
<td>{{item.XM}}</td> <td>{{item.XM}}</td>
<td>{{item.GMSFHM}}</td> <td>{{item.GMSFHM}}</td>
<td>{{item.SOURCE_FILE_NAME}}</td> <td>{{item.SOURCE_FILE_NAME}}</td>
<td>{{item.NEW_FILE_NAME}}</td> <td>{{item.NEW_FILE_NAME}}</td>
<td>{{item.CARD_TYPE}}</td> <td>{{item.CARD_TYPE}}</td>
<td ng-if="item.IS_VALID==1"><button class="btn btn-primary" ng-click="updateIsValid(item.ID,0)">禁用</button></td> <td ng-if="item.IS_VALID==1"><button class="btn btn-primary" ng-click="updateIsValid(item.ID,0)">禁用</button></td>
<td ng-if="item.IS_VALID==0"><button class="btn btn-info" ng-click="updateIsValid(item.ID,1)">启用</button></td> <td ng-if="item.IS_VALID==0"><button class="btn btn-info" ng-click="updateIsValid(item.ID,1)">启用</button></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p style="color:#9f191f;"><span style="margin-right: 15px;">普通证:{{simpleCardCount}}</span><span style="margin-right: 15px;">邮寄证:{{postCardCount}}</span><span>禁用数:{{forbiddenCount}}</span></p> <p style="color:#9f191f;"><span style="margin-right: 15px;">普通证:{{simpleCardCount}}</span><span style="margin-right: 15px;">邮寄证:{{postCardCount}}</span><span>禁用数:{{forbiddenCount}}</span></p>
<div style="padding-left: 27%;"> <div style="padding-left: 27%;">
<tm-pagination conf="paginationConf" class="ul"></tm-pagination> <tm-pagination conf="paginationConf" class="ul"></tm-pagination>
</div>
</div> </div>
<h4 ng-if="packageData.length==0">暂无记录。</h4>
</div> </div>
<h4 ng-if="packageData.length==0">暂无记录。</h4>
</div> </div>
</div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
</style> </style>
<div class="content row"> <div class="content row">
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box box-primary"> <div class="box ">
<strong class="box-header">制证信息管理</strong> <strong class="box-header">制证信息管理</strong>
<div class="box-info"> <div class="box box-primary">
<table class="table table-bordered" style="margin-bottom: 0;"> <table class="table table-bordered" style="margin-bottom: 0;">
<tr> <tr>
<td>新包号:</td> <td>新包号:</td>
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
</div> </div>
<div class="box box-default"> <div class="box box-default">
<strong class="box-header with-border">查询结果</strong> <strong class="box-header with-border">制证信息详情</strong>
<div class="box-info" style="padding: 10px;"> <div class="box-info" style="padding: 7px;padding-top: 0px;">
<table class="table table-bordered table-hover" ng-if="xmlDatas.length>0"> <table class="table table-bordered table-hover" ng-if="xmlDatas.length>0">
<thead> <thead>
<tr> <tr>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<div class="row"> <div class="row">
<!-- /.col --> <!-- /.col -->
<div class="col-md-12"> <div class="col-md-12">
<div class="box box-primary"> <div class="box">
<div class="box-header with-border"> <div class="box-header with-border">
<strong>创建任务单</strong> <strong>创建任务单</strong>
<div class="box-tools pull-right"> <div class="box-tools pull-right">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="row"> <div class="row">
<!-- /.col --> <!-- /.col -->
<div class="col-md-12"> <div class="col-md-12">
<div class="box box-primary"> <div class="box ">
<div class="box-header with-border"> <div class="box-header with-border">
<strong>请选择下发任务单</strong> <strong>请选择下发任务单</strong>
<div class="box-tools pull-right"> <div class="box-tools pull-right">
......
...@@ -26,9 +26,9 @@ ...@@ -26,9 +26,9 @@
</style> </style>
<div class="content row"> <div class="content row">
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box box-primary"> <div class="box">
<strong class="box-header with-border">打包日志</strong> <strong class="box-header with-border">打包日志</strong>
<div class="box-primary" style="padding: 15px;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>新包名:</td> <td>新包名:</td>
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</td> </td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
<td> <td>
生成时间: 生成时间:
...@@ -65,33 +65,37 @@ ...@@ -65,33 +65,37 @@
</td> </td>
<td><button class="btn btn-primary" ng-click="getPackageLog()">查询</button></td> <td><button class="btn btn-primary" ng-click="getPackageLog()">查询</button></td>
</tr> </tr>
</tr> </tr>
</table> </table>
</div>
</div>
<div class="box box-default">
<strong class="box-header with-border">打包信息详情</strong>
<div class="box-info" style="padding: 7px;padding-top: 0px;">
<table class="table table-bordered table-hover postTable" ng-if="packageLogData.length>0"> <table class="table table-bordered table-hover postTable" ng-if="packageLogData.length>0">
<thead> <thead>
<tr> <tr>
<th>NO.</th> <th>NO.</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 packageLogData"> <tr ng-repeat="item in packageLogData">
<td>{{$index+1}}</td> <td>{{$index+1}}</td>
<td>{{item.NEW_FILE_NAME}}</td> <td>{{item.NEW_FILE_NAME}}</td>
<td>{{item.CREATE_DATE | myDateFilter}}</td> <td>{{item.CREATE_DATE | myDateFilter}}</td>
<td>{{item.RECORD_NUMBER}}</td> <td>{{item.RECORD_NUMBER}}</td>
<td>{{item.DWDM}}</td> <td>{{item.DWDM}}</td>
<td>{{item.DWMC}}</td> <td>{{item.DWMC}}</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<div ng-if="packageLogData.length==0" class="box-body"> <div ng-if="packageLogData.length==0" class="box-body">
<h4>暂无数据</h4> <h4>暂无数据</h4>
</div> </div>
<div style="padding-left: 27%;" ng-if="packageLogData.length>0"> <div style="padding-left: 27%;" ng-if="packageLogData.length>0">
<tm-pagination conf="paginationConf" class="ul"></tm-pagination> <tm-pagination conf="paginationConf" class="ul"></tm-pagination>
......
<div class="content row"> <div class="content row">
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box box-primary"> <!--初始化-->
<strong class="box-header"> <div class="box" ng-if="msg!=''" >
查询结果 <div class="box-primary" style="padding: 7px 0px 7px 7px;">
</strong> <h4 ng-if="alertMsg">{{alertMsg}}</h4>
<div class="box-info" style="padding:0px 10px 7px 10px;"> <h4 ng-if="msg">{{msg}}</h4>
<h4 ng-if="alertMsg">{{alertMsg}}</h4> <h4 ng-if="!searchResult">
<h4 ng-if="msg">{{msg}}</h4> 请输入:受理号/身份证号/任务单编号
<h4 ng-if="!searchResult"> </h4>
请输入要查询的受理号/身份证号/任务单编号 </div>
</h4> </div>
<!--任务单--> <!--任务单-->
<div class="panel panel-info" ng-if="searchResult.workOrderData.length>0"> <div class="box-info" ng-if="searchResult.workOrderData.length>0">
<div class="panel-heading"> <div class="panel panel-info">
<h3 class="panel-title"> <div class="panel-heading">
任务单 <h3 class="panel-title">
</h3> 任务单
</div> </h3>
<div class="panel-body"> </div>
<table class="table table-hover table-bordered"> <div class="panel-body">
<thead> <table class="table table-hover table-bordered">
<th>任务单流水号</th> <thead>
<th>区县</th> <th>任务单流水号</th>
<th>制证类型</th> <th>区县</th>
<th>数量</th> <th>制证类型</th>
<th>下发日期</th> <th>数量</th>
<th>膜打印</th> <th>下发日期</th>
<th>预定位</th> <th>膜打印</th>
<th>电写入</th> <th>预定位</th>
<th>分拣</th> <th>电写入</th>
<th>质检</th> <th>分拣</th>
</thead> <th>质检</th>
<tbody> </thead>
<tr ng-repeat="item in searchResult.workOrderData"> <tbody>
<td>{{item.TASK_ID}}</td> <tr ng-repeat="item in searchResult.workOrderData">
<td>{{item.COUNTYNAME}}</td> <td>{{item.TASK_ID}}</td>
<td>{{item.CARD_TYPE}}</td> <td>{{item.COUNTYNAME}}</td>
<td>{{item.VALID_COUNT}}</td> <td>{{item.CARD_TYPE}}</td>
<td>{{item.SUBMIT_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td> <td>{{item.VALID_COUNT}}</td>
<td>{{item.ISSUED_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td> <td>{{item.SUBMIT_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td>
<td>{{item.PRINT_OUT_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td> <td>{{item.ISSUED_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td>
<td>{{item.POSITION_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td> <td>{{item.PRINT_OUT_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td>
<td>{{item.SORT_OUT_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td> <td>{{item.POSITION_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td>
<td>{{item.QUALITY_TEST_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td> <td>{{item.SORT_OUT_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td>
<td>{{item.OUT_STORAGE_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td> <td>{{item.QUALITY_TEST_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td>
</tr> <td>{{item.OUT_STORAGE_DATE | date:'yyyy-MM-dd HH:mm:ss'}}</td>
</tbody> </tr>
</table> </tbody>
</div> </table>
</div> </div>
<!--受理库--> </div>
<div class="panel panel-info" ng-if="searchResult.ACCdata.length>0"> </div>
<!--受理库-->
<div class="box-info" ng-if="searchResult.ACCdata.length>0">
<div class="panel panel-info">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">
受理库 受理库
...@@ -60,21 +63,23 @@ ...@@ -60,21 +63,23 @@
<table class="table table-hover table-bordered"> <table class="table table-hover table-bordered">
<thead> <thead>
<tr> <tr>
<th></th> <th></th>
<th>受理号</th> <th>受理号</th>
<th>区县</th> <th>区县</th>
<th>姓名</th> <th>姓名</th>
<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 searchResult.ACCdata"> <tr ng-repeat="item in searchResult.ACCdata">
<td><input ng-checked="searchResult.ACCdata.length==1" type="checkbox" value="{{item.ACCEPT_NO}}+{{item.COUNTY_CODE}}+{{item.CARD_TYPE_ID}}" class="accu"></td> <td><input ng-checked="searchResult.ACCdata.length==1" type="checkbox"
value="{{item.ACCEPT_NO}}+{{item.COUNTY_CODE}}+{{item.CARD_TYPE_ID}}"
class="accu"></td>
<td>{{item.ACCEPT_NO}}</td> <td>{{item.ACCEPT_NO}}</td>
<td>{{item.COUNTYNAME}}</td> <td>{{item.COUNTYNAME}}</td>
<td>{{item.NAME}}</td> <td>{{item.NAME}}</td>
...@@ -82,8 +87,8 @@ ...@@ -82,8 +87,8 @@
<td ng-if="item.SEX_NO==1"></td> <td ng-if="item.SEX_NO==1"></td>
<td ng-if="item.SEX_NO==2"></td> <td ng-if="item.SEX_NO==2"></td>
<td>{{item.GAJG1}}</td> <td>{{item.GAJG1}}</td>
<td>{{item.BEGIN_DATE | myDateFilter}}</td> <td>{{item.BEGIN_DATE | myDateFilter}}</td>
<td>{{item.EXPIRE_DATE | myDateFilter}}</td> <td>{{item.EXPIRE_DATE | myDateFilter}}</td>
<td>{{item.SIGN_GOVT}}</td> <td>{{item.SIGN_GOVT}}</td>
</tr> </tr>
</tbody> </tbody>
...@@ -94,8 +99,10 @@ ...@@ -94,8 +99,10 @@
<button class="btn btn-danger" ng-click="giveBackCardAccu()">退证</button> <button class="btn btn-danger" ng-click="giveBackCardAccu()">退证</button>
</div> </div>
</div> </div>
<!--制证库--> </div>
<div class="panel panel-info" ng-if="searchResult.PRODData.length>0"> <!--制证库-->
<div class="box-info" ng-if="searchResult.PRODData.length>0">
<div class="panel panel-info">
<div class="panel-heading"> <div class="panel-heading">
<h3 class="panel-title"> <h3 class="panel-title">
制证库 制证库
...@@ -105,22 +112,24 @@ ...@@ -105,22 +112,24 @@
<table class="table table-hover table-bordered"> <table class="table table-hover table-bordered">
<thead> <thead>
<tr> <tr>
<th></th> <th></th>
<th>受理号</th> <th>受理号</th>
<th>区县</th> <th>区县</th>
<th>姓名</th> <th>姓名</th>
<th>身份证号</th> <th>身份证号</th>
<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 searchResult.PRODData"> <tr ng-repeat="item in searchResult.PRODData">
<td><input ng-checked="searchResult.PRODData.length==1" type="checkbox" value="{{item.ACCEPT_NO}}+{{item.COUNTY_CODE}}+{{item.CARD_TYPE_ID}}" class="prod"></td> <td><input ng-checked="searchResult.PRODData.length==1" type="checkbox"
value="{{item.ACCEPT_NO}}+{{item.COUNTY_CODE}}+{{item.CARD_TYPE_ID}}"
class="prod"></td>
<td>{{item.ACCEPT_NO}}</td> <td>{{item.ACCEPT_NO}}</td>
<td>{{item.COUNTYNAME}}</td> <td>{{item.COUNTYNAME}}</td>
<td>{{item.NAME}}</td> <td>{{item.NAME}}</td>
...@@ -141,12 +150,13 @@ ...@@ -141,12 +150,13 @@
<button class="btn btn-danger" ng-click="giveBackCardAccu()">退证</button> <button class="btn btn-danger" ng-click="giveBackCardAccu()">退证</button>
</div> </div>
</div> </div>
<div ng-if="searchResult.workOrderDate.length==0&&searchResult.ACCdata.length==0&&searchResult.PRODData.length==0"> </div>
<!---没查到数据-->
<div class="box-info"
ng-if="searchResult.workOrderDate.length==0&&searchResult.ACCdata.length==0&&searchResult.PRODData.length==0">
<div>
<h4>没有查询到相关信息</h4> <h4>没有查询到相关信息</h4>
</div> </div>
</div> </div>
</div> </div>
</div>
</div> </div>
\ No newline at end of file
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
</style> </style>
<section class="content row"> <section class="content row">
<div class="col-md-12 no-padding" style="margin-top:20px;"> <div class="col-md-12 no-padding" style="margin-top:20px;">
<div class="box box-primary "> <div class="box">
<div class="box-header with-border"> <div class="box-header with-border">
<strong >封条标签</strong> <strong >封条标签</strong>
</div> </div>
<div class="box-info" style="padding: 15px;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 width="10%" style="text-align: center;vertical-align: middle!important;">身份证号:</td>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="row"> <div class="row">
<!-- /.col --> <!-- /.col -->
<div class="col-md-12"> <div class="col-md-12">
<div class="box box-primary"> <div class="box">
<div class="box-header with-border"> <div class="box-header with-border">
<strong>任务单详情</strong> <strong>任务单详情</strong>
<div class="box-tools pull-right"> <div class="box-tools pull-right">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="row"> <div class="row">
<!-- /.col --> <!-- /.col -->
<div class="col-md-12"> <div class="col-md-12">
<div class="box box-primary"> <div class="box">
<div class="box-header with-border"> <div class="box-header with-border">
<strong>任务单详情</strong> <strong>任务单详情</strong>
<div class="box-tools pull-right"> <div class="box-tools pull-right">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="row"> <div class="row">
<!-- /.col --> <!-- /.col -->
<div class="col-md-12"> <div class="col-md-12">
<div class="box box-primary"> <div class="box">
<div class="box-header with-border"> <div class="box-header with-border">
<strong>任务单详情</strong> <strong>任务单详情</strong>
<div class="box-tools pull-right"> <div class="box-tools pull-right">
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="row"> <div class="row">
<!-- /.col --> <!-- /.col -->
<div class="col-md-12"> <div class="col-md-12">
<div class="box box-primary"> <div class="box">
<div class="box-header with-border"> <div class="box-header with-border">
<strong>任务单详情</strong> <strong>任务单详情</strong>
<div class="box-tools pull-right"> <div class="box-tools pull-right">
......
<div class="content row"> <div class="content row">
<!-- /.col --> <!-- /.col -->
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box box-primary"> <div class="box ">
<div class="box-header with-border"> <div class="box-header with-border">
<strong>任务单详情</strong> <strong>任务单详情</strong>
<div class="box-tools pull-right"> <div class="box-tools pull-right">
<input type="text" style="height: 30px;margin-right: 10px;border-radius: 4px;background-color: #eee;cursor: not-allowed;border: 1px solid #ccc;" ng-model="choseDate" id="datepicker" readonly/> <input type="text"
<button type="button" class="btn btn-primary pull-right" style="height: 30px;line-height: 17px;margin-left: 10px;" ng-click="searchTaskList()">当前</button> style="height: 30px;margin-right: 10px;border-radius: 4px;background-color: #eee;cursor: not-allowed;border: 1px solid #ccc;"
<button type="button" class="btn btn-primary pull-right" style="height: 30px;line-height: 17px;" ng-click="searchHistory()">查询历史</button> ng-model="choseDate" id="datepicker" readonly/>
</div> <button type="button" class="btn btn-primary pull-right"
<!-- /.box-tools --> style="height: 30px;line-height: 17px;margin-left: 10px;" ng-click="searchTaskList()">当前
</div> </button>
<!-- /.box-header --> <button type="button" class="btn btn-primary pull-right" style="height: 30px;line-height: 17px;"
<div class="box-body" ng-if="isHistory==0"> ng-click="searchHistory()">查询历史
<div ng-if="cycleSheetData.length>0"> </button>
<div class="nav-tabs-custom clearfix" style="margin-bottom: 0;"> </div>
<ul class="nav nav-tabs"> <!-- /.box-tools -->
<li ng-class="{true: 'active', false: 'inactive'}[tab.isActive]" </div>
ng-repeat="tab in cycleSheetData track by $index"> <!-- /.box-header -->
<a ng-click="func($index,tab.typeCode)"> <div class="box-body" ng-if="isHistory==0">
<ul style="margin: 0;padding: 0;"> <div ng-if="cycleSheetData.length>0">
<li style="font-size: 16px;">{{tab.typeName}}</li> <div class="nav-tabs-custom clearfix" style="margin-bottom: 0;">
<li style="text-align: center;">{{tab.typeSum}}</li> <ul class="nav nav-tabs">
</ul> <li ng-class="{true: 'active', false: 'inactive'}[tab.isActive]"
</a> ng-repeat="tab in cycleSheetData track by $index">
</li> <a ng-click="func($index,tab.typeCode)">
<li style="float: right; padding-right: 20px;"> <ul style="margin: 0;padding: 0;">
<h4>任务总数:{{cardsTotal}}</h4> <li style="font-size: 16px;">{{tab.typeName}}</li>
</li> <li style="text-align: center;">{{tab.typeSum}}</li>
</ul> </ul>
</div> </a>
<div ng-repeat="type in cycleSheetData track by $index" class="table-responsive mailbox-messages" ng-show="currentTab==$index"> </li>
<table class="table table-hover table-striped"> <li style="float: right; padding-right: 20px;">
<thead> <h4>任务总数:{{cardsTotal}}</h4>
<tr> </li>
<th><input type="checkbox" ng-click="selectAll(type.countyList,$event)" ng-checked="isSelectedAll($index)"></th> </ul>
<th><a ng-click="countyCode='taskId';desc=!desc">任务单编号</a></th> </div>
<th>核验日期</th> <div ng-repeat="type in cycleSheetData track by $index" class="table-responsive mailbox-messages"
<th><a ng-click="countyCode='countyCode';desc=!desc">地区</a></th> ng-show="currentTab==$index">
<th>组数</th> <table class="table table-hover table-striped">
<th><a ng-click="countyCode='groupNum';desc=!desc">受理组号</a></th> <thead>
<th>核验数量</th> <tr>
<th>证件数量</th> <th><input type="checkbox" ng-click="selectAll(type.countyList,$event)"
<th>电写入数量</th> ng-checked="isSelectedAll($index)"></th>
<th>特殊证件数量</th> <th><a ng-click="countyCode='taskId';desc=!desc">任务单编号</a></th>
<th>废证数量</th> <th>核验日期</th>
<th>复核数量</th> <th><a ng-click="countyCode='countyCode';desc=!desc">地区</a></th>
<th></th> <th>组数</th>
<th></th> <th><a ng-click="countyCode='groupNum';desc=!desc">受理组号</a></th>
</tr> <th>核验数量</th>
</thead> <th>证件数量</th>
<tbody ng-repeat="task in type.countyList | orderBy:countyCode:desc"> <th>电写入数量</th>
<tr> <th>特殊证件数量</th>
<td ng-if="task.faileCount==0"><input type="checkbox" class="checkOneBox" ng-checked="isSelected(task)" value="{{task.taskId}}" ng-click="updateSelection($event,task)"></td> <th>废证数量</th>
<td ng-if="task.faileCount>0"></td> <th>复核数量</th>
<td class="mailbox-star"><b>{{task.taskId}}</b></td> <th></th>
<td class="mailbox-subject">{{task.saveDate| date:'yyyy-MM-dd'}}</td> <th></th>
<td class="mailbox-subject"><a>{{task.countyName}}</a></td> </tr>
<td class="mailbox-subject">{{task.groupList.length}}</td> </thead>
<td class="mailbox-subject"></td> <tbody ng-repeat="task in type.countyList | orderBy:countyCode:desc">
<td class="mailbox-subject">{{task.countyValidCount}}</td> <tr>
<td class="mailbox-subject">{{task.task.countyValidCount-task.specialCount}}</td> <td ng-if="task.faileCount==0"><input type="checkbox" class="checkOneBox"
<td class="mailbox-subject">{{task.eWriteCount}}</td> ng-checked="isSelected(task)"
<td class="mailbox-subject">{{task.specialCount}}</td> value="{{task.taskId}}"
<td ng-if="task.faileCount!=0" class="mailbox-subject" style="color: red;">{{task.faileCount}}</td> ng-click="updateSelection($event,task)"></td>
<td ng-if="task.faileCount==0" class="mailbox-subject">{{task.faileCount}}</td> <td ng-if="task.faileCount>0"></td>
<td class="mailbox-subject">{{task.recheckCount}}</td> <td class="mailbox-star"><b>{{task.taskId}}</b></td>
<td class="mailbox-date"><a ng-click="getPoliceList(task.policeList,task.taskId)">派出所列表</a></td> <td class="mailbox-subject">{{task.saveDate| date:'yyyy-MM-dd'}}</td>
<td class="mailbox-subject"><button class="btn btn-primary">打印封条</button></td> <td class="mailbox-subject"><a>{{task.countyName}}</a></td>
</tr> <td class="mailbox-subject">{{task.groupList.length}}</td>
<tr ng-if="task.taskId==taskId"> <td class="mailbox-subject"></td>
<td></td> <td class="mailbox-subject">{{task.countyValidCount}}</td>
<td colspan="10"> <td class="mailbox-subject">{{task.task.countyValidCount-task.specialCount}}</td>
<table class="table"> <td class="mailbox-subject">{{task.eWriteCount}}</td>
<thead> <td class="mailbox-subject">{{task.specialCount}}</td>
<th>组号</th> <td ng-if="task.faileCount!=0" class="mailbox-subject" style="color: red;">
<th>派出所名称</th> {{task.faileCount}}
<th>核验数量</th> </td>
<th>证件数量</th> <td ng-if="task.faileCount==0" class="mailbox-subject">{{task.faileCount}}</td>
<th>电写入数量</th> <td class="mailbox-subject">{{task.recheckCount}}</td>
<th>特殊证件数量</th> <td class="mailbox-date"><a
<th>废证数量</th> ng-click="getPoliceList(task.policeList,task.taskId)">派出所列表</a></td>
<th></th> <td class="mailbox-subject">
</thead> <button class="btn btn-primary">打印封条</button>
<tbody> </td>
<tr ng-repeat="item in policeList"> </tr>
<tr ng-if="task.taskId==taskId">
<td></td>
<td colspan="10">
<table class="table">
<thead>
<th>组号</th>
<th>派出所名称</th>
<th>核验数量</th>
<th>证件数量</th>
<th>电写入数量</th>
<th>特殊证件数量</th>
<th>废证数量</th>
<th></th>
</thead>
<tbody>
<tr ng-repeat="item in policeList">
<td>{{item.GROUP_NO}}</td> <td>{{item.GROUP_NO}}</td>
<td>{{item.GAJG_MC}}</td> <td>{{item.GAJG_MC}}</td>
<td>{{item.VALID_COUNT}}</td> <td>{{item.VALID_COUNT}}</td>
...@@ -92,109 +108,117 @@ ...@@ -92,109 +108,117 @@
<td>{{item.E_WRITER_COUNT}}</td> <td>{{item.E_WRITER_COUNT}}</td>
<td>{{item.SPECIAL_CARD_COUNT}}</td> <td>{{item.SPECIAL_CARD_COUNT}}</td>
<td>{{item.FAILECOUNT}}</td> <td>{{item.FAILECOUNT}}</td>
<td><a ng-click="getSpecialCardsInfo(item.GROUP_NO,item.SPECIAL_CARD_COUNT)">特殊证件详情</a></td> <td>
</tr> <a ng-click="getSpecialCardsInfo(item.GROUP_NO,item.SPECIAL_CARD_COUNT)">特殊证件详情</a>
</tbody> </td>
</table> </tr>
</td> </tbody>
</tr> </table>
</tbody> </td>
</table> </tr>
<!-- /.table --> </tbody>
<div class="box-footer" style="text-align: right;"> </table>
<button class="btn btn-primary" ng-click="goes()">转出任务单</button> <!-- /.table -->
<div class="box-footer" style="text-align: right;">
<button class="btn btn-primary" ng-click="goes()">转出任务单</button>
</div>
</div>
<!-- /.mail-box-messages -->
</div> </div>
</div> <div ng-if="cycleSheetData.length==0">
<!-- /.mail-box-messages --> <h4>暂无数据</h4>
</div> </div>
<div ng-if="cycleSheetData.length==0"> </div>
<h4>暂无数据</h4> <div class="box-body" ng-if="isHistory==1">
</div>
</div>
<div class="box-body" ng-if="isHistory==1">
<div ng-if="cycleSheetData.length>0"> <div ng-if="cycleSheetData.length>0">
<div class="nav-tabs-custom clearfix" style="margin-bottom: 0;"> <div class="nav-tabs-custom clearfix" style="margin-bottom: 0;">
<ul class="nav nav-tabs"> <ul class="nav nav-tabs">
<li ng-class="{true: 'active', false: 'inactive'}[tab.isActive]" <li ng-class="{true: 'active', false: 'inactive'}[tab.isActive]"
ng-repeat="tab in cycleSheetData track by $index"> ng-repeat="tab in cycleSheetData track by $index">
<a ng-click="func($index,tab.typeCode)"> <a ng-click="func($index,tab.typeCode)">
<ul style="margin: 0;padding: 0;"> <ul style="margin: 0;padding: 0;">
<li style="font-size: 16px;">{{tab.typeName}}</li> <li style="font-size: 16px;">{{tab.typeName}}</li>
<li style="text-align: center;">{{tab.typeSum}}</li> <li style="text-align: center;">{{tab.typeSum}}</li>
</ul> </ul>
</a> </a>
</li> </li>
</ul> </ul>
</div> </div>
<div ng-repeat="type in cycleSheetData track by $index" class="table-responsive mailbox-messages" ng-show="currentTab==$index"> <div ng-repeat="type in cycleSheetData track by $index" class="table-responsive mailbox-messages"
<table class="table table-hover table-striped"> ng-show="currentTab==$index">
<thead> <table class="table table-hover table-striped">
<tr> <thead>
<th>任务单编号</th> <tr>
<th>核验日期</th> <th>任务单编号</th>
<th>地区</th> <th>核验日期</th>
<th>组数</th> <th>地区</th>
<th>组号</th> <th>组数</th>
<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> <th></th>
</thead> </tr>
<tbody ng-repeat="task in type.countyList"> </thead>
<tr> <tbody ng-repeat="task in type.countyList">
<td class="mailbox-star"><b>{{task.taskId}}</b></td> <tr>
<td class="mailbox-subject">{{task.saveDate| date:'yyyy-MM-dd'}}</td> <td class="mailbox-star"><b>{{task.taskId}}</b></td>
<td class="mailbox-subject"><a>{{task.countyName}}</a></td> <td class="mailbox-subject">{{task.saveDate| date:'yyyy-MM-dd'}}</td>
<td class="mailbox-subject">{{task.policeList.length}}</td> <td class="mailbox-subject"><a>{{task.countyName}}</a></td>
<td class="mailbox-subject"></td> <td class="mailbox-subject">{{task.policeList.length}}</td>
<td class="mailbox-subject">{{task.countyValidCount}}</td> <td class="mailbox-subject"></td>
<td class="mailbox-subject">{{task.task.countyValidCount-task.specialCount}}</td> <td class="mailbox-subject">{{task.countyValidCount}}</td>
<td class="mailbox-subject">{{task.specialCount}}</td> <td class="mailbox-subject">{{task.task.countyValidCount-task.specialCount}}</td>
<td class="mailbox-subject">{{task.checkCount}}</td> <td class="mailbox-subject">{{task.specialCount}}</td>
<td class="mailbox-date"><a ng-click="getPoliceList(task.groupList,task.taskId)">组号列表</a></td> <td class="mailbox-subject">{{task.checkCount}}</td>
<td class="mailbox-subject"><button class="btn btn-primary">打印封条</button></td> <td class="mailbox-date"><a
</tr> ng-click="getPoliceList(task.groupList,task.taskId)">组号列表</a></td>
<tr ng-if="task.taskId==taskId"> <td class="mailbox-subject">
<td></td> <button class="btn btn-primary">打印封条</button>
<td colspan="10"> </td>
<table class="table"> </tr>
<thead> <tr ng-if="task.taskId==taskId">
<th>组号</th> <td></td>
<th>核验数量</th> <td colspan="10">
<th>证件数量</th> <table class="table">
<th>特殊证件数量</th> <thead>
<th></th> <th>组号</th>
</thead> <th>核验数量</th>
<tbody> <th>证件数量</th>
<tr ng-repeat="item in policeList"> <th>特殊证件数量</th>
<td>{{item.GROUP_NO}}</td> <th></th>
<td>{{item.VALID_COUNT}}</td> </thead>
<td>{{item.VALID_COUNT-item.SPECIAL_CARD_COUNT}}</td> <tbody>
<td>{{item.SPECIAL_CARD_COUNT}}</td> <tr ng-repeat="item in policeList">
<td><a ng-click="getSpecialCardsInfo(item.GROUP_NO,item.SPECIAL_CARD_COUNT)">特殊证件详情</a></td> <td>{{item.GROUP_NO}}</td>
</tr> <td>{{item.VALID_COUNT}}</td>
</tbody> <td>{{item.VALID_COUNT-item.SPECIAL_CARD_COUNT}}</td>
</table> <td>{{item.SPECIAL_CARD_COUNT}}</td>
</td> <td>
</tr> <a ng-click="getSpecialCardsInfo(item.GROUP_NO,item.SPECIAL_CARD_COUNT)">特殊证件详情</a>
</tbody> </td>
</table> </tr>
<!-- /.table --> </tbody>
</div> </table>
<!-- /.mail-box-messages --> </td>
</div> </tr>
<div ng-if="cycleSheetData.length==0"> </tbody>
<h4>暂无数据</h4> </table>
</div> <!-- /.table -->
</div>
<!-- /.mail-box-messages -->
</div>
<div ng-if="cycleSheetData.length==0">
<h4>暂无数据</h4>
</div>
</div> </div>
<!-- /.box-body --> <!-- /.box-body -->
</div> </div>
<!-- /. box --> <!-- /. box -->
</div> </div>
</div> </div>
<!-- /.col --> <!-- /.col -->
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
</style> </style>
<div class="content row"> <div class="content row">
<div class="col-md-12" style="margin-top:20px;"> <div class="col-md-12" style="margin-top:20px;">
<div class="box box-primary"> <div class="box ">
<strong class="box-header with-border">制证包上传</strong> <strong class="box-header with-border">制证包上传</strong>
<div class="box-primary"> <div class="box box-primary">
<table class="table table-bordered" style="margin-bottom: 0;"> <table class="table table-bordered" style="margin-bottom: 0;">
<tr> <tr>
<td width="15%">选择XML文件:</td> <td width="15%">选择XML文件:</td>
...@@ -48,26 +48,27 @@ ...@@ -48,26 +48,27 @@
</table> </table>
</div> </div>
</div> </div>
<div class="box box-primary"> <div class="box ">
<strong class="box-header with-border ">制证包管理</strong> <strong class="box-header with-border ">制证包管理</strong>
<div class="box-primary" style="padding: 15px;padding-top: 0;"> <div class="box box-primary">
<table class="table table-bordered" style="margin-bottom: 0;"> <table class="table table-bordered" style="margin-bottom: 0;">
<tr> <tr>
<td width="15%">XML导入时间:</td> <td width="15%">XML导入时间:</td>
<td colspan="2" width="35%"> <td colspan="2" width="35%">
<div class="input-group date" style="width: 65%"> <div class="input-group date" style="width: 65%">
<div class="input-group-addon"> <div class="input-group-addon">
<i class="fa fa-calendar"></i> <i class="fa fa-calendar"></i>
</div> </div>
<input type="text" class="form-control pull-right" ng-model="choseDate" id="datepicker" readonly/> <input type="text" class="form-control pull-right" ng-model="choseDate" id="datepicker" readonly/>
</div> </div>
</td> </td>
<td style="text-align: left;"> <td style="text-align: left;">
<button class="btn btn-primary" ng-click="getXmlPackage()">查询</button> <button class="btn btn-primary" ng-click="getXmlPackage()">查询</button>
</td> </td>
</tr> </tr>
</table> </table>
<table class="table table-bordered table-hover postTable" ng-if="xmlPackageData.length>0"> <div class="box-info" style="padding: 7px;padding-top: 0;">
<table class="table table-bordered table-hover postTable" ng-if="xmlPackageData.length>0">
<thead> <thead>
<tr> <tr>
<th>NO.</th> <th>NO.</th>
...@@ -101,7 +102,9 @@ ...@@ -101,7 +102,9 @@
<h4>暂无记录。</h4> <h4>暂无记录。</h4>
</div> </div>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
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