|
|
@@ -14,7 +14,7 @@
|
|
14
|
14
|
</header>
|
|
15
|
15
|
<div>
|
|
16
|
16
|
<div class="widget-body no-padding">
|
|
17
|
|
- <div id="DataTables_Table_1_wrapper"class="dataTables_wrapper form-inline no-footer">
|
|
|
17
|
+ <div id="DataTables_Table_1_wrapper" class="dataTables_wrapper form-inline no-footer">
|
|
18
|
18
|
<div class="dt-toolbar">
|
|
19
|
19
|
<div ng-hide="isArchive" class="col-xs-3 col-sm-1">
|
|
20
|
20
|
<a class="btn btn-primary btn-sm" ng-click="addDailyList()"><span class="fa fa-plus"></span> 新 增</a>
|
|
|
@@ -60,7 +60,7 @@
|
|
60
|
60
|
<th data-class="expand" class="text-center">货位名称</th>
|
|
61
|
61
|
<th data-hide="expand" class="text-center">粮油品种</th>
|
|
62
|
62
|
<th data-hide="expand" class="text-center">检查日期</th>
|
|
63
|
|
- <th data-hide="expand" class="text-center">检查人</th>
|
|
|
63
|
+ <th data-hide="expand" class="text-center">检查人员</th>
|
|
64
|
64
|
|
|
65
|
65
|
<th data-hide="expand" class="text-center">操作</th>
|
|
66
|
66
|
</tr>
|
|
|
@@ -68,17 +68,17 @@
|
|
68
|
68
|
|
|
69
|
69
|
<tbody>
|
|
70
|
70
|
<tr ng-repeat="dailycheck in pageInfo.list">
|
|
71
|
|
- <th align="center">{{$index + 1 + (pageInfo.pageNum-1) * pageInfo.pageSize}}</th>
|
|
72
|
|
- <td>{{storehouseObj[dailycheck.houseId].storehouseName}}</td>
|
|
73
|
|
- <td>{{warehouseObj[dailycheck.warehouseId].warehouseName}}</td>
|
|
74
|
|
- <td>{{dicData[dailycheck.subType]}}</td>
|
|
75
|
|
- <td>{{dailycheck.checkTime | date :'yyyy-MM-dd '}}</td>
|
|
76
|
|
- <td>{{dailycheck.checker}}</td>
|
|
|
71
|
+ <td style="text-align:center;">{{$index + 1 + (pageInfo.pageNum-1) * pageInfo.pageSize}}</td>
|
|
|
72
|
+ <td style="text-align:center;">{{storehouseObj[dailycheck.houseId].storehouseName}}</td>
|
|
|
73
|
+ <td style="text-align:center;">{{warehouseObj[dailycheck.warehouseId].warehouseName}}</td>
|
|
|
74
|
+ <td style="text-align:center;">{{dicData[dailycheck.subType]}}</td>
|
|
|
75
|
+ <td style="text-align:center;">{{dailycheck.checkTime | date :'yyyy-MM-dd '}}</td>
|
|
|
76
|
+ <td style="text-align:center;">{{dailycheck.checker}}</td>
|
|
77
|
77
|
|
|
78
|
78
|
<td class="text-center">
|
|
79
|
79
|
<a href-void ng-click="showViewOut(dailycheck.id)"><i class="fa fa-info-circle"></i>查看</a>
|
|
80
|
|
- <a ng-hide="isArchive" has-permission="717" href-void ng-click="showEditFbe(dailycheck.id)"><i class="fa fa-edit"></i>修改</a>
|
|
81
|
|
- <a ng-hide="isArchive" has-permission="718" href-void ng-click="remove(dailycheck.id)"><i class="fa fa-trash-o"></i>删除</a>
|
|
|
80
|
+ <!--<a ng-hide="isArchive" has-permission="717" href-void ng-click="showEditFbe(dailycheck.id)"><i class="fa fa-edit"></i>修改</a>
|
|
|
81
|
+ <a ng-hide="isArchive" has-permission="718" href-void ng-click="remove(dailycheck.id)"><i class="fa fa-trash-o"></i>删除</a>-->
|
|
82
|
82
|
</td>
|
|
83
|
83
|
</tr>
|
|
84
|
84
|
</tbody>
|