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
0c7d8bc9
Commit
0c7d8bc9
authored
Mar 29, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into dev
parents
57ea5941
59d4c463
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 @
0c7d8bc9
...
...
@@ -86,7 +86,7 @@ const OrderPayTabs:React.FC<OrderPayTabsProps> = (props) => {
</
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
(
<>
...
...
src/pages/transaction/purchaseOrder/orderCollect/effects/index.ts
View file @
0c7d8bc9
...
...
@@ -107,7 +107,7 @@ export const useProductTableChangeForPay = (ctx: ISchemaFormActions | ISchemaFor
}
else
if
(
pageStatus
===
PageStatus
.
ADD
)
{
// 新增下 需要支付信息生成支付次数
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'
),
memberRoleId
:
productItem
?.
memberRoleId
||
ctx
.
getFieldValue
(
'supplyMembersRoleId'
),
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