|
|
@@ -270,20 +270,20 @@
|
|
|
<td class="text-center" title="{{product.code}}" ng-bind="::product.code"></td>
|
|
|
<td class="line-h20 first text-center">
|
|
|
<div class="order-main">
|
|
|
- <a ng-bind="::product.title" ui-sref="sale.productDetail({id:product.id})" target="_self" title="查看详情" ng-if="product.kind == null"></a>
|
|
|
- <a ng-bind="::product.kind" ui-sref="sale.productDetail({id:product.id})" target="_self" title="查看详情" ng-if="product.kind != null"></a>
|
|
|
+ <a ng-bind="::product.title" ui-sref="sale.productDetail({id:product.id})" target="_self" title="查看详情" ng-if="product.standard == 0"></a>
|
|
|
+ <a 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.cmpUuId != null && product.cmpCode != null , 'bg02' : product.cmpUuId == null && product.cmpCode != null , '': product.cmpCode == null}" ng-if="product.pcmpcode == null">
|
|
|
<a href="http://www.usoftmall.com/product#/component/{{product.cmpUuId}}/" title="产品型号" ng-bind="::product.cmpCode" target="_blank" ng-if="product.cmpUuId != null"></a>
|
|
|
- <span title="产品型号" ng-bind="::product.cmpCode" ng-if="product.cmpUuId == null"></span>
|
|
|
+ <span title="产品型号" ng-bind="::product.cmpCode" ng-if="product.standard == 0"></span>
|
|
|
</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}" ng-if="product.pcmpcode != null">
|
|
|
<a href="http://www.usoftmall.com/product#/component/{{product.cmpUuId}}/" title="产品型号" ng-bind="::product.pcmpcode" target="_blank" ng-if="product.cmpUuId != null"></a>
|
|
|
- <span title="产品型号" ng-bind="::product.pcmpcode" ng-if="product.cmpUuId == null"></span>
|
|
|
+ <span title="产品型号" ng-bind="::product.pcmpcode" ng-if="product.standard == 1"></span>
|
|
|
</td>
|
|
|
- <td class="line-h20 text-center" title="{{product.brand}}" ng-bind="::product.brand" ng-if="product.pbranden == null"></td>
|
|
|
- <td class="line-h20 text-center" title="{{product.pbranden}}" ng-bind="::product.pbranden" ng-if="product.pbranden != null"></td>
|
|
|
+ <td class="line-h20 text-center" title="{{product.brand}}" ng-bind="::product.brand" ng-if="product.standard == 0"></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})" 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>
|
|
|
</tr>
|