Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
op-web-service
Commits
b90d0c24
Commit
b90d0c24
authored
Sep 09, 2021
by
gengshaojing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 商品库存问题
parent
df096fa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
addProduc.vue
src/pages/Activity/releaseProduc/components/addProduc.vue
+5
-3
No files found.
src/pages/Activity/releaseProduc/components/addProduc.vue
View file @
b90d0c24
...
...
@@ -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%;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment