Browse Source

pref: 处理新版本商城切换同步,修改头尾部分

wangcz 6 years ago
parent
commit
633534cad3

+ 2 - 5
src/main/webapp/resources/tpl/index/approvalFlow/prodList.html

@@ -264,11 +264,8 @@
                         <a ng-bind="::product.kind" 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="text-center" title="{{product.brand}}" ng-bind="::product.brand" ng-if="product.standard != 1"></td>
                 <td class="text-center" title="{{product.pbranden}}" ng-bind="::product.pbranden" ng-if="product.standard == 1"></td>

+ 2 - 5
src/main/webapp/resources/tpl/index/baseInfo/prodList.html

@@ -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>

+ 2 - 5
src/main/webapp/resources/tpl/index/purc/prodList.html

@@ -272,11 +272,8 @@
                         <a class="order-detail" ng-bind="::product.kind" ui-sref="purc.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>