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
05524c7e
Commit
05524c7e
authored
Jan 08, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 添加跳转订单详情的逻辑2
parent
0c87d574
Hide whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
104 additions
and
28 deletions
+104
-28
detail.tsx
...rvice/exchangeApplication/exchangePrAddDeliver/detail.tsx
+1
-0
index.tsx
...ervice/exchangeApplication/exchangePrAddDeliver/index.tsx
+8
-2
detail.tsx
...ice/exchangeApplication/exchangePrAddLogistics/detail.tsx
+1
-0
index.tsx
...vice/exchangeApplication/exchangePrAddLogistics/index.tsx
+8
-2
detail.tsx
...e/exchangeApplication/exchangePrAddWarehousing/detail.tsx
+1
-0
index.tsx
...ce/exchangeApplication/exchangePrAddWarehousing/index.tsx
+8
-1
detail.tsx
...vice/exchangeApplication/exchangePrConfirmBack/detail.tsx
+1
-0
index.tsx
...rvice/exchangeApplication/exchangePrConfirmBack/index.tsx
+8
-2
verify.tsx
...vice/exchangeApplication/exchangePrConfirmBack/verify.tsx
+1
-0
detail.tsx
...rService/exchangeApplication/exchangePrDeliver/detail.tsx
+1
-0
verify.tsx
...rService/exchangeApplication/exchangePrDeliver/verify.tsx
+1
-0
detail.tsx
...Service/exchangeApplication/exchangePrFinished/detail.tsx
+1
-1
verify.tsx
...Service/exchangeApplication/exchangePrFinished/verify.tsx
+2
-2
detail.tsx
...Service/exchangeApplication/exchangePrReceived/detail.tsx
+1
-0
verify.tsx
...Service/exchangeApplication/exchangePrReceived/verify.tsx
+1
-0
index.tsx
...cation/exchangePrSubmit/components/ExchangeForm/index.tsx
+1
-1
index.tsx
...fterService/exchangeManage/exchangePrAddDeliver/index.tsx
+8
-2
index.tsx
...erService/exchangeManage/exchangePrAddLogistics/index.tsx
+8
-2
index.tsx
...Service/exchangeManage/exchangePrAddWarehousing/index.tsx
+8
-2
index.tsx
...terService/exchangeManage/exchangePrConfirmBack/index.tsx
+8
-2
index.tsx
...s/afterService/exchangeManage/exchangePrDeliver/index.tsx
+1
-1
index.tsx
...terService/returnApplication/returnPrAddDeliver/index.tsx
+8
-2
index.tsx
.../afterService/returnApplication/returnPrDeliver/index.tsx
+9
-3
index.tsx
...fterService/returnManage/returnPrAddWarehousing/index.tsx
+8
-2
index.tsx
...ages/afterService/returnManage/returnPrReceived/index.tsx
+1
-1
No files found.
src/pages/afterService/exchangeApplication/exchangePrAddDeliver/detail.tsx
View file @
05524c7e
...
...
@@ -8,6 +8,7 @@ const ExchangePrAddDeliverDetail: React.FC = () => {
return
(
<
DetailInfo
id=
{
id
}
target=
"/memberCenter/afterService/exchangeApplication/exchangePrAddDeliver"
/>
);
};
...
...
src/pages/afterService/exchangeApplication/exchangePrAddDeliver/index.tsx
View file @
05524c7e
...
...
@@ -11,7 +11,7 @@ import {
ClockCircleOutlined
,
ExclamationCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -105,7 +105,13 @@ const ExchangePrAddDeliver: React.FC = () => {
title
:
'退货发货单号'
,
dataIndex
:
'returnDeliveryNo'
,
align
:
'center'
,
render
:
text
=>
<
a
>
{
text
}
</
a
>,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.returnDeliveryId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/exchangeApplication/exchangePrAddLogistics/detail.tsx
View file @
05524c7e
...
...
@@ -8,6 +8,7 @@ const ExchangePrAddLogisticsDetail: React.FC = () => {
return
(
<
DetailInfo
id=
{
id
}
target=
"/memberCenter/afterService/exchangeApplication/exchangePrAddLogistics"
/>
);
};
...
...
src/pages/afterService/exchangeApplication/exchangePrAddLogistics/index.tsx
View file @
05524c7e
...
...
@@ -10,7 +10,7 @@ import { Card, Badge, Progress, Button } from 'antd';
import
{
ClockCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -78,7 +78,13 @@ const ExchangePrAddLogistics: React.FC = () => {
title
:
'退货发货单号'
,
dataIndex
:
'returnDeliveryNo'
,
align
:
'center'
,
render
:
text
=>
<
a
>
{
text
}
</
a
>,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.returnDeliveryId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/exchangeApplication/exchangePrAddWarehousing/detail.tsx
View file @
05524c7e
...
...
@@ -8,6 +8,7 @@ const ExchangePrAddWarehousingDetail: React.FC = () => {
return
(
<
DetailInfo
id=
{
id
}
target=
"/memberCenter/afterService/exchangeApplication/exchangePrAddWarehousing"
/>
);
};
...
...
src/pages/afterService/exchangeApplication/exchangePrAddWarehousing/index.tsx
View file @
05524c7e
...
...
@@ -11,7 +11,7 @@ import {
ClockCircleOutlined
,
ExclamationCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -106,6 +106,13 @@ const ExchangePrAddWarehousing: React.FC = () => {
title
:
'换货发货单号'
,
dataIndex
:
'replaceDeliveryNo'
,
align
:
'center'
,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.replaceDeliveryId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/exchangeApplication/exchangePrConfirmBack/detail.tsx
View file @
05524c7e
...
...
@@ -8,6 +8,7 @@ const ExchangePrConfirmBackDetail: React.FC = () => {
return
(
<
DetailInfo
id=
{
id
}
target=
"/memberCenter/afterService/exchangeApplication/exchangePrConfirmBack"
/>
);
};
...
...
src/pages/afterService/exchangeApplication/exchangePrConfirmBack/index.tsx
View file @
05524c7e
...
...
@@ -11,7 +11,7 @@ import {
ClockCircleOutlined
,
ExclamationCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -75,7 +75,13 @@ const ExchangePrConfirmBack: React.FC = () => {
title
:
'退货发货单号'
,
dataIndex
:
'returnDeliveryNo'
,
align
:
'center'
,
render
:
text
=>
<
a
>
{
text
}
</
a
>,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.returnDeliveryId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/exchangeApplication/exchangePrConfirmBack/verify.tsx
View file @
05524c7e
...
...
@@ -132,6 +132,7 @@ const ExchangePrConfirmBackVerify: React.FC = () => {
</
Button
>
</
Space
>
)
}
target=
"/memberCenter/afterService/exchangeApplication/exchangePrConfirmBack"
/>
</>
);
...
...
src/pages/afterService/exchangeApplication/exchangePrDeliver/detail.tsx
View file @
05524c7e
...
...
@@ -8,6 +8,7 @@ const ExchangePrDeliverDetail: React.FC = () => {
return
(
<
DetailInfo
id=
{
id
}
target=
"/memberCenter/afterService/exchangeApplication/exchangePrDeliver"
/>
);
};
...
...
src/pages/afterService/exchangeApplication/exchangePrDeliver/verify.tsx
View file @
05524c7e
...
...
@@ -51,6 +51,7 @@ const ExchangePrDeliverVerify: React.FC = () => {
)
}
</>
)
}
target=
"/memberCenter/afterService/exchangeApplication/exchangePrDeliver"
/>
<
ManualDeliveryModal
...
...
src/pages/afterService/exchangeApplication/exchangePrFinished/detail.tsx
View file @
05524c7e
...
...
@@ -8,7 +8,7 @@ const ExchangePrFinishedDetail: React.FC = () => {
return
(
<
DetailInfo
id=
{
id
}
target=
"/memberCenter/
payandSettle/creditApplication/quotaFormQuery/detail
"
target=
"/memberCenter/
afterService/exchangeApplication/exchangePrFinished
"
/>
);
};
...
...
src/pages/afterService/exchangeApplication/exchangePrFinished/verify.tsx
View file @
05524c7e
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-06 17:21:54
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-11-10 15:08:07
* @LastEditTime: 202
1-01-08 10:26:31
* @Description: 确认售后完成
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -40,7 +40,6 @@ const ExchangePrFinishedDetailVerify: React.FC = () => {
<>
<
DetailInfo
id=
{
id
}
target=
"/memberCenter/payandSettle/creditApplication/quotaFormQuery/detail"
headExtra=
{
()
=>
(
<
Button
type=
"primary"
...
...
@@ -50,6 +49,7 @@ const ExchangePrFinishedDetailVerify: React.FC = () => {
提交
</
Button
>
)
}
target=
"/memberCenter/afterService/exchangeApplication/exchangePrFinished"
/>
<
FinishedModal
...
...
src/pages/afterService/exchangeApplication/exchangePrReceived/detail.tsx
View file @
05524c7e
...
...
@@ -8,6 +8,7 @@ const ExchangePrReceivedDetail: React.FC = () => {
return
(
<
DetailInfo
id=
{
id
}
target=
"/memberCenter/afterService/exchangeApplication/exchangePrReceived"
/>
);
};
...
...
src/pages/afterService/exchangeApplication/exchangePrReceived/verify.tsx
View file @
05524c7e
...
...
@@ -74,6 +74,7 @@ const ExchangePrReceivedVerify: React.FC = () => {
</>
)
}
}
target=
"/memberCenter/afterService/exchangeApplication/exchangePrReceived"
/>
</>
);
...
...
src/pages/afterService/exchangeApplication/exchangePrSubmit/components/ExchangeForm/index.tsx
View file @
05524c7e
...
...
@@ -75,7 +75,7 @@ interface OrderNoProps {
const
OrderNo
=
(
props
:
OrderNoProps
)
=>
{
const
{
value
}
=
props
;
return
(
<
Link
to=
{
`/memberCenter/afterService/exchangeApplication/exchangePrSubmit/orderDetail?
id
=${value}`
}
>
{
value
}
</
Link
>
<
Link
to=
{
`/memberCenter/afterService/exchangeApplication/exchangePrSubmit/orderDetail?
orderNo
=${value}`
}
>
{
value
}
</
Link
>
)
};
OrderNo
.
isFieldComponent
=
true
;
...
...
src/pages/afterService/exchangeManage/exchangePrAddDeliver/index.tsx
View file @
05524c7e
...
...
@@ -11,7 +11,7 @@ import {
ClockCircleOutlined
,
ExclamationCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -96,7 +96,13 @@ const ExchangePrAddDeliver: React.FC = () => {
title
:
'换货发货单号'
,
dataIndex
:
'replaceDeliveryNo'
,
align
:
'center'
,
render
:
text
=>
<
a
>
{
text
}
</
a
>,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.replaceDeliveryId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/exchangeManage/exchangePrAddLogistics/index.tsx
View file @
05524c7e
...
...
@@ -10,7 +10,7 @@ import { Card, Badge, Progress, Button } from 'antd';
import
{
ClockCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -78,7 +78,13 @@ const ReturnPrAddLogistics: React.FC = () => {
title
:
'换货发货单号'
,
dataIndex
:
'replaceDeliveryNo'
,
align
:
'center'
,
render
:
text
=>
<
a
>
{
text
}
</
a
>,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.replaceDeliveryId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/exchangeManage/exchangePrAddWarehousing/index.tsx
View file @
05524c7e
...
...
@@ -11,7 +11,7 @@ import {
ClockCircleOutlined
,
ExclamationCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -105,7 +105,13 @@ const ExchangePrAddWarehousing: React.FC = () => {
title
:
'退货入库单号'
,
dataIndex
:
'returnStorageNo'
,
align
:
'center'
,
render
:
text
=>
<
a
>
{
text
}
</
a
>,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.returnStorageId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/exchangeManage/exchangePrConfirmBack/index.tsx
View file @
05524c7e
...
...
@@ -11,7 +11,7 @@ import {
ClockCircleOutlined
,
ExclamationCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -75,7 +75,13 @@ const ExchangePrConfirmBack: React.FC = () => {
title
:
'换货发货单号'
,
dataIndex
:
'replaceDeliveryNo'
,
align
:
'center'
,
render
:
text
=>
<
a
>
{
text
}
</
a
>,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.replaceDeliveryId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/exchangeManage/exchangePrDeliver/index.tsx
View file @
05524c7e
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-06 16:30:44
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-12-03 18:02:09
* @LastEditTime: 202
1-01-08 10:28:54
* @Description: 待换货发货
*/
import
React
,
{
useState
,
useRef
}
from
'react'
;
...
...
src/pages/afterService/returnApplication/returnPrAddDeliver/index.tsx
View file @
05524c7e
...
...
@@ -11,7 +11,7 @@ import {
ClockCircleOutlined
,
ExclamationCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -110,7 +110,13 @@ const ReturnPrAddDeliver: React.FC = () => {
title
:
'退货发货单号'
,
dataIndex
:
'returnDeliveryNo'
,
align
:
'center'
,
render
:
text
=>
<
a
>
{
text
}
</
a
>,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.returnDeliveryId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/returnApplication/returnPrDeliver/index.tsx
View file @
05524c7e
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-06 16:30:44
* @LastEditors: XieZhiXiong
* @LastEditTime: 202
0-11-17 17:23:0
1
* @LastEditTime: 202
1-01-08 10:13:2
1
* @Description: 待新增退货发货单
*/
import
React
,
{
useState
,
useRef
}
from
'react'
;
...
...
@@ -11,7 +11,7 @@ import {
ClockCircleOutlined
,
ExclamationCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -82,7 +82,13 @@ const ReturnPrDeliver: React.FC = () => {
title
:
'退货发货单号'
,
dataIndex
:
'returnDeliveryNo'
,
align
:
'center'
,
render
:
text
=>
<
a
>
{
text
}
</
a
>,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.returnDeliveryId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/returnManage/returnPrAddWarehousing/index.tsx
View file @
05524c7e
...
...
@@ -11,7 +11,7 @@ import {
ClockCircleOutlined
,
ExclamationCircleOutlined
,
}
from
'@ant-design/icons'
;
import
{
history
}
from
'umi'
;
import
{
history
,
Link
}
from
'umi'
;
import
{
StandardTable
}
from
'god'
;
import
moment
from
'moment'
;
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
...
...
@@ -110,7 +110,13 @@ const ReturnPrAddWarehousing: React.FC = () => {
title
:
'退货入库单号'
,
dataIndex
:
'returnStorageNo'
,
align
:
'center'
,
render
:
text
=>
<
a
>
{
text
}
</
a
>,
render
:
(
text
,
record
)
=>
(
<
Link
to=
{
`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${record.returnStorageId}`
}
>
{
text
}
</
Link
>
),
},
{
title
:
'外部状态'
,
...
...
src/pages/afterService/returnManage/returnPrReceived/index.tsx
View file @
05524c7e
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-06 16:30:44
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-0
7 10:56:40
* @LastEditTime: 2021-01-0
8 10:27:43
* @Description: 待新增退货入库单
*/
import
React
,
{
useState
,
useRef
}
from
'react'
;
...
...
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