Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
shenshaokai
jinfa-platform
Commits
5bd6314b
Commit
5bd6314b
authored
Apr 22, 2022
by
leimo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '20418order' into 'v2-220418'
isDefault={true} See merge request linkseeks-design/pro-platform!495
parents
763c75c5
98cca7bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
add.tsx
src/pages/order/deliveryNotice/create/add.tsx
+7
-5
No files found.
src/pages/order/deliveryNotice/create/add.tsx
View file @
5bd6314b
...
...
@@ -161,7 +161,9 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
required
(
`${BuyerLabel}不能为空`
)
]
}
label=
{
BuyerLabel
}
name=
"member"
>
<
RoleSelect
formatFeils=
{
(
e
)
=>
{
<
RoleSelect
isDefault=
{
true
}
formatFeils=
{
(
e
)
=>
{
return
{
buyerMemberId
:
e
.
memberId
,
buyerRoleId
:
e
.
roleId
,
...
...
@@ -184,7 +186,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
<
FormItem
label=
{
DeliveryNameLabel
}
name=
"executorVO.consignee"
>
<
Input
/>
<
Input
maxLength=
{
16
}
/>
</
FormItem
>
<
FormItem
...
...
@@ -200,7 +202,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
{
pattern
:
PATTERN_MAPS
.
phone
,
message
:
"手机号是否正确"
}
]
}
label=
{
DeliveryPhoneLabel
}
name=
"executorVO.phone"
>
<
Input
/>
<
Input
maxLength=
{
20
}
/>
</
FormItem
>
</
ContentBox
>
...
...
@@ -266,7 +268,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
{
max
:
20
,
message
:
"最长20个字符"
}
]
}
hidden=
{
isLogistics
}
label=
{
LogisticsCarNoLabel
}
name=
"executorVO.carNumbers"
>
<
Input
/>
<
Input
maxLength=
{
20
}
/>
</
FormItem
>
<
FormItem
hidden=
{
isLogistics
}
label=
{
LogisticsCompanyLabel
}
name=
"logisticsCompanyInt"
>
...
...
@@ -279,7 +281,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
]
}
hidden=
{
isLogistics
}
label=
{
LogisticsNoLabel
}
name=
"logisticsNo"
>
<
Input
/>
<
Input
maxLength=
{
20
}
/>
</
FormItem
>
</
ContentBox
>
...
...
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