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
633ad354
Commit
633ad354
authored
Jan 26, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 处理订单跳转异常
parent
eca1f22c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
index.tsx
src/pages/transaction/components/orderDeleveRecord/index.tsx
+2
-2
index.tsx
src/pages/transaction/components/orderSaleRecord/index.tsx
+2
-2
No files found.
src/pages/transaction/components/orderDeleveRecord/index.tsx
View file @
633ad354
...
...
@@ -193,7 +193,7 @@ const OrderDeleveRecord:React.FC<OrderDeleveRecordProps> = (props) => {
dataIndex
:
'logisticsNo'
,
align
:
'center'
,
key
:
'logisticsNo'
,
render
:
text
=>
<
a
href=
{
`/memberCenter/logisticsAbility/logisticsSubmit/orderSubmitSearchList/detail?code=${data.orderNo
}`
}
>
{
text
}
</
a
>
render
:
text
=>
<
a
target=
"blank"
href=
{
`/memberCenter/logisticsAbility/logisticsSubmit/orderSubmitSearchList/detail?code=${text
}`
}
>
{
text
}
</
a
>
},
{
title
:
'物流公司'
,
...
...
@@ -206,7 +206,7 @@ const OrderDeleveRecord:React.FC<OrderDeleveRecordProps> = (props) => {
dataIndex
:
'storageNo'
,
align
:
'center'
,
key
:
'storageNo'
,
render
:
text
=>
<
a
href=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?storage
No=${text}`
}
>
{
text
}
</
a
>
render
:
text
=>
<
a
target=
"blank"
href=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?invoices
No=${text}`
}
>
{
text
}
</
a
>
},
{
title
:
'入库时间'
,
...
...
src/pages/transaction/components/orderSaleRecord/index.tsx
View file @
633ad354
...
...
@@ -184,7 +184,7 @@ const OrderSaleRecord:React.FC<OrderSaleRecordProps> = (props) => {
dataIndex
:
'deliveryNo'
,
align
:
'center'
,
key
:
'deliveryNo'
,
render
:
text
=>
<
a
href=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?delivery
No=${text}`
}
>
{
text
}
</
a
>
render
:
text
=>
<
a
target=
"blank"
href=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?invoices
No=${text}`
}
>
{
text
}
</
a
>
},
{
title
:
'发货时间'
,
...
...
@@ -198,7 +198,7 @@ const OrderSaleRecord:React.FC<OrderSaleRecordProps> = (props) => {
dataIndex
:
'logisticsNo'
,
align
:
'center'
,
key
:
'logisticsNo'
,
render
:
text
=>
<
a
href=
{
`/memberCenter/logisticsAbility/logisticsSubmit/orderSubmitSearchList/detail?code=${data.orderNo
}`
}
>
{
text
}
</
a
>
render
:
text
=>
<
a
target=
"blank"
href=
{
`/memberCenter/logisticsAbility/logisticsSubmit/orderSubmitSearchList/detail?code=${text
}`
}
>
{
text
}
</
a
>
},
{
title
:
'物流公司'
,
...
...
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