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
1c9a2cc9
Commit
1c9a2cc9
authored
Dec 21, 2022
by
武广
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改按钮位置
parent
f7adee2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
8 deletions
+19
-8
auditModal.jsx
src/pages/AfterSaleManage/components/auditModal.jsx
+19
-8
No files found.
src/pages/AfterSaleManage/components/auditModal.jsx
View file @
1c9a2cc9
...
@@ -164,8 +164,17 @@ const AuditModal = props => {
...
@@ -164,8 +164,17 @@ const AuditModal = props => {
<
Modal
<
Modal
title=
"售后操作确认"
title=
"售后操作确认"
visible=
{
visible
}
visible=
{
visible
}
onOk=
{
()
=>
handleOk
()
}
footer=
{
[
onCancel=
{
()
=>
handleCancel
()
}
+
formData
.
serviceType
===
2
&&
(
<
Button
type=
"link"
onClick=
{
openLogisticsRecord
}
>
查看物流
</
Button
>
),
<
Button
onClick=
{
handleCancel
}
>
取消
</
Button
>,
<
Button
type=
"primary"
onClick=
{
handleOk
}
>
确定
</
Button
>,
]
}
>
>
{
+
formData
.
serviceType
===
1
&&
(
{
+
formData
.
serviceType
===
1
&&
(
<
div
className=
{
styles
.
redTip
}
>
<
div
className=
{
styles
.
redTip
}
>
...
@@ -218,7 +227,14 @@ const AuditModal = props => {
...
@@ -218,7 +227,14 @@ const AuditModal = props => {
pattern
:
/
[
a-zA-Z0-9_
\u
4e00-
\u
9fa5
]
/g
,
pattern
:
/
[
a-zA-Z0-9_
\u
4e00-
\u
9fa5
]
/g
,
},
},
],
],
})(<
Input
placeholder=
"最多输入50个字符"
maxLength=
"50"
allowClear
/>)
}
})(
<
TextArea
placeholder=
"最多输入50个字符"
maxLength=
"50"
allowClear
autoSize=
{
{
minRows
:
3
,
maxRows
:
6
}
}
/>,
)
}
</
FormItem
>
</
FormItem
>
<
FormItem
label=
"收件人"
>
<
FormItem
label=
"收件人"
>
{
getFieldDecorator
(
'
receiverName
'
,
{
{
getFieldDecorator
(
'
receiverName
'
,
{
...
@@ -296,11 +312,6 @@ const AuditModal = props => {
...
@@ -296,11 +312,6 @@ const AuditModal = props => {
</
FormItem
>
</
FormItem
>
)
}
)
}
</
Form
>
</
Form
>
{
+
formData
.
serviceType
===
2
&&
(
<
div
align=
"right"
style=
{
{
paddingRight
:
'
42px
'
,
marginTop
:
'
-25px
'
}
}
>
<
a
onClick=
{
openLogisticsRecord
}
>
查看物流
</
a
>
</
div
>
)
}
</
Modal
>
</
Modal
>
<
LogisticsRecordModal
ref=
{
logisticsRecordModalRef
}
/>
<
LogisticsRecordModal
ref=
{
logisticsRecordModalRef
}
/>
</>
</>
...
...
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