From e323a947a265d3dc715976af0b5a3d5ddb914cda Mon Sep 17 00:00:00 2001 From: "DESKTOP-8FGKA8Q\\chunfen" Date: Thu, 25 Dec 2025 13:39:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E6=88=90=E6=9C=AC=E3=80=81=E6=80=BB=E6=88=90=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/commodity/combination.vue | 12 ++++++++++-- src/views/commodity/list.vue | 10 +++++++++- src/views/commodity/sku.vue | 20 +++++++++++++------- 3 files changed, 32 insertions(+), 10 deletions(-) diff --git a/src/views/commodity/combination.vue b/src/views/commodity/combination.vue index caddb78..92ed870 100644 --- a/src/views/commodity/combination.vue +++ b/src/views/commodity/combination.vue @@ -67,7 +67,7 @@ - + @@ -80,9 +80,15 @@ + + + + + + 启用 @@ -205,7 +211,9 @@ export default { sort: 0, status: 1, goods_cost: 0, - freight_cost: 0 + freight_cost: 0, + settle_cost: 0, + total_cost: 0 } data.showDialog = true } diff --git a/src/views/commodity/list.vue b/src/views/commodity/list.vue index ff46d04..a91f524 100644 --- a/src/views/commodity/list.vue +++ b/src/views/commodity/list.vue @@ -140,7 +140,7 @@
规格{{ i + 1 }}
- + @@ -175,12 +175,18 @@ + + + + + + 不是 @@ -404,6 +410,8 @@ export default { status: 1, sort: 0, gift: 0, + settle_cost: 0, + total_cost: 0, goods_cost: 0, other_cost: 0, freight_cost: 0, diff --git a/src/views/commodity/sku.vue b/src/views/commodity/sku.vue index 7cfee03..976d262 100644 --- a/src/views/commodity/sku.vue +++ b/src/views/commodity/sku.vue @@ -167,8 +167,8 @@ - - + + @@ -203,14 +203,20 @@ - - - - - + + + + + + + + + + + 启用