Commit 8d29a75b authored by liboyang's avatar liboyang

任务单前台页面不需要排序

parent 5ea00bb4
......@@ -62,14 +62,14 @@
<th><input type="checkbox" ng-click="selectAll(type.countyList,$event)" ng-checked="isSelectedAll($index)"></th>
<th>保存日期</th>
<th>组数</th>
<th><a ng-click="countyCode='groupNum';desc=!desc">受理组号</a></th>
<th>受理组号</th>
<th>合格数量</th>
<th>不合格数量</th>
<th>状态</th>
<th></th>
</tr>
</thead>
<tbody ng-repeat="task in type.countyList| orderBy:countyCode:desc">
<tbody ng-repeat="task in type.countyList">
<tr>
<td ng-if="task.dealFlag==3"><input type="checkbox" class="checkOneBox" ng-checked="isSelected(task)" value="{{task.valid}}" ng-click="updateSelection($event,task)"></td>
<td ng-if="task.dealFlag!=3"></td>
......
......@@ -38,9 +38,9 @@
<thead>
<tr>
<th><input type="checkbox" ng-click="selectAll(type.countyList,$event)" ng-checked="isSelectedAll($index)"></th>
<th><a ng-click="countyCode='taskId';desc=!desc">任务单编号</a></th>
<th>任务单编号</th>
<th>组数</th>
<th><a ng-click="countyCode='groupNum';desc=!desc">受理组号</a></th>
<th>受理组号</th>
<th>证件数量</th>
<th>合格数量</th>
<th>不合格数量</th>
......@@ -48,7 +48,7 @@
<th></th>
</tr>
</thead>
<tbody ng-repeat="task in type.countyList| orderBy:countyCode:desc">
<tbody ng-repeat="task in type.countyList">
<tr>
<td><input type="checkbox" class="checkOneBox" ng-checked="isSelected(task)" value="{{task.taskId}}" ng-click="updateSelection($event,task)"></td>
<td class="mailbox-star"><b>{{task.taskId}}</b></td>
......
......@@ -34,10 +34,10 @@
<thead>
<tr>
<th><input type="checkbox" ng-click="selectAll(type.countyList,$event)" ng-checked="isSelectedAll($index)"></th>
<th><a ng-click="countyCode='taskId';desc=!desc">任务单编号</a></th>
<th>任务单编号</th>
<th>核验日期</th>
<th>组数</th>
<th><a ng-click="countyCode='groupNum';desc=!desc">受理组号</a></th>
<th>受理组号</th>
<th>证件数量</th>
<th>电写入数量</th>
<th>电质检数量</th>
......@@ -46,7 +46,7 @@
<th></th>
</tr>
</thead>
<tbody ng-repeat="task in type.countyList | orderBy:countyCode:desc">
<tbody ng-repeat="task in type.countyList">
<tr>
<td><input type="checkbox" class="checkOneBox" ng-checked="isSelected(task)" value="{{task.taskId}}" ng-click="updateSelection($event,task)"></td>
<td class="mailbox-star"><b>{{task.taskId}}</b></td>
......
......@@ -38,10 +38,10 @@
<thead>
<tr>
<th><input type="checkbox" ng-click="selectAll(type.countyList,$event)" ng-checked="isSelectedAll($index)"></th>
<th><a ng-click="countyCode='taskId';desc=!desc">任务单编号</a></th>
<th>任务单编号</th>
<th>核验日期</th>
<th>组数</th>
<th><a ng-click="countyCode='groupNum';desc=!desc">受理组号</a></th>
<th>受理组号</th>
<th>核验数量</th>
<th>卸载数量</th>
<th>证件数量</th>
......@@ -51,7 +51,7 @@
<th></th>
</tr>
</thead>
<tbody ng-repeat="task in type.countyList | orderBy:countyCode:desc">
<tbody ng-repeat="task in type.countyList">
<tr>
<td><input type="checkbox" id="checkOneBox" class="checkOneBox" ng-checked="isSelected(task)" value="{{task.taskId}}" name="{{task.countyValidCount-task.specialCount}}" ng-click="updateSelection($event,task)"></td>
<td class="mailbox-star"><b>{{task.taskId}}</b></td>
......
......@@ -40,10 +40,10 @@
<tr>
<th><input type="checkbox" ng-click="selectAll(type.countyList,$event)"
ng-checked="isSelectedAll($index)"></th>
<th><a ng-click="countyCode='taskId';desc=!desc">任务单编号</a></th>
<th>任务单编号</th>
<th>核验日期</th>
<th>组数</th>
<th><a ng-click="countyCode='groupNum';desc=!desc">受理组号</a></th>
<th>受理组号</th>
<th>证件数量</th>
<th>电写入数量</th>
<th>电质检数量</th>
......@@ -54,7 +54,7 @@
<!--<th></th>-->
</tr>
</thead>
<tbody ng-repeat="task in type.countyList | orderBy:countyCode:desc">
<tbody ng-repeat="task in type.countyList">
<tr>
<td ng-if="type.typeCode=='100'||(task.faileCount==0&&(task.countyValidCount-task.specialCount)==task.eWriteCount&&task.eWriteCount==task.recheckCount)">
<input type="checkbox" class="checkOneBox" ng-checked="isSelected(task)" value="{{task.taskId}}"
......
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