Commit e539a19c authored by wuzhilong's avatar wuzhilong

任务单转出限制

parent c3a281c4
...@@ -6,8 +6,9 @@ ...@@ -6,8 +6,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 ">补证添加</strong>
<div class="box box-primary">
<table class="table table-bordered" style="margin-bottom:10px;"> <table class="table table-bordered" style="margin-bottom:10px;">
<tr> <tr>
<td width="200px"> <td width="200px">
...@@ -70,6 +71,7 @@ ...@@ -70,6 +71,7 @@
<button class="btn btn-danger" ng-click="cancelAddHistory()">取消</button> <button class="btn btn-danger" ng-click="cancelAddHistory()">取消</button>
</div> </div>
</div> </div>
</div>
</div> </div>
<div class="box"> <div class="box">
<div class="box-header"> <div class="box-header">
......
...@@ -56,9 +56,7 @@ ...@@ -56,9 +56,7 @@
</thead> </thead>
<tbody ng-repeat="task in type.countyList"> <tbody ng-repeat="task in type.countyList">
<tr> <tr>
<!--<td ng-show="type.typeCode=='100'||(task.faileCount==0&&(task.countyValidCount-task.specialCount) <td ng-show="type.typeCode=='100'||(task.faileCount==0&&(task.countyValidCount-task.specialCount)==task.eWriteCount&&task.eWriteCount==task.recheckCount)">
==task.eWriteCount&&task.eWriteCount==task.recheckCount)">-->
<td>
<input type="checkbox" class="checkOneBox" <input type="checkbox" class="checkOneBox"
ng-checked="isSelected(task)" value="{{task.taskId}}" ng-checked="isSelected(task)" value="{{task.taskId}}"
ng-click="updateSelection($event,task)"> ng-click="updateSelection($event,task)">
......
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
<div class="box-header with-border"><strong>邮寄单详情</strong> <div class="box-header with-border"><strong>邮寄单详情</strong>
(<span style="color:#0b93d5;">每页显示{{paginationConf.itemsPerPage}}条/共 (<span style="color:#0b93d5;">每页显示{{paginationConf.itemsPerPage}}条/共
{{paginationConf.totalItems}}条</span>)</div> {{paginationConf.totalItems}}条</span>)</div>
<div class="box-info" style="padding: 7px;"> <div class="box-info" style="padding: 7px;padding-top: 0px;">
<table class="table table-bordered table-hover" ng-if="postData.length>0"> <table class="table table-bordered table-hover" ng-if="postData.length>0">
<thead> <thead>
<tr> <tr>
......
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