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
linweijiong
jinfa-platform
Commits
720f983c
Commit
720f983c
authored
Sep 26, 2020
by
LeeJiancong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'外部流转'
parent
52d39708
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
orderSearchDetail.tsx
src/pages/logistics/components/orderSearchDetail.tsx
+1
-1
toOrderSubmitDetail.tsx
src/pages/logistics/logisticsSubmit/toOrderSubmitDetail.tsx
+1
-3
No files found.
src/pages/logistics/components/orderSearchDetail.tsx
View file @
720f983c
...
...
@@ -501,7 +501,7 @@ const detailInfo: React.FC<{}> = () => {
<
div
className=
{
style
[
'mainCol-title'
]
}
>
外部流转记录
</
div
>
{
/* <OrderLog id={id} pathName={history.location.pathname}/> */
}
<
OrderLog
id=
{
id
}
pathName=
{
history
.
location
.
pathname
}
/>
{
/* <StandardTable
tableProps={{rowKey:'id'}}
currentRef={ref}
...
...
src/pages/logistics/logisticsSubmit/toOrderSubmitDetail.tsx
View file @
720f983c
...
...
@@ -3,7 +3,7 @@
* @Date: 2020-07-28 11:25:30
* @LastEditors: LeeJiancong
* @Copyright: 1549414730@qq.com
* @LastEditTime: 2020-09-26 1
1:51:05
* @LastEditTime: 2020-09-26 1
2:47:56
*/
import
React
,
{
Component
,
useEffect
,
useRef
,
useState
,
ReactNode
}
from
'react'
...
...
@@ -578,8 +578,6 @@ const Deatail: React.FC<{}> = () => {
*/
const
handleOnOK
=
(
type
,
values
,
params
)
=>
{
console
.
log
(
type
,
values
,
'参数:'
,
params
)
console
.
log
(
actions
);
let
{
id
,
orderNo
,
deliveryAddresId
,
fullAddress
,
memberName
}
=
values
[
0
]
switch
(
type
)
{
case
1
:
//订单
...
...
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