预付单无合同列表插件
This commit is contained in:
parent
5d7bb52e57
commit
cab016d174
|
|
@ -43,13 +43,14 @@ public class PrepaybillNoContractPlugin extends AbstractBillPlugIn {
|
||||||
boolean isec=(boolean)this.getModel().getValue("zcgj_isec");
|
boolean isec=(boolean)this.getModel().getValue("zcgj_isec");
|
||||||
if(isec){
|
if(isec){
|
||||||
this.getView().setFormTitle(new LocaleString("无合同预付单"));
|
this.getView().setFormTitle(new LocaleString("无合同预付单"));
|
||||||
|
/*Object billtitle = this.getView().getFormShowParameter().getCustomParam("billtitle");
|
||||||
|
if(null!=billtitle){
|
||||||
|
this.getModel().setValue("zcgj_billtitle",billtitle);
|
||||||
|
}else{
|
||||||
|
this.getModel().setValue("zcgj_billtitle","【预付单】");
|
||||||
|
}*/
|
||||||
}
|
}
|
||||||
Object billtitle = this.getView().getFormShowParameter().getCustomParam("billtitle");
|
|
||||||
if(null!=billtitle){
|
|
||||||
this.getModel().setValue("zcgj_billtitle",billtitle);
|
|
||||||
}else{
|
|
||||||
this.getModel().setValue("zcgj_billtitle","【预付单】");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue