还原逗比乱码
This commit is contained in:
parent
432ff8c84e
commit
49b61b0cca
@ -3,27 +3,27 @@
|
||||
<%@page import="java.util.Date"%>
|
||||
<%@page import="com.amarsoft.awe.control.model.Parameter" %>
|
||||
<%@ include file="/Frame/resources/include/include_begin_list.jspf"%>
|
||||
<%/*~BEGIN~¿É±à¼Çø~[Editable=true;CodeAreaID=List00;Describe=×¢ÊÍÇø;]~*/%>
|
||||
<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List00;Describe=注释区;]~*/%>
|
||||
<%
|
||||
/*
|
||||
Content: Á÷³ÌÉêÇëÒ³Ãæ
|
||||
Content: 流程申请页面
|
||||
*/
|
||||
%>
|
||||
<%/*~END~*/%>
|
||||
|
||||
<%/*~BEGIN~¿É±à¼Çø~[Editable=true;CodeAreaID=List01;Describe=¶¨ÒåÒ³ÃæÊôÐÔ;]~*/%>
|
||||
<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=List01;Describe=定义页面属性;]~*/%>
|
||||
<%
|
||||
String PG_TITLE = "Á÷³Ì¶ÔÏó¹ÜÀí"; // ä¯ÀÀÆ÷´°¿Ú±êÌâ <title> PG_TITLE </title>
|
||||
String PG_TITLE = "流程对象管理"; // 浏览器窗口标题 <title> PG_TITLE </title>
|
||||
%>
|
||||
<%/*~END~*/%>
|
||||
|
||||
<%/*~BEGIN~¿É±à¼Çø~[Describe=ÆäËü²Ù×÷;]~*/%>
|
||||
<%/*~BEGIN~可编辑区~[Describe=其它操作;]~*/%>
|
||||
<%
|
||||
String sApplyType = CurPage.getParameter("ApplyType");
|
||||
String sPhaseType = CurPage.getParameter("PhaseType");
|
||||
if(sApplyType == null) sApplyType = "";
|
||||
if(sPhaseType == null) sPhaseType = "";
|
||||
//¸ù¾ÝÉêÇëÀàÐÍapplyType¡¢½×¶ÎÀàÐÍphaseType µÃµ½ÉêÇëÖ÷Ê÷ͼ£¬ÉêÇë°´Å¥£¬ÉêÇëÁбíÏÔʾģ°å£¬ÉêÇëÁбíwhereÌõ¼þµÈ¡£
|
||||
//根据申请类型applyType、阶段类型phaseType 得到申请主树图,申请按钮,申请列表显示模板,申请列表where条件等。
|
||||
ApplyManager applyManager = new ApplyManager(sApplyType,sPhaseType,CurUser);
|
||||
ASObjectModel doTemp = new ASObjectModel(applyManager.getDono());
|
||||
doTemp.setLockCount(2);
|
||||
@ -38,9 +38,9 @@
|
||||
//doTemp.appendJboWhere(applyManager.getWhereClause()+" order by objectNo desc ");
|
||||
doTemp.appendJboWhere(applyManager.getWhereClause());
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage,doTemp,request);
|
||||
dwTemp.Style="1"; //ÉèÖÃΪGrid·ç¸ñ
|
||||
//dwTemp.MultiSelect = true;//ÔÊÐí¶àÑ¡
|
||||
dwTemp.ReadOnly = "1";//±à¼Ä£Ê½
|
||||
dwTemp.Style="1"; //设置为Grid风格
|
||||
//dwTemp.MultiSelect = true;//允许多选
|
||||
dwTemp.ReadOnly = "1";//编辑模式
|
||||
dwTemp.genHTMLObjectWindow("");
|
||||
String sButtons[][] = applyManager.getButtonArr();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user