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
7820a7af
Commit
7820a7af
authored
Apr 11, 2022
by
rainbowmorel@163.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复一些bug
parent
a3365d05
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
HandleFormSubmit.ts
src/pages/order/assets/handles/HandleFormSubmit.ts
+5
-0
add.tsx
src/pages/order/deliveryNotice/manageB2B/add.tsx
+1
-1
add.tsx
src/pages/order/deliveryNotice/manageSRM/add.tsx
+1
-1
No files found.
src/pages/order/assets/handles/HandleFormSubmit.ts
View file @
7820a7af
...
...
@@ -30,6 +30,7 @@ export class HandleFormSubmit {
}
getTableData
()
{
if
(
this
.
#
tableData
===
undefined
)
return
false
;
return
this
.
#
tableData
.
map
(
v
=>
{
return
(
{
...
...
@@ -128,6 +129,10 @@ export class HandleFormSubmit {
}
submit
()
{
if
(
!
this
.
getTableData
())
{
message
.
error
(
'请选择送货物料'
);
return
;
}
if
(
this
.
handleBeforeFields
())
return
Promise
.
reject
(
"error"
);
return
this
.
validateFormFields
()
}
...
...
src/pages/order/deliveryNotice/manageB2B/add.tsx
View file @
7820a7af
...
...
@@ -130,7 +130,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
}
}
onChange=
{
(
val
)
=>
{
form
.
setFieldsValue
({
"executorVO.phone"
:
val
.
phone
"executorVO.phone"
:
val
?
.
phone
})
}
}
/>
...
...
src/pages/order/deliveryNotice/manageSRM/add.tsx
View file @
7820a7af
...
...
@@ -132,7 +132,7 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
}
}
onChange=
{
(
val
)
=>
{
form
.
setFieldsValue
({
"executorVO.phone"
:
val
.
phone
"executorVO.phone"
:
val
?
.
phone
})
}
}
/>
...
...
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