|
@@ -113,7 +113,7 @@
|
|
<el-table-column align='center' width="180px" label="操作" fixed="right">
|
|
<el-table-column align='center' width="180px" label="操作" fixed="right">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<!-- 组合商品没有进货清单按钮 -->
|
|
<!-- 组合商品没有进货清单按钮 -->
|
|
- <el-button v-if="!scope.row.complementGoodsIdList" @click="onPurchaseList(scope.row)" type="text">进货清单</el-button>
|
|
|
|
|
|
+ <el-button v-if="!scope.row.complementGoodsIdList" v-permission="'/purchaseLlist'" @click="onPurchaseList(scope.row)" type="text">进货清单</el-button>
|
|
<el-popconfirm title="你是否上架该商品?" @onConfirm="onUpdate(scope.row)" v-if="scope.row.status == 0" v-permission="'goods/updateGoodsStatus'">
|
|
<el-popconfirm title="你是否上架该商品?" @onConfirm="onUpdate(scope.row)" v-if="scope.row.status == 0" v-permission="'goods/updateGoodsStatus'">
|
|
<el-button slot="reference" type="text">上架</el-button>
|
|
<el-button slot="reference" type="text">上架</el-button>
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|
|
@@ -481,6 +481,7 @@
|
|
this.$router.push({
|
|
this.$router.push({
|
|
path: '/shopManager/purchaseLlist',
|
|
path: '/shopManager/purchaseLlist',
|
|
query: {
|
|
query: {
|
|
|
|
+ goodsId: row.id,
|
|
pageInfo,
|
|
pageInfo,
|
|
search
|
|
search
|
|
}
|
|
}
|