From cef9367dc76bc13c239bd8894b33cd2c873e5b5a Mon Sep 17 00:00:00 2001 From: fanfan Date: Thu, 16 Jan 2025 18:56:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E5=8A=A0=E4=BB=B7=E6=B8=A0?= =?UTF-8?q?=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataCenter/goods/Index.vue | 29 ++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) 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;