Commit b90d0c24 authored by gengshaojing's avatar gengshaojing

fix: 商品库存问题

parent df096fa1
......@@ -453,7 +453,7 @@
goods_name: this.commodityForm.goods_name,
desc_pic_url: this.picStr,
desc: "",
inventory: this.commodityForm.inventory_total - this.inventory,
inventory: this.commodityForm.inventory_total,
original_price: this.commodityForm.original_price,
marketing_type: "4",
price: this.commodityForm.price,
......@@ -600,11 +600,13 @@
width: 90%;
margin: 0 auto;
}
.buttons_actions {
display: flex;
justify-content: space-around;
align-items: center;
}
.btnGroup {
margin-bottom: 15px;
}
......@@ -613,8 +615,8 @@
margin: 0 20px 0 0;
}
.infoForm /deep/.el-form-item:nth-child(1),
.infoForm /deep/.el-form-item:nth-child(2) {
.infoForm /deep/ .el-form-item:nth-child(1),
.infoForm /deep/ .el-form-item:nth-child(2) {
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