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 @@ - - - - - + + + + + + + + + + + 启用