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
83ae454f
Commit
83ae454f
authored
Aug 31, 2022
by
武广
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改提示语 延迟发货改为异常订单报备
parent
cc60a740
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
DelayDeliverGoods.jsx
...age/pendingDeliveryOrder/components/DelayDeliverGoods.jsx
+4
-4
index.jsx
src/pages/orderManage/pendingDeliveryOrder/index.jsx
+1
-1
No files found.
src/pages/orderManage/pendingDeliveryOrder/components/DelayDeliverGoods.jsx
View file @
83ae454f
...
@@ -44,7 +44,7 @@ const UpdateStock = props => {
...
@@ -44,7 +44,7 @@ const UpdateStock = props => {
return
(
return
(
<
Modal
<
Modal
title=
"
延迟发货
"
title=
"
异常订单报备
"
visible=
{
props
.
visible
}
visible=
{
props
.
visible
}
okButtonProps=
{
{
loading
}
}
okButtonProps=
{
{
loading
}
}
onCancel=
{
onCancel
}
onCancel=
{
onCancel
}
...
@@ -52,11 +52,11 @@ const UpdateStock = props => {
...
@@ -52,11 +52,11 @@ const UpdateStock = props => {
width=
{
500
}
width=
{
500
}
>
>
<
Form
{
...
formItemLayout
}
>
<
Form
{
...
formItemLayout
}
>
<
Form
.
Item
label=
"
延迟
原因:"
>
<
Form
.
Item
label=
"
异常
原因:"
>
{
getFieldDecorator
(
'
remark
'
,
{
{
getFieldDecorator
(
'
remark
'
,
{
rules
:
[{
required
:
true
,
message
:
'
请输入
延迟
原因!
'
}],
rules
:
[{
required
:
true
,
message
:
'
请输入
异常
原因!
'
}],
initialValue
:
valueInfo
.
remark
,
initialValue
:
valueInfo
.
remark
,
})(<
Input
.
TextArea
maxLength=
{
1
0
}
showCount
/>)
}
})(<
Input
.
TextArea
maxLength=
{
3
0
}
showCount
/>)
}
</
Form
.
Item
>
</
Form
.
Item
>
</
Form
>
</
Form
>
</
Modal
>
</
Modal
>
...
...
src/pages/orderManage/pendingDeliveryOrder/index.jsx
View file @
83ae454f
...
@@ -330,7 +330,7 @@ const TableList = props => {
...
@@ -330,7 +330,7 @@ const TableList = props => {
className=
{
+
record
.
delayStatus
===
1
?
style
.
btnWarning
:
''
}
className=
{
+
record
.
delayStatus
===
1
?
style
.
btnWarning
:
''
}
onClick=
{
()
=>
onDelay
(
record
.
orderId
,
+
record
.
delayStatus
,
record
.
delayRemark
)
}
onClick=
{
()
=>
onDelay
(
record
.
orderId
,
+
record
.
delayStatus
,
record
.
delayRemark
)
}
>
>
{
+
record
.
delayStatus
===
1
?
'
已延迟发货
'
:
'
延迟发货
'
}
{
+
record
.
delayStatus
===
1
?
'
异常订单已报备
'
:
'
异常订单报备
'
}
</
Button
>
</
Button
>
)
}
)
}
</
React
.
Fragment
>
</
React
.
Fragment
>
...
...
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