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