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
e6cd27d1
Commit
e6cd27d1
authored
Apr 25, 2022
by
rainbowmorel@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input type tel create delivery notice from go back -2 to list
parent
8e86ceff
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
add.tsx
src/pages/order/deliveryNotice/create/add.tsx
+2
-2
add.tsx
src/pages/order/deliveryNotice/manageB2B/add.tsx
+1
-1
edit.tsx
src/pages/order/deliveryNotice/manageB2B/edit.tsx
+1
-1
add.tsx
src/pages/order/deliveryNotice/manageSRM/add.tsx
+1
-1
edit.tsx
src/pages/order/deliveryNotice/manageSRM/edit.tsx
+1
-1
add.tsx
src/pages/order/receivingNote/deliveryNoteManage/add.tsx
+1
-1
No files found.
src/pages/order/deliveryNotice/create/add.tsx
View file @
e6cd27d1
...
...
@@ -87,7 +87,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
if
(
res
.
code
===
1000
)
{
handleLeave
(
false
)
setTimeout
(()
=>
{
history
.
go
(
-
1
)
history
.
go
(
-
2
)
},
1000
);
}
});
...
...
@@ -213,7 +213,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
validatorByteObject
(
20
)
]
}
label=
{
DeliveryPhoneLabel
}
name=
"executorVO.phone"
>
<
Input
maxLength=
{
20
}
/>
<
Input
type=
"tel"
maxLength=
{
20
}
/>
</
FormItem
>
</
ContentBox
>
...
...
src/pages/order/deliveryNotice/manageB2B/add.tsx
View file @
e6cd27d1
...
...
@@ -176,7 +176,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
{
pattern
:
PATTERN_MAPS
.
phone
,
message
:
"手机号是否正确"
}
]
}
label=
{
DeliveryPhoneLabel
}
name=
"executorVO.phone"
>
<
Input
placeholder=
{
`请输入${DeliveryPhoneLabel}`
}
/>
<
Input
type=
"tel"
placeholder=
{
`请输入${DeliveryPhoneLabel}`
}
/>
</
FormItem
>
</
ContentBox
>
...
...
src/pages/order/deliveryNotice/manageB2B/edit.tsx
View file @
e6cd27d1
...
...
@@ -177,7 +177,7 @@ const DeliveryNoticeManageSRMEdit: React.FC = () => {
{ pattern: PATTERN_MAPS.phone, message: "手机号是否正确" }
]}
label={DeliveryPhoneLabel} name="executorVO.phone">
<Input />
<Input
type="tel"
/>
</FormItem>
</ContentBox>
...
...
src/pages/order/deliveryNotice/manageSRM/add.tsx
View file @
e6cd27d1
...
...
@@ -162,7 +162,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
{
pattern
:
PATTERN_MAPS
.
phone
,
message
:
"手机号是否正确"
}
]
}
label=
{
DeliveryPhoneLabel
}
name=
"executorVO.phone"
>
<
Input
placeholder=
{
`请输入${DeliveryPhoneLabel}`
}
maxLength=
{
20
}
/>
<
Input
type=
"tel"
placeholder=
{
`请输入${DeliveryPhoneLabel}`
}
maxLength=
{
20
}
/>
</
FormItem
>
</
ContentBox
>
...
...
src/pages/order/deliveryNotice/manageSRM/edit.tsx
View file @
e6cd27d1
...
...
@@ -179,7 +179,7 @@ const DeliveryNoticeManageSRMEdit: React.FC = () => {
{ pattern: PATTERN_MAPS.phone, message: "手机号是否正确" }
]}
label={DeliveryPhoneLabel} name="executorVO.phone">
<Input />
<Input
type="tel"
/>
</FormItem>
</ContentBox>
...
...
src/pages/order/receivingNote/deliveryNoteManage/add.tsx
View file @
e6cd27d1
...
...
@@ -169,7 +169,7 @@ function DeliveryNoteAddForm() {
<
FormItem
label=
{
ConsigneePhoneLabel
}
name=
"executorVO.phone"
>
<
Input
placeholder=
{
`请输入${ConsigneePhoneLabel}`
}
/>
<
Input
type=
"tel"
placeholder=
{
`请输入${ConsigneePhoneLabel}`
}
/>
</
FormItem
>
</
div
>
...
...
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