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
56a46b16
Commit
56a46b16
authored
Apr 25, 2022
by
前端-彭佳文
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2-220418' into 'v2-220418'
fix: 评标报告提交页面优化 See merge request linkseeks-design/pro-platform!545
parents
78240494
9f13c2d5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
index.tsx
...rocurement/callForBids/readySubmitReport/detail/index.tsx
+3
-1
No files found.
src/pages/procurement/callForBids/readySubmitReport/detail/index.tsx
View file @
56a46b16
...
...
@@ -51,10 +51,12 @@ const readySubmitReportDetail: React.FC = () => {
params
.
evaluationTenderRecommendList
=
recommandList
.
filter
(
item
=>
!
item
?.
id
)
}
params
.
evaluationTenderFile
=
fileList
// 在线
if
(
data
.
isOnlineEvaluation
)
{
params
.
evaluationTenderReportMemberList
=
childTableData
?.
length
?
childTableData
[
0
].
map
(
item
=>
({
memberId
:
item
.
memberId
,
correctScore
:
item
.
modifyTotal
}))
:
[]
if
(
!
params
.
evaluationTenderReportMemberList
.
length
)
{
setLoading
(
false
)
return
message
.
error
(
intl
.
formatMessage
({
id
:
'table.purchase.submit.text'
,
defaultMessage
:
'请先进行评标相关操作'
}))
}
}
else
{
...
...
@@ -94,7 +96,7 @@ const readySubmitReportDetail: React.FC = () => {
/>
<
OrderDetailWrapper
>
<
PreLoading
loading=
{
!
formContext
.
data
}
active
paragraph=
{
{
rows
:
6
}
}
>
<
div
id=
"transferProcess"
>
<
div
id=
"transferProcess"
style=
{
{
marginTop
:
100
}
}
>
<
TransferProcess
cardTitle=
{
intl
.
formatMessage
({
id
:
'table.purchase.liuzhuanjindu'
})
}
customTitleKey=
'name'
...
...
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