Browse Source

产品导入增加非、标功能。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8822 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
ouxianqin 9 years ago
parent
commit
491c79d3a5

BIN
src/main/webapp/resources/img/icon/no-standard.png


BIN
src/main/webapp/resources/img/icon/standard.png


+ 3 - 1
src/main/webapp/resources/tpl/index/baseInfo/prodList.html

@@ -140,9 +140,11 @@
     }
     .hover-show.bg01{
         background: url(static/img/icon/standard.png) no-repeat top right;
+        background-position-y: -1px;
     }
     .hover-show.bg02{
         background: url(static/img/icon/no-standard.png) no-repeat top right;
+        background-position-y: -1px;
     }
 </style>
 <link rel="stylesheet" href="static/css/public.css">
@@ -202,7 +204,7 @@
                         <a ng-bind="::product.title" ui-sref="sale.productDetail({id:product.id})" target="_self"  title="查看详情"></a>
                     </div>
                 </td>
-                <td class="hover-show bg02" style="text-align: right;"><a href="#" title="产品型号" ng-bind="::product.cmpCode"></a></td>
+                <td class="hover-show bg01" style="text-align: right;"><a href="#" title="产品型号" ng-bind="::product.cmpCode"></a></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"><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>