Commit 26c803e1 authored by liangyb's avatar liangyb

#20240719 屏蔽查看风险按钮

parent fbfd9c56
...@@ -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();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment