Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
京
京能客户端
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王亚宁
京能客户端
Commits
6ef58793
Commit
6ef58793
authored
Jun 19, 2024
by
liangyb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#328 1. 价格评审显示最终评标价
parent
fc868632
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/review/composite/PriceEvaluationComposite.java
...ation/step/review/composite/PriceEvaluationComposite.java
+1
-1
com.gx.obe.common.widget/src/com/gx/obe/common/widget/dialog/EditSubBidPriceItemDialog.java
...x/obe/common/widget/dialog/EditSubBidPriceItemDialog.java
+1
-1
No files found.
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/review/composite/PriceEvaluationComposite.java
View file @
6ef58793
...
...
@@ -409,7 +409,7 @@ public class PriceEvaluationComposite extends Composite {
for
(
SupplierOpeningResult
result
:
supplierOpeningResultList
){
if
(
ObjectUtils
.
equals
(
result
.
getSupplierId
(),
supplier
.
getId
())){
if
(
null
==
result
.
getEvaluationPrice
()){
result
.
setEvaluationPrice
(
result
.
get
Bid
Price
());
result
.
setEvaluationPrice
(
result
.
get
Evaluation
Price
());
}
supplierOpeningResult
=
result
;
break
;
...
...
com.gx.obe.common.widget/src/com/gx/obe/common/widget/dialog/EditSubBidPriceItemDialog.java
View file @
6ef58793
...
...
@@ -754,7 +754,7 @@ public class EditSubBidPriceItemDialog extends EDialog {
BidPriceResult
bidPriceResult
=
CollectionUtils
.
get
(
bidStructPriceResultList
,
t
->
bidPriceList
.
get
(
0
).
getBidPriceCode
().
equals
(
t
.
getBidPriceCode
()));
if
(
bidPriceResult
.
getBidPriceCode
().
equals
(
curBidPriceResult
.
getBidPriceCode
()))
{
if
(
bidPriceResult
!=
null
&&
bidPriceResult
.
getBidPriceCode
().
equals
(
curBidPriceResult
.
getBidPriceCode
()))
{
bidPriceResult
.
setFinalBidPrice
(
curBidPriceResult
.
getFinalBidPrice
());
bidPriceResult
.
setEvaluationPrice
(
curBidPriceResult
.
getEvaluationPrice
());
bidPriceResult
.
setModifyReason
(
curBidPriceResult
.
getModifyReason
());
...
...
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