|
|
@@ -44,7 +44,7 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="goodslist-content">
|
|
|
- <tr v-for="commodity in commodities.content" @click="goBatchDetail(storeInfo.uuid, commodity.batchCode)">
|
|
|
+ <tr v-for="commodity in commodities.content" @click="goBatchDetail(commodity.batchCode)">
|
|
|
<td class="brand-code">
|
|
|
<img class="sellout-store-commodity" v-if="commodity.status === 602" src="/images/search/sellout-search.png" alt="">
|
|
|
<div class="brand" v-if="commodity.brandNameEn || commodity.brandEn">
|
|
|
@@ -267,8 +267,8 @@ export default {
|
|
|
this.pageParams.page = page
|
|
|
this.pageCommodity(this.pageParams, this.ids, this.searchCode)
|
|
|
},
|
|
|
- goBatchDetail (storeId, batchCode) {
|
|
|
- window.open('/store/' + storeId + '/' + batchCode)
|
|
|
+ goBatchDetail (batchCode) {
|
|
|
+ window.open('/store/productDetail/' + batchCode)
|
|
|
},
|
|
|
goBrandDetail (url, event) {
|
|
|
event.stopPropagation()
|