This commit is contained in:
parent
69e18eec18
commit
da52adc449
|
@ -66,7 +66,7 @@ public class ContractPublicBillPlugin extends AbstractBillPlugIn implements Plug
|
|||
ComboEdit comboEdit = getView().getControl("zcgj_belongingsector");
|
||||
comboEdit.setComboItems(comboList);
|
||||
}
|
||||
}else if (name.equals("contracttype")){
|
||||
}else if (name.equals("contracttype") || name.equals("zcgj_pricetype")){
|
||||
Object pricetype = this.getModel().getValue("zcgj_pricetype");
|
||||
if(pricetype!=null && pricetype!=""){
|
||||
String priceType = pricetype.toString();
|
||||
|
|
Loading…
Reference in New Issue