Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
8103e23c
Commit
8103e23c
authored
Nov 10, 2023
by
guang.wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改供货价信息
parent
9faf9551
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
UpdatePriceStock.jsx
...sManage/SupplyPriceUpdate/components/UpdatePriceStock.jsx
+1
-1
index.jsx
src/pages/GoodsManage/SupplyPriceUpdate/index.jsx
+2
-1
No files found.
src/pages/GoodsManage/SupplyPriceUpdate/components/UpdatePriceStock.jsx
View file @
8103e23c
...
@@ -73,7 +73,7 @@ const UpdatePriceStock = options => {
...
@@ -73,7 +73,7 @@ const UpdatePriceStock = options => {
className=
{
styles
.
priceStockTable
}
className=
{
styles
.
priceStockTable
}
destroyOnClose
destroyOnClose
>
>
<
div
className=
{
styles
.
modalTitle
}
>
{
spuName
}
</
div
>
<
div
className=
{
styles
.
modalTitle
}
>
SPU名称:
{
spuName
}
</
div
>
<
Form
form=
{
form
}
scrollToFirstError
component=
{
false
}
>
<
Form
form=
{
form
}
scrollToFirstError
component=
{
false
}
>
<
EditableContext
.
Provider
value=
{
form
}
>
<
EditableContext
.
Provider
value=
{
form
}
>
<
Table
<
Table
...
...
src/pages/GoodsManage/SupplyPriceUpdate/index.jsx
View file @
8103e23c
...
@@ -155,7 +155,8 @@ class supplyPriceUpdate extends Component {
...
@@ -155,7 +155,8 @@ class supplyPriceUpdate extends Component {
if
(
!
data
)
return
;
if
(
!
data
)
return
;
this
.
setState
({
this
.
setState
({
spuId
:
row
.
spuId
,
spuId
:
row
.
spuId
,
skuPriceStockList
:
data
,
spuName
:
data
.
productName
,
skuPriceStockList
:
data
.
itemList
,
visibleUpdatePrice
:
true
,
visibleUpdatePrice
:
true
,
});
});
}
catch
(
e
)
{
}
catch
(
e
)
{
...
...
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