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
23c6fd3e
Commit
23c6fd3e
authored
Apr 12, 2022
by
前端-李俊鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 格式调整
parent
1fc7cfa8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
+14
-8
add.tsx
...r/deliveryNoticeManagement/deliveryNoticeAwaitB2B/add.tsx
+4
-1
edit.tsx
.../deliveryNoticeManagement/deliveryNoticeAwaitB2B/edit.tsx
+3
-3
add.tsx
...r/deliveryNoticeManagement/deliveryNoticeAwaitSRM/add.tsx
+4
-1
edit.tsx
.../deliveryNoticeManagement/deliveryNoticeAwaitSRM/edit.tsx
+3
-3
No files found.
src/pages/order/deliveryNoticeManagement/deliveryNoticeAwaitB2B/add.tsx
View file @
23c6fd3e
...
...
@@ -2,10 +2,13 @@
* 订单能力 - 送货通知单管理 - 新增待提交送货通知单B2B
* @author: Gavin
*/
import
React
,
{
useRef
}
from
'react'
import
React
,
{
useRef
}
from
'react'
import
{
history
}
from
'umi'
import
AddEditContent
from
'./components/AddEditContent'
const
DeliveryNoticeManagementAwaitB2BAdd
:
React
.
FC
=
()
=>
{
const
[
time
]
=
history
.
location
?.
query
?.
time
return
(
<
AddEditContent
type=
'add'
/>
)
...
...
src/pages/order/deliveryNoticeManagement/deliveryNoticeAwaitB2B/edit.tsx
View file @
23c6fd3e
...
...
@@ -2,12 +2,12 @@
* 订单能力 - 送货通知单管理 - 修改待提交送货通知单B2B
* @author: Gavin
*/
import
React
,
{
useRef
}
from
'react'
import
{
history
}
from
'umi'
import
React
,
{
useRef
}
from
'react'
import
{
history
}
from
'umi'
import
AddEditContent
from
'./components/AddEditContent'
const
DeliveryNoticeManagementAwaitB2BEdit
:
React
.
FC
=
()
=>
{
const
[
id
]
=
history
.
location
?.
query
?.
id
const
[
id
]
=
history
.
location
?.
query
?.
id
return
(
<
AddEditContent
...
...
src/pages/order/deliveryNoticeManagement/deliveryNoticeAwaitSRM/add.tsx
View file @
23c6fd3e
...
...
@@ -3,10 +3,13 @@
* @author: Gavin
* @description: 与B2B内容大致相同,文件分开方便后续对接以及日后变动修改二开
*/
import
React
,
{
useRef
}
from
'react'
import
React
,
{
useRef
}
from
'react'
import
{
history
}
from
'umi'
import
AddEditContent
from
'./components/AddEditContent'
const
DeliveryNoticeManagementAwaitSRMAdd
:
React
.
FC
=
()
=>
{
const
[
time
]
=
history
.
location
?.
query
?.
time
return
(
<
AddEditContent
type=
'add'
/>
)
...
...
src/pages/order/deliveryNoticeManagement/deliveryNoticeAwaitSRM/edit.tsx
View file @
23c6fd3e
...
...
@@ -3,12 +3,12 @@
* @author: Gavin
* @description: 与B2B内容大致相同,文件分开方便后续对接以及日后变动修改二开
*/
import
React
,
{
useRef
}
from
'react'
import
{
history
}
from
'umi'
import
React
,
{
useRef
}
from
'react'
import
{
history
}
from
'umi'
import
AddEditContent
from
'./components/AddEditContent'
const
DeliveryNoticeManagementAwaitSRMEdit
:
React
.
FC
=
()
=>
{
const
[
id
]
=
history
.
location
?.
query
?.
id
const
[
id
]
=
history
.
location
?.
query
?.
id
return
(
<
AddEditContent
...
...
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