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
da614865
Commit
da614865
authored
1 year ago
by
黄重
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ComplianceEvaluationTableComposite.java
parent
08a0dcb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/review/composite/ComplianceEvaluationTableComposite.java
.../review/composite/ComplianceEvaluationTableComposite.java
+1
-1
No files found.
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/review/composite/ComplianceEvaluationTableComposite.java
View file @
da614865
...
...
@@ -1770,7 +1770,7 @@ public class ComplianceEvaluationTableComposite extends Composite implements IEv
evalFactorResult
=
supplierEvaluationFactorResultMap
.
get
(
supplier
.
getId
()).
get
(
evaluationFactor
.
getId
());
}
if
(
StringUtils
.
isNotEmpty
(
colContent
.
get
(
col
).
toString
()))
{
if
(
null
!=
colContent
&&
StringUtils
.
isNotEmpty
(
colContent
.
get
(
col
).
toString
()))
{
evaluationButton
.
setEnabled
(!
EVAL_ACCESSMENT_YES
.
equals
(
colContent
.
get
(
col
).
toString
()));
//重绘控件,控件刷新具有滞后性
evaluationButton
.
redraw
();
...
...
This diff is collapsed.
Click to expand it.
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