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
8154b045
Commit
8154b045
authored
Dec 17, 2021
by
xiexiuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flx: 修改bug
parent
6c834ab3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
index.tsx
src/pages/contract/coordination/details/index.tsx
+0
-0
index.tsx
...ges/contract/coordination/pageToBeSubmitExamine/index.tsx
+9
-9
No files found.
src/pages/contract/coordination/details/index.tsx
View file @
8154b045
This diff is collapsed.
Click to expand it.
src/pages/contract/coordination/pageToBeSubmitExamine/index.tsx
View file @
8154b045
...
...
@@ -29,7 +29,7 @@ const pageToBeSubmitExamine = () => {
return
new
Date
(
Date
.
parse
(
time
.
replace
(
/-/g
,
"/"
))).
getTime
()
/
1000
;
}
const
columns
:
ColumnType
<
any
>
[]
=
[{
title
:
intl
.
formatMessage
({
id
:
'contract.hetongbianhaozhaiyao'
}),
title
:
intl
.
formatMessage
({
id
:
'contract.hetongbianhaozhaiyao'
}),
dataIndex
:
'contractNo'
,
align
:
'left'
,
render
:
(
text
,
record
)
=>
...
...
@@ -42,7 +42,7 @@ const pageToBeSubmitExamine = () => {
<
p
>
{
record
.
contractAbstract
}
</
p
>
</
div
>
},
{
title
:
intl
.
formatMessage
({
id
:
'contract.hetongshengxiaoshixiaoshi'
}),
title
:
intl
.
formatMessage
({
id
:
'contract.hetongshengxiaoshixiaoshi'
}),
dataIndex
:
'startTime'
,
align
:
'left'
,
sorter
:
{
...
...
@@ -56,12 +56,12 @@ const pageToBeSubmitExamine = () => {
</
div
>
},
{
title
:
intl
.
formatMessage
({
id
:
'contract.hetongjiafang'
}),
title
:
intl
.
formatMessage
({
id
:
'contract.hetongjiafang'
}),
dataIndex
:
'partyAName'
,
align
:
'left'
,
},
{
title
:
intl
.
formatMessage
({
id
:
'contract.hetongzongjine'
}),
title
:
intl
.
formatMessage
({
id
:
'contract.hetongzongjine'
}),
dataIndex
:
'totalAmount'
,
align
:
'left'
,
render
:
(
text
)
=>
...
...
@@ -70,7 +70,7 @@ const pageToBeSubmitExamine = () => {
</
div
>
},
{
title
:
intl
.
formatMessage
({
id
:
'contract.duiyingdanjuxunyuanlei'
}),
title
:
intl
.
formatMessage
({
id
:
'contract.duiyingdanjuxunyuanlei'
}),
dataIndex
:
'sourceNo'
,
align
:
'left'
,
render
:
(
text
,
record
)
=>
...
...
@@ -88,7 +88,7 @@ const pageToBeSubmitExamine = () => {
</
div
>
},
{
title
:
intl
.
formatMessage
({
id
:
'contract.waibuzhuangtai'
}),
title
:
intl
.
formatMessage
({
id
:
'contract.waibuzhuangtai'
}),
dataIndex
:
'outerStatusName'
,
align
:
'left'
,
render
:
(
text
)
=>
{
...
...
@@ -98,7 +98,7 @@ const pageToBeSubmitExamine = () => {
}
},
{
title
:
intl
.
formatMessage
({
id
:
'contract.neibuzhuangtai'
}),
title
:
intl
.
formatMessage
({
id
:
'contract.neibuzhuangtai'
}),
dataIndex
:
'innerStatusName'
,
align
:
'left'
,
render
:
(
text
)
=>
{
...
...
@@ -111,13 +111,13 @@ const pageToBeSubmitExamine = () => {
}
},
{
title
:
intl
.
formatMessage
({
id
:
'contract.caozuo'
}),
title
:
intl
.
formatMessage
({
id
:
'contract.caozuo'
}),
dataIndex
:
'innerStatusName'
,
align
:
'left'
,
render
:
(
text
,
record
)
=>
{
return
(
<
div
>
<
span
style=
{
{
color
:
'#00B37A'
,
cursor
:
'pointer'
}
}
onClick=
{
()
=>
history
.
push
(
`/memberCenter/contract/coordination/pageToBeSubmitExamine/details?contractId=${record.id}&type=submitExamine`
)
}
>
{
intl
.
formatMessage
({
id
:
'contract.tijiaoshenhe'
})
}
</
span
>
<
span
style=
{
{
color
:
'#00B37A'
,
cursor
:
'pointer'
}
}
onClick=
{
()
=>
history
.
push
(
`/memberCenter/contract/coordination/pageToBeSubmitExamine/details?contractId=${record.id}&type=submitExamine`
)
}
>
{
intl
.
formatMessage
({
id
:
'contract.tijiaoshenhe'
})
}
</
span
>
</
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