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
26c803e1
Commit
26c803e1
authored
Jul 19, 2024
by
liangyb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#20240719 屏蔽查看风险按钮
parent
fbfd9c56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/composite/FactorEvaluationComposite.java
.../evaluation/step/composite/FactorEvaluationComposite.java
+9
-9
No files found.
BID-EVALUATION-STEP/src/com/gx/obe/evaluation/step/composite/FactorEvaluationComposite.java
View file @
26c803e1
...
@@ -876,7 +876,7 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -876,7 +876,7 @@ public class FactorEvaluationComposite extends EvaluationView {
ImageButton
fileButton
=
createShowButton
(
ShowType
.
FILE
);
ImageButton
fileButton
=
createShowButton
(
ShowType
.
FILE
);
// ImageButton opinionButton = createShowButton(ShowType.OPINION);
// ImageButton opinionButton = createShowButton(ShowType.OPINION);
ImageButton
comparisonTableButton
=
createShowButton
(
ShowType
.
COMPARISON_TABLE
);
ImageButton
comparisonTableButton
=
createShowButton
(
ShowType
.
COMPARISON_TABLE
);
ImageButton
viewSupplierRiskBtn
=
createShowButton
(
ShowType
.
VIEW_SUPPLIER_RISK
);
//
ImageButton viewSupplierRiskBtn = createShowButton(ShowType.VIEW_SUPPLIER_RISK);
// ImageButton structButton = createShowButton(ShowType.STRUCT);
// ImageButton structButton = createShowButton(ShowType.STRUCT);
switch
(
showType
)
{
switch
(
showType
)
{
...
@@ -889,9 +889,9 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -889,9 +889,9 @@ public class FactorEvaluationComposite extends EvaluationView {
case
COMPARISON_TABLE:
case
COMPARISON_TABLE:
curShowButton
=
comparisonTableButton
;
curShowButton
=
comparisonTableButton
;
break
;
break
;
case
VIEW_SUPPLIER_RISK:
//
case VIEW_SUPPLIER_RISK:
curShowButton
=
viewSupplierRiskBtn
;
//
curShowButton = viewSupplierRiskBtn;
break
;
//
break;
}
}
curShowButton
.
setSelection
(
true
);
curShowButton
.
setSelection
(
true
);
}
}
...
@@ -1542,13 +1542,13 @@ public class FactorEvaluationComposite extends EvaluationView {
...
@@ -1542,13 +1542,13 @@ public class FactorEvaluationComposite extends EvaluationView {
opinionStackLayout
.
topControl
=
templateTableListComposite
;
opinionStackLayout
.
topControl
=
templateTableListComposite
;
templateTableListComposite
.
refresh
(
curTender
.
getId
(),
curEvaluationFactor
.
getFactorCode
(),
supplierList
);
templateTableListComposite
.
refresh
(
curTender
.
getId
(),
curEvaluationFactor
.
getFactorCode
(),
supplierList
);
break
;
break
;
case
VIEW_SUPPLIER_RISK:
//
case VIEW_SUPPLIER_RISK:
//
opinionStackLayout
.
topControl
=
viewRiskComposite
;
//
opinionStackLayout.topControl = viewRiskComposite;
viewRiskComposite
.
refresh
(
curTender
);
//
viewRiskComposite.refresh(curTender);
// showStackLayout.topControl = structComposite;
// showStackLayout.topControl = structComposite;
// showStructTableAction();
// showStructTableAction();
break
;
//
break;
}
}
opinionComposite
.
layout
();
opinionComposite
.
layout
();
}
}
...
...
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