This commit is contained in:
xiaoshi 2025-07-02 09:48:10 +08:00
parent 69e18eec18
commit da52adc449
1 changed files with 1 additions and 1 deletions

View File

@ -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();