已开发功能优化
This commit is contained in:
parent
469940ddc6
commit
5c05a986fb
|
@ -23,7 +23,7 @@ public class ContractPublicBillPlugin extends AbstractBillPlugIn implements Plug
|
|||
Object zcgj_jtnw = this.getModel().getValue("zcgj_jtnw");
|
||||
if(zcgj_jtnw!=null && zcgj_jtnw!=""){
|
||||
List<ComboItem> comboList = new ArrayList<>();
|
||||
if(zcgj_jtnw.toString().equals("")){
|
||||
if(zcgj_jtnw.toString().equals("jtn")){
|
||||
comboList.add(new ComboItem(new LocaleString("中材矿山"), "1"));
|
||||
comboList.add(new ComboItem(new LocaleString("中材国际"), "2"));
|
||||
comboList.add(new ComboItem(new LocaleString("中联水泥"), "3"));
|
||||
|
|
Loading…
Reference in New Issue