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
0e1045f4
Commit
0e1045f4
authored
Jun 09, 2022
by
张子雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 发版
parent
52fbbe9b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
index.jsx
src/pages/GoodsManage/SearchForm/index.jsx
+4
-4
service.js
src/pages/GoodsManage/service.js
+1
-1
No files found.
src/pages/GoodsManage/SearchForm/index.jsx
View file @
0e1045f4
...
...
@@ -66,19 +66,19 @@ class goodsManage extends Component {
const
that
=
this
;
const
content
=
(
<
div
>
<
Button
type=
"text"
onClick=
{
()
=>
this
.
setArea
(
1
,
'
distribution
'
)
}
>
<
Button
style=
{
{
border
:
'
none
'
}
}
onClick=
{
()
=>
this
.
setArea
(
1
,
'
distribution
'
)
}
>
全部商品配送区域设置
</
Button
>
<
br
/>
<
Button
type=
"text"
onClick=
{
()
=>
this
.
setArea
(
0
,
'
distribution
'
)
}
>
<
Button
style=
{
{
border
:
'
none
'
}
}
onClick=
{
()
=>
this
.
setArea
(
0
,
'
distribution
'
)
}
>
勾选商品配送区域设置
</
Button
>
<
br
/>
<
Button
type=
"text"
onClick=
{
()
=>
this
.
setArea
(
1
,
'
after
'
)
}
>
<
Button
style=
{
{
border
:
'
none
'
}
}
onClick=
{
()
=>
this
.
setArea
(
1
,
'
after
'
)
}
>
全部商品售后地址设置
</
Button
>
<
br
/>
<
Button
type=
"text"
onClick=
{
()
=>
this
.
setArea
(
0
,
'
after
'
)
}
>
<
Button
style=
{
{
border
:
'
none
'
}
}
onClick=
{
()
=>
this
.
setArea
(
0
,
'
after
'
)
}
>
勾选商品售后地址设置
</
Button
>
</
div
>
...
...
src/pages/GoodsManage/service.js
View file @
0e1045f4
...
...
@@ -188,7 +188,7 @@ export async function queryAllAfterAddress() {
// 商品售后地址设置
export
async
function
getAfterAddress
(
params
)
{
const
data
=
await
request
.
post
(
'
/
product/api
/updateSkuAfterAddress
'
,
{
const
data
=
await
request
.
post
(
'
/
api/kdsp
/updateSkuAfterAddress
'
,
{
data
:
params
,
prefix
:
goodsApi
,
});
...
...
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