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
53078647
Commit
53078647
authored
Mar 26, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 处理渠道手工下单选商品后查询支付方式异常,处理销售订单详情查看支付凭证异常
parent
eb48ad23
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.tsx
src/pages/transaction/components/orderPayTabs/index.tsx
+1
-1
index.ts
...s/transaction/purchaseOrder/orderCollect/effects/index.ts
+1
-1
No files found.
src/pages/transaction/components/orderPayTabs/index.tsx
View file @
53078647
...
@@ -86,7 +86,7 @@ const OrderPayTabs:React.FC<OrderPayTabsProps> = (props) => {
...
@@ -86,7 +86,7 @@ const OrderPayTabs:React.FC<OrderPayTabsProps> = (props) => {
</
Row
>
</
Row
>
}
}
const
urlsDatas
=
data
.
paymentInformationResponses
.
filter
(
item
=>
item
[
'channel'
]
===
5
&&
item
[
'payWay'
]
===
2
).
map
(
_item
=>
_item
[
'payOrderUrls'
])
const
urlsDatas
=
data
.
paymentInformationResponses
.
filter
(
item
=>
item
[
'channel'
]
===
5
&&
item
[
'payWay'
]
===
2
).
map
(
_item
=>
_item
[
'payOrderUrls'
])
.
filter
(
__item
=>
__item
.
length
)
return
(
return
(
<>
<>
...
...
src/pages/transaction/purchaseOrder/orderCollect/effects/index.ts
View file @
53078647
...
@@ -107,7 +107,7 @@ export const useProductTableChangeForPay = (ctx: ISchemaFormActions | ISchemaFor
...
@@ -107,7 +107,7 @@ export const useProductTableChangeForPay = (ctx: ISchemaFormActions | ISchemaFor
}
else
if
(
pageStatus
===
PageStatus
.
ADD
)
{
// 新增下 需要支付信息生成支付次数
}
else
if
(
pageStatus
===
PageStatus
.
ADD
)
{
// 新增下 需要支付信息生成支付次数
fetchOrderApi
.
getPayInfoList
({
fetchOrderApi
.
getPayInfoList
({
productId
:
orderModel
===
OrderModalType
[
"HAND_ORDER"
]
?
productItem
.
id
:
productItem
.
productId
,
productId
:
(
orderModel
===
OrderModalType
[
"HAND_ORDER"
]
||
orderModel
===
OrderModalType
[
"CHANNEL_DIRECT_MINING_ORDER"
]
||
orderModel
===
OrderModalType
[
"CHANNEL_SPOT_MANUAL_ORDER"
])
?
productItem
.
id
:
productItem
.
productId
,
memberId
:
productItem
?.
memberId
||
ctx
.
getFieldValue
(
'supplyMembersId'
),
memberId
:
productItem
?.
memberId
||
ctx
.
getFieldValue
(
'supplyMembersId'
),
memberRoleId
:
productItem
?.
memberRoleId
||
ctx
.
getFieldValue
(
'supplyMembersRoleId'
),
memberRoleId
:
productItem
?.
memberRoleId
||
ctx
.
getFieldValue
(
'supplyMembersRoleId'
),
orderModel
:
orderModel
,
orderModel
:
orderModel
,
...
...
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