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
前端-吴智勇
jinfa-platform
Commits
36fe1830
Commit
36fe1830
authored
Jan 08, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加跳转订单详情的逻辑
parent
d1170c56
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
124 additions
and
14 deletions
+124
-14
exchangeManageRoute.ts
config/routes/afterServiceRoute/exchangeManageRoute.ts
+88
-0
index.tsx
...terService/exchangeManage/components/DetailInfo/index.tsx
+14
-6
detail.tsx
src/pages/afterService/exchangeManage/exchangePr1/detail.tsx
+1
-0
verify.tsx
src/pages/afterService/exchangeManage/exchangePr1/verify.tsx
+2
-2
detail.tsx
src/pages/afterService/exchangeManage/exchangePr2/detail.tsx
+1
-0
verify.tsx
src/pages/afterService/exchangeManage/exchangePr2/verify.tsx
+2
-2
detail.tsx
...terService/exchangeManage/exchangePrAddDeliver/detail.tsx
+1
-0
detail.tsx
...rService/exchangeManage/exchangePrAddLogistics/detail.tsx
+1
-0
detail.tsx
...ervice/exchangeManage/exchangePrAddWarehousing/detail.tsx
+1
-0
detail.tsx
.../afterService/exchangeManage/exchangePrConfirm/detail.tsx
+1
-0
verify.tsx
.../afterService/exchangeManage/exchangePrConfirm/verify.tsx
+2
-2
detail.tsx
...erService/exchangeManage/exchangePrConfirmBack/detail.tsx
+1
-0
verify.tsx
...erService/exchangeManage/exchangePrConfirmBack/verify.tsx
+1
-0
detail.tsx
.../afterService/exchangeManage/exchangePrDeliver/detail.tsx
+1
-0
verify.tsx
.../afterService/exchangeManage/exchangePrDeliver/verify.tsx
+1
-0
detail.tsx
...afterService/exchangeManage/exchangePrReceived/detail.tsx
+1
-0
verify.tsx
...afterService/exchangeManage/exchangePrReceived/verify.tsx
+1
-0
detail.tsx
...s/afterService/exchangeManage/exchangePrSubmit/detail.tsx
+1
-0
verify.tsx
...s/afterService/exchangeManage/exchangePrSubmit/verify.tsx
+2
-2
detail.tsx
...ages/afterService/exchangeManage/exchangeQuery/detail.tsx
+1
-0
No files found.
config/routes/afterServiceRoute/exchangeManageRoute.ts
View file @
36fe1830
...
@@ -26,6 +26,14 @@ const route: RouterChild = {
...
@@ -26,6 +26,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 换货申请单查询-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangeQuery/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待提交审核换货申请单
// 待提交审核换货申请单
{
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrSubmit'
,
path
:
'/memberCenter/afterService/exchangeManage/exchangePrSubmit'
,
...
@@ -48,6 +56,14 @@ const route: RouterChild = {
...
@@ -48,6 +56,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 待提交审核换货申请单-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrSubmit/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待审核换货申请单(一级)
// 待审核换货申请单(一级)
{
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePr1'
,
path
:
'/memberCenter/afterService/exchangeManage/exchangePr1'
,
...
@@ -70,6 +86,14 @@ const route: RouterChild = {
...
@@ -70,6 +86,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 待审核换货申请单(一级)-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePr1/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待审核换货申请单(二级)
// 待审核换货申请单(二级)
{
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePr2'
,
path
:
'/memberCenter/afterService/exchangeManage/exchangePr2'
,
...
@@ -92,6 +116,14 @@ const route: RouterChild = {
...
@@ -92,6 +116,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 待审核换货申请单(二级)-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePr2/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待确认换货申请单
// 待确认换货申请单
{
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrConfirm'
,
path
:
'/memberCenter/afterService/exchangeManage/exchangePrConfirm'
,
...
@@ -114,6 +146,14 @@ const route: RouterChild = {
...
@@ -114,6 +146,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 待确认换货申请单-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrConfirm/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待新增退货入库单
// 待新增退货入库单
{
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrAddWarehousing'
,
path
:
'/memberCenter/afterService/exchangeManage/exchangePrAddWarehousing'
,
...
@@ -128,6 +168,14 @@ const route: RouterChild = {
...
@@ -128,6 +168,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 待新增退货入库单-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrAddWarehousing/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待退货收货
// 待退货收货
{
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrReceived'
,
path
:
'/memberCenter/afterService/exchangeManage/exchangePrReceived'
,
...
@@ -150,6 +198,14 @@ const route: RouterChild = {
...
@@ -150,6 +198,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 待退货收货-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrReceived/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待新增换货发货单
// 待新增换货发货单
{
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrAddDeliver'
,
path
:
'/memberCenter/afterService/exchangeManage/exchangePrAddDeliver'
,
...
@@ -164,6 +220,14 @@ const route: RouterChild = {
...
@@ -164,6 +220,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 待新增换货发货单-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrAddDeliver/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待新增物流单
// 待新增物流单
{
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrAddLogistics'
,
path
:
'/memberCenter/afterService/exchangeManage/exchangePrAddLogistics'
,
...
@@ -178,6 +242,14 @@ const route: RouterChild = {
...
@@ -178,6 +242,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 待新增物流单-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrAddLogistics/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待换货发货
// 待换货发货
{
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrDeliver'
,
path
:
'/memberCenter/afterService/exchangeManage/exchangePrDeliver'
,
...
@@ -200,6 +272,14 @@ const route: RouterChild = {
...
@@ -200,6 +272,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 待换货发货-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrDeliver/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
// 待确认换货回单
// 待确认换货回单
{
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrConfirmBack'
,
path
:
'/memberCenter/afterService/exchangeManage/exchangePrConfirmBack'
,
...
@@ -222,6 +302,14 @@ const route: RouterChild = {
...
@@ -222,6 +302,14 @@ const route: RouterChild = {
hideInMenu
:
true
,
hideInMenu
:
true
,
noMargin
:
true
,
noMargin
:
true
,
},
},
// 待确认换货回单-订单详情
{
path
:
'/memberCenter/afterService/exchangeManage/exchangePrConfirmBack/orderDetail'
,
component
:
'@/pages/transaction/saleOrder/orderPreview'
,
name
:
'orderPreview'
,
hideInMenu
:
true
,
noMargin
:
true
,
},
]
]
};
};
...
...
src/pages/afterService/exchangeManage/components/DetailInfo/index.tsx
View file @
36fe1830
...
@@ -46,13 +46,21 @@ const Score = React.lazy(() => import('../../../components/Score'));
...
@@ -46,13 +46,21 @@ const Score = React.lazy(() => import('../../../components/Score'));
const
FlowRecords
=
React
.
lazy
(()
=>
import
(
'../../../components/FlowRecords'
));
const
FlowRecords
=
React
.
lazy
(()
=>
import
(
'../../../components/FlowRecords'
));
interface
DetailInfoProps
{
interface
DetailInfoProps
{
// 记录id
/**
* 记录id
*/
id
:
string
;
id
:
string
;
// 是否是编辑的
/**
* 是否是编辑的
*/
isEdit
?:
boolean
;
isEdit
?:
boolean
;
// 历史记录目标路径
/**
target
?:
string
;
* 历史记录目标路径
// 头部右侧拓展
*/
target
:
string
;
/**
* 头部右侧拓展
*/
headExtra
?:
(
info
:
DetailInfo
,
returnAddress
:
ReturnAddressValues
,
exchangeAddress
:
ExchangeAddressValues
)
=>
React
.
ReactNode
;
headExtra
?:
(
info
:
DetailInfo
,
returnAddress
:
ReturnAddressValues
,
exchangeAddress
:
ExchangeAddressValues
)
=>
React
.
ReactNode
;
};
};
...
@@ -145,7 +153,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
...
@@ -145,7 +153,7 @@ const DetailInfo: React.FC<DetailInfoProps> = ({
dataIndex
:
'orderNo'
,
dataIndex
:
'orderNo'
,
render
:
(
text
,
record
)
=>
(
render
:
(
text
,
record
)
=>
(
<
EyePreview
<
EyePreview
url=
{
`${target
? target : '/memberCenter/payandSettle/creditApplication/quotaPrSubmit/detail'}?id=${record.i
d}`
}
url=
{
`${target
}/orderDetail?id=${record.orderI
d}`
}
>
>
{
text
}
{
text
}
</
EyePreview
>
</
EyePreview
>
...
...
src/pages/afterService/exchangeManage/exchangePr1/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangePr1Detail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangePr1Detail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangePr1"
/>
/>
);
);
};
};
...
...
src/pages/afterService/exchangeManage/exchangePr1/verify.tsx
View file @
36fe1830
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Author: XieZhiXiong
* @Date: 2020-11-04 17:22:07
* @Date: 2020-11-04 17:22:07
* @LastEditors: XieZhiXiong
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-11-20 15:46:31
* @LastEditTime: 202
1-01-08 11:28:38
* @Description:
* @Description:
*/
*/
import
React
,
{
useState
}
from
'react'
;
import
React
,
{
useState
}
from
'react'
;
...
@@ -40,7 +40,7 @@ const ExchangePr1Verify: React.FC = () => {
...
@@ -40,7 +40,7 @@ const ExchangePr1Verify: React.FC = () => {
<>
<>
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/
payandSettle/creditApplication/quotaFormQuery/detail
"
target=
"/memberCenter/
afterService/exchangeManage/exchangePr1
"
headExtra=
{
()
=>
(
headExtra=
{
()
=>
(
<
Button
<
Button
type=
"primary"
type=
"primary"
...
...
src/pages/afterService/exchangeManage/exchangePr2/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangePr2Detail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangePr2Detail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangePr2"
/>
/>
);
);
};
};
...
...
src/pages/afterService/exchangeManage/exchangePr2/verify.tsx
View file @
36fe1830
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Author: XieZhiXiong
* @Date: 2020-11-04 17:22:07
* @Date: 2020-11-04 17:22:07
* @LastEditors: XieZhiXiong
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-11-17 18:13:55
* @LastEditTime: 202
1-01-08 11:28:56
* @Description:
* @Description:
*/
*/
import
React
,
{
useState
}
from
'react'
;
import
React
,
{
useState
}
from
'react'
;
...
@@ -40,7 +40,7 @@ const ExchangePr2Verify: React.FC = () => {
...
@@ -40,7 +40,7 @@ const ExchangePr2Verify: React.FC = () => {
<>
<>
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/
payandSettle/creditApplication/quotaFormQuery/detail
"
target=
"/memberCenter/
afterService/exchangeManage/exchangePr2
"
headExtra=
{
()
=>
(
headExtra=
{
()
=>
(
<
Button
<
Button
type=
"primary"
type=
"primary"
...
...
src/pages/afterService/exchangeManage/exchangePrAddDeliver/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangePrAddDeliverDetail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangePrAddDeliverDetail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrAddDeliver"
/>
/>
);
);
};
};
...
...
src/pages/afterService/exchangeManage/exchangePrAddLogistics/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangePrAddLogisticsDetail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangePrAddLogisticsDetail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrAddLogistics"
/>
/>
);
);
};
};
...
...
src/pages/afterService/exchangeManage/exchangePrAddWarehousing/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangePrAddWarehousingDetail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangePrAddWarehousingDetail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrAddWarehousing"
/>
/>
);
);
};
};
...
...
src/pages/afterService/exchangeManage/exchangePrConfirm/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangePrConfirmDetail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangePrConfirmDetail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrConfirm"
/>
/>
);
);
};
};
...
...
src/pages/afterService/exchangeManage/exchangePrConfirm/verify.tsx
View file @
36fe1830
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Author: XieZhiXiong
* @Date: 2020-11-04 17:22:07
* @Date: 2020-11-04 17:22:07
* @LastEditors: XieZhiXiong
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-0
7 18:31:43
* @LastEditTime: 2021-01-0
8 11:29:21
* @Description:
* @Description:
*/
*/
import
React
,
{
useState
}
from
'react'
;
import
React
,
{
useState
}
from
'react'
;
...
@@ -49,7 +49,7 @@ const ExchangePrConfirmVerify: React.FC = () => {
...
@@ -49,7 +49,7 @@ const ExchangePrConfirmVerify: React.FC = () => {
<>
<>
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/
payandSettle/creditApplication/quotaFormQuery/detail
"
target=
"/memberCenter/
afterService/exchangeManage/exchangePrConfirm
"
headExtra=
{
(
info
)
=>
(
headExtra=
{
(
info
)
=>
(
<
Button
<
Button
type=
"primary"
type=
"primary"
...
...
src/pages/afterService/exchangeManage/exchangePrConfirmBack/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangePrConfirmBackDetail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangePrConfirmBackDetail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrConfirmBack"
/>
/>
);
);
};
};
...
...
src/pages/afterService/exchangeManage/exchangePrConfirmBack/verify.tsx
View file @
36fe1830
...
@@ -93,6 +93,7 @@ const ExchangePrConfirmBackVerify: React.FC = () => {
...
@@ -93,6 +93,7 @@ const ExchangePrConfirmBackVerify: React.FC = () => {
</
Button
>
</
Button
>
</
Space
>
</
Space
>
)
}
)
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrConfirmBack"
/>
/>
</>
</>
);
);
...
...
src/pages/afterService/exchangeManage/exchangePrDeliver/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangePrDeliverDetail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangePrDeliverDetail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrDeliver"
/>
/>
);
);
};
};
...
...
src/pages/afterService/exchangeManage/exchangePrDeliver/verify.tsx
View file @
36fe1830
...
@@ -51,6 +51,7 @@ const ExchangePrDeliverVerify: React.FC = () => {
...
@@ -51,6 +51,7 @@ const ExchangePrDeliverVerify: React.FC = () => {
)
}
)
}
</>
</>
)
}
)
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrDeliver"
/>
/>
<
ManualDeliveryModal
<
ManualDeliveryModal
...
...
src/pages/afterService/exchangeManage/exchangePrReceived/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangePrReceivedDetail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangePrReceivedDetail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrReceived"
/>
/>
);
);
};
};
...
...
src/pages/afterService/exchangeManage/exchangePrReceived/verify.tsx
View file @
36fe1830
...
@@ -73,6 +73,7 @@ const ExchangePrReceivedVerify: React.FC = () => {
...
@@ -73,6 +73,7 @@ const ExchangePrReceivedVerify: React.FC = () => {
</>
</>
)
)
}
}
}
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrReceived"
/>
/>
</>
</>
);
);
...
...
src/pages/afterService/exchangeManage/exchangePrSubmit/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangePrSubmitDetail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangePrSubmitDetail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangePrSubmit"
/>
/>
);
);
};
};
...
...
src/pages/afterService/exchangeManage/exchangePrSubmit/verify.tsx
View file @
36fe1830
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Author: XieZhiXiong
* @Date: 2020-11-04 17:22:07
* @Date: 2020-11-04 17:22:07
* @LastEditors: XieZhiXiong
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-12-28 09:50:08
* @LastEditTime: 202
1-01-08 11:27:55
* @Description:
* @Description:
*/
*/
import
React
,
{
useState
}
from
'react'
;
import
React
,
{
useState
}
from
'react'
;
...
@@ -142,7 +142,7 @@ const ExchangePrSubmitVerify: React.FC = () => {
...
@@ -142,7 +142,7 @@ const ExchangePrSubmitVerify: React.FC = () => {
<>
<>
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/
payandSettle/creditApplication/quotaFormQuery/detail
"
target=
"/memberCenter/
afterService/exchangeManage/exchangePrSubmit
"
headExtra=
{
(
info
,
returnAddress
,
exchangeAddress
)
=>
(
headExtra=
{
(
info
,
returnAddress
,
exchangeAddress
)
=>
(
<
Button
<
Button
type=
"primary"
type=
"primary"
...
...
src/pages/afterService/exchangeManage/exchangeQuery/detail.tsx
View file @
36fe1830
...
@@ -8,6 +8,7 @@ const ExchangeQueryDetail: React.FC = () => {
...
@@ -8,6 +8,7 @@ const ExchangeQueryDetail: React.FC = () => {
return
(
return
(
<
DetailInfo
<
DetailInfo
id=
{
id
}
id=
{
id
}
target=
"/memberCenter/afterService/exchangeManage/exchangeQuery"
/>
/>
);
);
};
};
...
...
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