修改web端预审批页面显示
This commit is contained in:
parent
5e0982902a
commit
e5af35c421
@ -102,6 +102,9 @@
|
||||
setItemValue(0,getRow(),"geartype",data[10]);
|
||||
|
||||
setItemValue(0,getRow(),"newtype","ysp");
|
||||
|
||||
setItemValue(0,0,"CUSTOMER_TYPE","03");
|
||||
setItemValue(0,0,"certtype","Ind01");
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
@ -5,12 +5,13 @@
|
||||
Content:
|
||||
History Log:
|
||||
*/
|
||||
String userid = CurUser.getUserID();
|
||||
ASObjectModel doTemp = new ASObjectModel("LbBeforeAppLicationList");
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
||||
dwTemp.Style="1"; //--设置为Grid风格--
|
||||
dwTemp.ReadOnly = "1"; //只读模式
|
||||
dwTemp.setPageSize(10);
|
||||
dwTemp.genHTMLObjectWindow("");
|
||||
dwTemp.genHTMLObjectWindow(userid);
|
||||
|
||||
//0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标,CSS层叠样式 10、风格
|
||||
String sButtons[][] = {
|
||||
|
||||
@ -48,7 +48,7 @@ Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualn
|
||||
|
||||
|
||||
-- 预审批添加list模板
|
||||
Insert Into AWE_DO_CATALOG (dono,doname,dodescribe,dotype,doclass,isinuse,colcount,modeid,jboclass,jbofrom,jbowhere,jbogroup,jboorder,businessprocess,exportflag,inputuser,inputtime,updateuser,updatetime,remark,isvalidate,parent) Values ('LbBeforeAppLicationList','Ô¤ÉóÅúÁбí',null,'30',null,'1','1','default','jbo.com.tenwa.entity.comm.serialutil.LB_BEFORE_APPLICATION','O','1=1','','inputtime desc','','','SYS_Designer','2020/08/17 09:45:32','SYS_Designer','2020/08/19 12:08:16','','1','');
|
||||
Insert Into AWE_DO_CATALOG (dono,doname,dodescribe,dotype,doclass,isinuse,colcount,modeid,jboclass,jbofrom,jbowhere,jbogroup,jboorder,businessprocess,exportflag,inputuser,inputtime,updateuser,updatetime,remark,isvalidate,parent) VALUES ('LbBeforeAppLicationList','Ô¤ÉóÅúÁбí',NULL,'30',NULL,'1','1','default','jbo.com.tenwa.entity.comm.serialutil.LB_BEFORE_APPLICATION','O','inputuserid=:userid','','inputtime desc','','','SYS_Designer','2020/08/17 09:45:32','SYS_Designer','2020/08/30 16:56:24','','1','');
|
||||
Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualname,colname,coltype,coldefaultvalue,colheader,colunit,colcolumntype,coleditstyle,colcheckformat,colalign,coleditsourcetype,coleditsource,colhtmlstyle,collimit,colvisible,colreadonly,colrequired,colsortable,isfilter,colspan,isautocomplete,groupid,colfilterrefid,inputuser,inputtime,updateuser,updatetime,isaudit,colfilterattrs,isupdate,parentcolindex,tips,colinnerbtevent,colfilteroptions) Values ('LbBeforeAppLicationList','1000','1000','1','O','id','id','String','','唯一标识','','1','Text','1','1','','','','32','0','0','0','0','0',1,'0','','','SYS_DESIGNER','2020/08/17 09:45:32','SYS_Designer','2020/08/19 12:08:16','0','','1','','','','');
|
||||
Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualname,colname,coltype,coldefaultvalue,colheader,colunit,colcolumntype,coleditstyle,colcheckformat,colalign,coleditsourcetype,coleditsource,colhtmlstyle,collimit,colvisible,colreadonly,colrequired,colsortable,isfilter,colspan,isautocomplete,groupid,colfilterrefid,inputuser,inputtime,updateuser,updatetime,isaudit,colfilterattrs,isupdate,parentcolindex,tips,colinnerbtevent,colfilteroptions) Values ('LbBeforeAppLicationList','1010','1010','1','O','fullname','fullname','String','','承租人姓名','','1','Text','1','1','','','','32','1','0','0','1','1',1,'0','','','SYS_DESIGNER','2020/08/17 09:45:32','SYS_Designer','2020/08/19 12:08:16','','','1','','','','');
|
||||
Insert Into awe_do_library (dono,colindex,sortno,isinuse,coltablename,colactualname,colname,coltype,coldefaultvalue,colheader,colunit,colcolumntype,coleditstyle,colcheckformat,colalign,coleditsourcetype,coleditsource,colhtmlstyle,collimit,colvisible,colreadonly,colrequired,colsortable,isfilter,colspan,isautocomplete,groupid,colfilterrefid,inputuser,inputtime,updateuser,updatetime,isaudit,colfilterattrs,isupdate,parentcolindex,tips,colinnerbtevent,colfilteroptions) Values ('LbBeforeAppLicationList','1020','1020','1','O','fullcertid','fullcertid','String','','承租人身份证号','','1','Text','1','1','','','','32','1','0','0','1','1',1,'0','','','SYS_DESIGNER','2020/08/17 09:45:32','SYS_Designer','2020/08/19 12:08:16','','','1','','','','');
|
||||
|
||||
@ -77,7 +77,7 @@ public class BeforeAppLicationCheck {
|
||||
String fullname = lba.getAttribute("fullname").getString();
|
||||
//身份证号校验
|
||||
String isCard = lbac.getAttribute("is_card").getString();
|
||||
String subjectid = MultiSubjectUtil.SZSUBJECTID;
|
||||
String subjectid = MultiSubjectUtil.TJSUBJECTID;
|
||||
String message = null ;
|
||||
if("Y".equals(isCard)){
|
||||
/*message = BeforeApplicationCheckUtil.checkCertid(fullname, fullcertid, subjectid, message);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user