|
|
@@ -301,11 +301,8 @@ width: 80px;
|
|
|
<a class="order-detail" ng-bind="::product.kind" ui-sref="sale.productDetail({id:product.id})" target="_self" title="查看详情" ng-if="product.standard == 1"></a>
|
|
|
</div>
|
|
|
</td>
|
|
|
- <td class="hover-show text-center" ng-class="{'bg01' : product.standard == 1 , 'bg02' : product.standard != 1}" ng-if="product.standard != 1">
|
|
|
- <span title="产品型号" ng-bind="::product.cmpCode" ng-if="product.standard != 1"></span>
|
|
|
- </td>
|
|
|
- <td class="hover-show text-center" ng-class="{'bg01' : product.standard ==1 , 'bg02' : product.standard != 1}" ng-if="product.standard == 1">
|
|
|
- <a href="http://mall.usoftchina.com/product#/component/{{product.cmpUuId}}/" title="产品型号" ng-bind="::product.pcmpcode" target="_blank" ng-if="product.standard == 1"></a>
|
|
|
+ <td class="hover-show text-center" ng-class="{'bg01' : product.standard == 1 , 'bg02' : product.standard != 1}">
|
|
|
+ <span title="产品型号" ng-bind="::product.cmpCode"></span>
|
|
|
</td>
|
|
|
<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>
|