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
ecbf0961
Commit
ecbf0961
authored
Aug 10, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改跳转参数
parent
9fdaedad
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+10
-10
index.tsx
...rvice/exchangeApplication/components/DetailInfo/index.tsx
+1
-1
index.tsx
...cation/exchangePrSubmit/components/ExchangeForm/index.tsx
+2
-2
index.tsx
...terService/exchangeManage/components/DetailInfo/index.tsx
+1
-1
index.tsx
...Service/repairApplication/components/DetailInfo/index.tsx
+1
-1
index.tsx
...afterService/repairManage/components/DetailInfo/index.tsx
+1
-1
index.tsx
...Service/returnApplication/components/DetailInfo/index.tsx
+1
-1
index.tsx
...pplication/returnPrSubmit/components/ReturnForm/index.tsx
+2
-2
index.tsx
...afterService/returnManage/components/DetailInfo/index.tsx
+1
-1
No files found.
src/pages/afterService/exchangeApplication/components/DetailInfo/index.tsx
View file @
ecbf0961
...
...
@@ -105,7 +105,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
dataIndex
:
'orderNo'
,
render
:
(
text
,
record
)
=>
(
<
a
href=
{
`${target}/orderDetail?
orderNo=${record.orderNo
}`
}
href=
{
`${target}/orderDetail?
id=${record.orderId
}`
}
target=
"_blank"
>
{
text
}
...
...
src/pages/afterService/exchangeApplication/exchangePrSubmit/components/ExchangeForm/index.tsx
View file @
ecbf0961
...
...
@@ -115,9 +115,9 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
title
:
'订单号'
,
dataIndex
:
'orderNo'
,
align
:
'center'
,
render
:
(
text
)
=>
(
render
:
(
text
,
record
)
=>
(
<
a
href=
{
`/memberCenter/afterService/exchangeApplication/exchangePrSubmit/orderDetail?
orderNo=${text
}`
}
href=
{
`/memberCenter/afterService/exchangeApplication/exchangePrSubmit/orderDetail?
id=${record.id
}`
}
target=
"_blank"
>
{
text
}
...
...
src/pages/afterService/exchangeManage/components/DetailInfo/index.tsx
View file @
ecbf0961
...
...
@@ -190,7 +190,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
dataIndex
:
'orderNo'
,
render
:
(
text
,
record
)
=>
(
<
a
href=
{
`${target}/orderDetail?
orderNo=${record.orderNo
}`
}
href=
{
`${target}/orderDetail?
id=${record.orderId
}`
}
target=
"_blank"
>
{
text
}
...
...
src/pages/afterService/repairApplication/components/DetailInfo/index.tsx
View file @
ecbf0961
...
...
@@ -77,7 +77,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
dataIndex
:
'orderNo'
,
render
:
(
text
,
record
)
=>
(
<
a
href=
{
`${target}/orderDetail?
orderNo=${record.orderNo
}`
}
href=
{
`${target}/orderDetail?
id=${record.orderId
}`
}
target=
"_blank"
>
{
text
}
...
...
src/pages/afterService/repairManage/components/DetailInfo/index.tsx
View file @
ecbf0961
...
...
@@ -77,7 +77,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
dataIndex
:
'orderNo'
,
render
:
(
text
,
record
)
=>
(
<
a
href=
{
`${target}/orderDetail?
orderNo=${record.orderNo
}`
}
href=
{
`${target}/orderDetail?
id=${record.orderId
}`
}
target=
"_blank"
>
{
text
}
...
...
src/pages/afterService/returnApplication/components/DetailInfo/index.tsx
View file @
ecbf0961
...
...
@@ -134,7 +134,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
dataIndex
:
'orderNo'
,
render
:
(
text
,
record
)
=>
(
<
a
href=
{
`${target}/orderDetail?
orderNo=${record.orderNo
}`
}
href=
{
`${target}/orderDetail?
id=${record.orderId
}`
}
target=
"_blank"
>
{
text
}
...
...
src/pages/afterService/returnApplication/returnPrSubmit/components/ReturnForm/index.tsx
View file @
ecbf0961
...
...
@@ -117,9 +117,9 @@ const ReturnForm: React.FC<BillsFormProps> = ({
title
:
'订单号'
,
dataIndex
:
'orderNo'
,
align
:
'center'
,
render
:
(
text
)
=>
(
render
:
(
text
,
record
)
=>
(
<
a
href=
{
`/memberCenter/afterService/returnApplication/returnPrSubmit/orderDetail?
orderNo=${text
}`
}
href=
{
`/memberCenter/afterService/returnApplication/returnPrSubmit/orderDetail?
id=${record.orderId
}`
}
target=
"_blank"
>
{
text
}
...
...
src/pages/afterService/returnManage/components/DetailInfo/index.tsx
View file @
ecbf0961
...
...
@@ -160,7 +160,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
dataIndex
:
'orderNo'
,
render
:
(
text
,
record
)
=>
(
<
a
href=
{
`${target}/orderDetail?
orderNo=${record.orderNo
}`
}
href=
{
`${target}/orderDetail?
id=${record.orderId
}`
}
target=
"_blank"
>
{
text
}
...
...
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