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
49bd3a1c
Commit
49bd3a1c
authored
Jul 27, 2021
by
alwayOnlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
7a463d8f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
34 deletions
+32
-34
index.tsx
src/pages/contract/coordination/details/index.tsx
+32
-34
No files found.
src/pages/contract/coordination/details/index.tsx
View file @
49bd3a1c
...
@@ -313,38 +313,8 @@ const Details = (props: any) => {
...
@@ -313,38 +313,8 @@ const Details = (props: any) => {
const
setDrawerModal
=
()
=>
{
const
setDrawerModal
=
()
=>
{
setPopup
(
!
Popup
)
setPopup
(
!
Popup
)
}
}
/* 支付方式元素节点 */
const
payItem
=
()
=>
(
<
div
style=
{
{
display
:
'flex'
,
}
}
>
<
div
style=
{
{
fontSize
:
'12px'
,
fontWeight
:
400
,
color
:
'#909399'
,
flex
:
0.5
,
}
}
>
支付方式:
</
div
>
<
div
style=
{
{
fontSize
:
'12px'
,
fontWeight
:
400
,
color
:
'#303133'
,
flex
:
1
,
}
}
>
线下支付方式:线下支付线上确认
</
div
>
</
div
>
)
/* 查看详情元素节点 */
const
ondeTails
=
()
=>
{
<
span
style
=
{{
color
:
'#00B37A'
,
background
:
'#F4F5F7'
,
display
:
'inline-block'
,
padding
:
'5px'
,
borderRadius
:
5
,
cursor
:
'pointer'
}}
onClick
=
{
setkey
}
>
查看详情
<
/span
>
}
return
(
return
(
<
div
className=
{
style
.
anchorWrap
}
>
<
div
className=
{
style
.
anchorWrap
}
>
<
Anchor
<
Anchor
...
@@ -412,13 +382,41 @@ const Details = (props: any) => {
...
@@ -412,13 +382,41 @@ const Details = (props: any) => {
{
{
type
==
'implement'
&&
type
==
'implement'
&&
<
PaymentCard
<
PaymentCard
children=
{
ondeTails
}
children=
{
<
span
style=
{
{
color
:
'#00B37A'
,
background
:
'#F4F5F7'
,
display
:
'inline-block'
,
padding
:
'5px'
,
borderRadius
:
5
,
cursor
:
'pointer'
}
}
onClick=
{
setkey
}
>
查看详情
</
span
>
}
title=
"付款统计"
title=
"付款统计"
payPlanList=
{
payPlanList
}
payPlanList=
{
payPlanList
}
basics=
{
basicInfo
}
basics=
{
basicInfo
}
contractId=
{
contractId
}
contractId=
{
contractId
}
setkey=
{
setkey
}
setkey=
{
setkey
}
payItem=
{
payItem
}
payItem=
{
<
div
style=
{
{
display
:
'flex'
,
}
}
>
<
div
style=
{
{
fontSize
:
'12px'
,
fontWeight
:
400
,
color
:
'#909399'
,
flex
:
0.5
,
}
}
>
支付方式:
</
div
>
<
div
style=
{
{
fontSize
:
'12px'
,
fontWeight
:
400
,
color
:
'#303133'
,
flex
:
1
,
}
}
>
线下支付方式:线下支付线上确认
</
div
>
</
div
>
}
/>
/>
}
}
{
/* 交易条件 */
}
{
/* 交易条件 */
}
...
...
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