预审批列表初审、复审可以看全部

This commit is contained in:
tangfutang 2020-09-22 10:42:46 +08:00
parent 7b661eca14
commit f98ba20b5f
2 changed files with 8 additions and 2 deletions

View File

@ -6,12 +6,16 @@
History Log:
*/
String userid = CurUser.getUserID();
String orgID = CurUser.getOrgID();
ASObjectModel doTemp = new ASObjectModel("LbBeforeAppLicationList");
if(!"8009011005".equals(orgID)){
doTemp.appendJboWhere(" inputuserid='"+userid+"'");
}
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
dwTemp.Style="1"; //--设置为Grid风格--
dwTemp.ReadOnly = "1"; //只读模式
dwTemp.setPageSize(10);
dwTemp.genHTMLObjectWindow(userid);
//dwTemp.genHTMLObjectWindow(userid);
//0、是否展示 1、 权限控制 2、 展示类型 3、按钮显示名称 4、按钮解释文字 5、按钮触发事件代码 6、 7、 8、 9、图标CSS层叠样式 10、风格
String sButtons[][] = {

View File

@ -367,7 +367,9 @@ insert into `class_method` (`classname`, `methodname`, `methodtype`, `methoddesc
delete from FLOW_MODEL where FlowNo='FundPaymentCarFlow' and PhaseNo='0020';
insert into `FLOW_MODEL` (`flowno`, `phaseno`, `phasetype`, `phasename`, `phasedescribe`, `phaseattribute`, `prescript`, `initscript`, `choicedescribe`, `choicescript`, `actiondescribe`, `actionscript`, `postscript`, `attribute1`, `attribute2`, `attribute3`, `attribute4`, `attribute5`, `attribute6`, `attribute7`, `attribute8`, `attribute9`, `attribute10`, `aaenabled`, `aapointinitscript`, `aapointcomp`, `aapointcompurl`, `standardtime1`, `standardtime2`, `costlob`, `strips`, `checklist`, `decisionscript`, `riskscanrule`, `buttonset2`, `inputuser`, `inputtime`, `updateuser`, `updatetime`, `distributerule`, `id`, `type`, `name`, `xcoordinate`, `ycoordinate`, `width`, `height`, `version`, `swimlane`, `nodetype`, `flowphasecontext`, `OPINIONSREQUIRED`, `isreadonly`, `flowpageconfig`, `flowprocessclass`, `flowpagecheck`, `backstepnexttype`, `backsteps`, `backscript`, `deletescript`, `phasescript`, `loadproductcheck`, `nextsteps`, `flowtiptype`, `remindnoticttype`, `flowoverdate`, `overnoticetype`, `overnoticeUser`) values('FundPaymentCarFlow','0020','1020','땐데놓<EFBFBD>',NULL,NULL,'!<21>툽직넋.마운<EBA788>헝瓊슥珂菱땡<E88FB1>뇜GPS榴檄(#ObjectNo)+!<21>툽직넋.마운<EBA788>헝藁쀼瞳瓊슥깃션(#ObjectNo)+!<21>툽직넋.哥픕마운<EBA788>헝쉥북谿눈흙栗죕헌데(#ObjectNo)','toStringArray(\"#PhaseAction\",\",\",\" \",1)',NULL,'commroute',NULL,'[{usertype:\"朞嶝寧땍훨蛟넥실<EB84A5>\",userinfo:\"800R00000016,땐데놓<EB8DB0>\"}]','#PhaseOpinion1','closePage,doSubmit,backStep,signOpinion',NULL,'all_except',NULL,NULL,NULL,'01',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'0','0',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'368','250','100','50','1',NULL,'TASK',NULL,'N','N','FundPaymentCarFlow010','Map<String,String> paramMap=new HashMap<String, String>();\r\nparamMap.put(\"TempletNo\", \"FlowPayDocList\");\r\nparamMap.put(\"isReview\", \"true\");\r\nTreeView.AddNodeUrlParam(\"尻렴栗죕헌데\", paramMap);\r\nTreeView.updateNodeSetReadOnly(\"<22>蛟係숭\",\"ReadOnly\");\r\nTreeView.addLastNodeByCode(\"11268\");\r\nTreeView.addBeforeNodeByCode(\"북谿죗깊\",\"11532\");\r\nTreeView.deleteNode(\"왱운엥斤口圈헙\");','','backnextperson',NULL,'!샘뇟꾸鱗.쌈왯틱憩撚蛟藁쀼<E89781>툽雷숨股箇흙깊(#ObjectNo)',NULL,NULL,'N','땐데릿<EFBFBD>(0030)',NULL,NULL,NULL,NULL,NULL);
-- 预审批功能信审、复审看全部数据
delete from AWE_DO_CATALOG where dono='LbBeforeAppLicationList';
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/09/22 10:10:19','','1','');