Commit b90d0c24 authored by gengshaojing's avatar gengshaojing

fix: 商品库存问题

parent df096fa1
...@@ -453,7 +453,7 @@ ...@@ -453,7 +453,7 @@
goods_name: this.commodityForm.goods_name, goods_name: this.commodityForm.goods_name,
desc_pic_url: this.picStr, desc_pic_url: this.picStr,
desc: "", desc: "",
inventory: this.commodityForm.inventory_total - this.inventory, inventory: this.commodityForm.inventory_total,
original_price: this.commodityForm.original_price, original_price: this.commodityForm.original_price,
marketing_type: "4", marketing_type: "4",
price: this.commodityForm.price, price: this.commodityForm.price,
...@@ -600,11 +600,13 @@ ...@@ -600,11 +600,13 @@
width: 90%; width: 90%;
margin: 0 auto; margin: 0 auto;
} }
.buttons_actions { .buttons_actions {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
align-items: center; align-items: center;
} }
.btnGroup { .btnGroup {
margin-bottom: 15px; margin-bottom: 15px;
} }
...@@ -613,8 +615,8 @@ ...@@ -613,8 +615,8 @@
margin: 0 20px 0 0; margin: 0 20px 0 0;
} }
.infoForm /deep/.el-form-item:nth-child(1), .infoForm /deep/ .el-form-item:nth-child(1),
.infoForm /deep/.el-form-item:nth-child(2) { .infoForm /deep/ .el-form-item:nth-child(2) {
width: 100%; width: 100%;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment