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
216c4a93
Commit
216c4a93
authored
Mar 14, 2022
by
郭志伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat/length' into 'master'
feat: 修改线上备注输入长度 See merge request
!27
parents
ec0f6838
3d9a1eea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
form.jsx
src/pages/afterSaleAddress/form.jsx
+3
-2
No files found.
src/pages/afterSaleAddress/form.jsx
View file @
216c4a93
...
@@ -3,6 +3,7 @@ import { Modal, Form, Select, Input, notification } from 'antd';
...
@@ -3,6 +3,7 @@ import { Modal, Form, Select, Input, notification } from 'antd';
import
_
from
'
lodash
'
;
import
_
from
'
lodash
'
;
import
{
addrQuery
,
update
}
from
'
./services
'
;
import
{
addrQuery
,
update
}
from
'
./services
'
;
const
{
TextArea
}
=
Input
;
const
FormItem
=
Form
.
Item
;
const
FormItem
=
Form
.
Item
;
const
{
Option
}
=
Select
;
const
{
Option
}
=
Select
;
const
layout
=
{
const
layout
=
{
...
@@ -244,12 +245,12 @@ const AddressForm = props => {
...
@@ -244,12 +245,12 @@ const AddressForm = props => {
message
:
'
请输入联系人电话!
'
,
message
:
'
请输入联系人电话!
'
,
},
},
],
],
})(<
Input
placeholder=
"请输入联系人电
视
"
/>)
}
})(<
Input
placeholder=
"请输入联系人电
话
"
/>)
}
</
FormItem
>
</
FormItem
>
<
FormItem
label=
"备注"
>
<
FormItem
label=
"备注"
>
{
getFieldDecorator
(
'
remark
'
,
{
{
getFieldDecorator
(
'
remark
'
,
{
initialValue
:
formData
.
remark
,
initialValue
:
formData
.
remark
,
})(<
Input
placeholder=
"请输入备注"
/>)
}
})(<
TextArea
placeholder=
"请输入备注,仅限120字以内。"
maxLength=
{
120
}
/>)
}
</
FormItem
>
</
FormItem
>
</
Form
>
</
Form
>
</
Modal
>
</
Modal
>
...
...
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