Commit 856fe078 authored by liangyb's avatar liangyb

#328-2 禁用投标报价删除按钮

parent 1073d961
...@@ -728,7 +728,7 @@ public class PriceFactorsManagerComposite extends Composite { ...@@ -728,7 +728,7 @@ public class PriceFactorsManagerComposite extends Composite {
public void select(String bidPriceCode, String bidPriceName, String id) { public void select(String bidPriceCode, String bidPriceName, String id) {
curFactor.setBidPriceCode(bidPriceCode); curFactor.setBidPriceCode(bidPriceCode);
bid_price_text.setText(bidPriceName); bid_price_text.setText(bidPriceName);
del_bid_price.setVisible(true); //del_bid_price.setVisible(true);
bid_price_text.getParent().layout(); bid_price_text.getParent().layout();
if(null != curFactor.getId()){ if(null != curFactor.getId()){
evaluationFactorService.updateAssignProperty(curFactor, new String[]{"id","bidPriceCode"}); evaluationFactorService.updateAssignProperty(curFactor, new String[]{"id","bidPriceCode"});
...@@ -1060,7 +1060,7 @@ public class PriceFactorsManagerComposite extends Composite { ...@@ -1060,7 +1060,7 @@ public class PriceFactorsManagerComposite extends Composite {
} }
bidPriceResultService.updateBidPriceAndFinalPrice(supplierMap); bidPriceResultService.updateBidPriceAndFinalPrice(supplierMap);
} }
del_bid_price.setVisible(true); //del_bid_price.setVisible(true);
}else { }else {
curFactor.setBidPriceCode(null); curFactor.setBidPriceCode(null);
if(null != curFactor.getId()){ if(null != curFactor.getId()){
......
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