|
|
@@ -33,7 +33,7 @@
|
|
|
<th width="130">时间</th>
|
|
|
<th width="130">采购单号</th>
|
|
|
<th width="80">提示</th>
|
|
|
- <th width="120">详情</th>
|
|
|
+ <!-- <th width="120">详情</th> -->
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody ng-repeat="log in $data">
|
|
|
@@ -41,7 +41,7 @@
|
|
|
<td class="text-center" ng-bind="::log.date | date:'yyyy-MM-dd HH:mm'"></td>
|
|
|
<td class="text-center" ng-bind="::log.code"></td>
|
|
|
<td class="text-center" ng-bind="::log.message"></td>
|
|
|
- <td class="text-center"><a ui-sref="purc.deputydetail({id:log.sourceid})">查看详情>></a></td>
|
|
|
+ <!-- <td class="text-center"><a ui-sref="purc.deputydetail({id:log.sourceid})">查看详情>></a></td> -->
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|