|
|
@@ -266,7 +266,7 @@
|
|
|
<td class="line-h20 text-center" title="{{product.brand}}" ng-bind="::product.brand" ng-if="product.standard != 1"></td>
|
|
|
<td class="line-h20 text-center" title="{{product.pbranden}}" ng-bind="::product.pbranden" ng-if="product.standard == 1"></td>
|
|
|
<td class="text-center" title="单位" ng-bind="::product.unit"></td>
|
|
|
- <td class="text-center"><a ui-sref="sale.productDetail({id:product.id})" target="_self" title="编辑" style="position: relative;top:1px;"><i class="fa fa-lg fa-edit"></i></a>|<a ng-click="deleteById(product.id)" title="删除"><i class="fa fa-lg fa-trash"></i></a></td>
|
|
|
+ <td class="text-center"><a ui-sref="purc.productDetail({id:product.id})" target="_self" title="编辑" style="position: relative;top:1px;"><i class="fa fa-lg fa-edit"></i></a>|<a ng-click="deleteById(product.id)" title="删除"><i class="fa fa-lg fa-trash"></i></a></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|