diff --git a/src/views/dataCenter/goods/Index.vue b/src/views/dataCenter/goods/Index.vue index 92f118c..d0d1447 100644 --- a/src/views/dataCenter/goods/Index.vue +++ b/src/views/dataCenter/goods/Index.vue @@ -164,12 +164,20 @@ v-model:visible="priceVisible" width="450px" title="分类加价" - @ok="handleUpdatePrice(selectedRowKeys, categoryPriceIds, rate)" + @ok="handleUpdatePrice(selectedRowKeys, categoryPriceIds, rate,channel)" >
+ 选择渠道: + + + {{ item.name }} + + +
+
商品分类: 加价利润率: - +
{ this.priceVisible = false this.$message.success(result.message, 1.5) @@ -1200,6 +1216,7 @@ export default { span { color: #555; width: 80px; + line-height: 32px; } .input { background-color: #fff;