From b6ae3d71ef086039afc24e5171c33e9172688626 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com>
Date: Tue, 11 Aug 2026 16:22:38 +0800
Subject: [PATCH] =?UTF-8?q?feat(shopGoods):=20=E6=94=AF=E6=8C=81=E5=A4=9A?=
=?UTF-8?q?=E8=A7=84=E6=A0=BC=E4=BB=B7=E6=A0=BC=E5=8C=BA=E9=97=B4=E5=8F=8A?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BF=AB=E9=80=92=E9=85=8D=E9=80=81=E8=AE=BE?=
=?UTF-8?q?=E7=BD=AE=E4=BF=9D=E5=AD=98=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 商品列表价格列新增多规格价格区间显示,单规格依旧显示单值
- 后端新增非持久化最大价字段 priceMax/salePriceMax/dealerPriceMax,批量读取SKU价格区间
- 前端 API 和列表价格列渲染及导出支持价格区间显示
- 添加快递配送相关字段 canExpress 和 expressTemplateId 至后端实体并新增对应数据库字段
- 调整前端运费模板表单项位置及必填校验逻辑,修复保存不生效问题
- 修改 SKU 图片删除方法,避免误删主商品图片数组
---
.../shopGoods/components/shopGoodsEdit.vue | 28 +++++++++----------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/views/shop/shopGoods/components/shopGoodsEdit.vue b/src/views/shop/shopGoods/components/shopGoodsEdit.vue
index a3d9d7c..e46087d 100644
--- a/src/views/shop/shopGoods/components/shopGoodsEdit.vue
+++ b/src/views/shop/shopGoods/components/shopGoodsEdit.vue
@@ -106,6 +106,20 @@
v-model:value="form.buyingPrice"
/>
+
+
+ {{ item.title }}
+
+
+
@@ -444,20 +458,6 @@
:un-checked-value="0"
/>
-
-
- {{ item.title }}
-
-
-