预付单无合同列表插件

This commit is contained in:
zhangzhiguo 2025-11-12 15:29:44 +08:00
parent 5d7bb52e57
commit cab016d174
1 changed files with 7 additions and 6 deletions

View File

@ -43,13 +43,14 @@ public class PrepaybillNoContractPlugin extends AbstractBillPlugIn {
boolean isec=(boolean)this.getModel().getValue("zcgj_isec");
if(isec){
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