Browse Source

订单中心,点击发货产品图片加链接与title。

ouxq 8 years ago
parent
commit
9de51cc7b1

+ 2 - 2
src/main/webapp/resources/view/vendor/forstore/vendor_delivery.html

@@ -168,8 +168,8 @@
                     </dd>
                     <dd class="oder_l" ng-repeat="detail in checkinvoice.invoiceFPurchaseDetails">
                             <span class="wid01">
-                                <a href="javascript:void(0)"><img ng-src="{{detail.img || 'static/img/store/common/default.png'}}" width="42" height="42"/></a>
-                                <p ng-bind="detail.cmpCode"></p>
+                                <a href="store/{{::detail.storeid}}/{{::detail.batchCode}}"><img ng-src="{{detail.img || 'static/img/store/common/default.png'}}" width="42" height="42"/></a>
+                                <p><a href="store/{{detail.storeid}}/{{::detail.batchCode}}" ng-bind="detail.cmpCode" title="{{detail.cmpCode}}" class="text-more" style="width: 160px;margin-top: 3px;"></a></p>
                             </span>
                         <span  class="wid01" ng-bind="detail.kiName"></span>
                         <span ng-bind="detail.number | number"></span>