Browse Source

物料详情查看

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@7559 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 9 years ago
parent
commit
3e1b8f93bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/resources/tpl/index/baseInfo/prodList.html

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

@@ -176,7 +176,7 @@
             <tr class="order-hd">
                 <td class="line-h20 first text-center" width="140">
                     <div class="order-main">
-                        <a ng-bind="::product.title" ui-sref="baseInfo.productDetail({id:product.id})" target="_self"></a>
+                        <a ng-bind="::product.title" ui-sref="sale.productDetail({id:product.id})" target="_self"></a>
                     </div>
                 </td>
                 <td width="120" class="text-center"><span title="{{product.code}}" ng-bind="::product.code"></span></td>