|
@@ -238,7 +238,7 @@
|
|
|
<a ng-bind="::product.title" ui-sref="sale.productDetail({id:product.id})" target="_self" title="查看详情"></a>
|
|
<a ng-bind="::product.title" ui-sref="sale.productDetail({id:product.id})" target="_self" title="查看详情"></a>
|
|
|
</div>
|
|
</div>
|
|
|
</td>
|
|
</td>
|
|
|
- <td class="hover-show text-center" ng-class="{'bg01' : product.cmpUuId != null && product.cmpCode != null , 'bg02' : product.cmpUuId == null && product.cmpCode != null , '': product.cmpCode == null}"><a href="http://www.usoftmall.com/product#/component/{{product.cmpUuId}}" title="产品型号" ng-bind="::product.cmpCode" ng-disabled="product.cmpUuId==null"></a></td>
|
|
|
|
|
|
|
+ <td class="hover-show text-center" ng-class="{'bg01' : product.cmpUuId != null && product.cmpCode != null , 'bg02' : product.cmpUuId == null && product.cmpCode != null , '': product.cmpCode == null}"><a href="http://www.usoftmall.com/product#/component/{{product.cmpUuId}}" title="产品型号" ng-bind="::product.cmpCode" ng-disabled="product.cmpUuId==null" target="_blank"></a></td>
|
|
|
<td class="line-h20 text-center" title="{{product.brand}}" ng-bind="::product.brand"></td>
|
|
<td class="line-h20 text-center" title="{{product.brand}}" ng-bind="::product.brand"></td>
|
|
|
<td class="text-center" title="单位" ng-bind="::product.unit"></td>
|
|
<td class="text-center" title="单位" ng-bind="::product.unit"></td>
|
|
|
<td class="text-center"><a ui-sref="sale.productDetail({id:product.id})" ng-click="isProductEdit()" 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="sale.productDetail({id:product.id})" ng-click="isProductEdit()" 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>
|