|
|
@@ -50,14 +50,12 @@
|
|
50
|
50
|
<thead>
|
|
51
|
51
|
<tr>
|
|
52
|
52
|
<th data-hide="phone">序号</th>
|
|
53
|
|
- <th data-class="expand">仓房/油罐名称</th>
|
|
54
|
|
- <th data-class="expand">货位名称</th>
|
|
55
|
|
- <th data-class="expand">检查类型</th>
|
|
56
|
|
- <th data-class="expand">储粮性质</th>
|
|
57
|
|
- <th data-class="expand">粮食品种</th>
|
|
58
|
|
- <th data-hide="phone">检验人</th>
|
|
59
|
|
-<!-- <th data-hide="phone,tablet">检验结果</th>-->
|
|
60
|
|
- <th data-hide="phone,tablet">检查日期</th>
|
|
|
53
|
+ <th data-class="expand">委托书编号</th>
|
|
|
54
|
+ <th data-class="expand">委托仓房/油罐</th>
|
|
|
55
|
+ <th data-class="expand">委托品种</th>
|
|
|
56
|
+ <th data-class="expand">委托类型</th>
|
|
|
57
|
+ <th data-class="expand">委托时间</th>
|
|
|
58
|
+ <th data-class="expand">完成时间</th>
|
|
61
|
59
|
<th data-hide="phone,tablet"> 操作</th>
|
|
62
|
60
|
</tr>
|
|
63
|
61
|
</thead>
|
|
|
@@ -71,8 +69,6 @@
|
|
71
|
69
|
<td>{{qualitycheck.jydw}}</td>
|
|
72
|
70
|
<td>{{qualitycheck.pz}}</td>
|
|
73
|
71
|
<td>{{qualitycheck.jyr}}</td>
|
|
74
|
|
-<!-- <td >{{qualitycheck.jyjg}}</td>-->
|
|
75
|
|
- <td>{{qualitycheck.jyrq | date:'yyyy-MM-dd'}}</td>
|
|
76
|
72
|
<td>
|
|
77
|
73
|
<a href-void ng-click="showViewAck(qualitycheck.zljcid)"><i class="fa fa-info-circle"></i>查看</a>
|
|
78
|
74
|
</td>
|