档案抵押
This commit is contained in:
parent
06fae721bc
commit
7fd0358faa
@ -25,15 +25,22 @@
|
||||
//doTemp.setColTips("", "测试");
|
||||
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
||||
dwTemp.Style = "2";//freeform
|
||||
// if("0020".equals(CurPage.getParameter("PhaseNo"))){
|
||||
//dwTemp.ReadOnly = "-2";//Ö»¶Áģʽ
|
||||
//}
|
||||
if("0020".equals(CurPage.getParameter("PhaseNo"))){
|
||||
dwTemp.ReadOnly = "-2";//只读模式
|
||||
}
|
||||
dwTemp.genHTMLObjectWindow(CurPage.getParameter("FlowUnid"));
|
||||
|
||||
String sButtons[][] = {
|
||||
String sButtons[][]=null;
|
||||
if("0020".equals(CurPage.getParameter("PhaseNo"))){
|
||||
sButtons =new String[][] {
|
||||
//{"true","All","Button","保存","保存所有修改","as_save(0)","","","",""},
|
||||
{String.valueOf(!com.amarsoft.are.lang.StringX.isSpace(sPrevUrl)),"All","Button","返回","返回列表","returnList()","","","",""}
|
||||
};
|
||||
}else{
|
||||
sButtons =new String[][] {
|
||||
{"true","All","Button","保存","保存所有修改","as_save(0)","","","",""},
|
||||
{String.valueOf(!com.amarsoft.are.lang.StringX.isSpace(sPrevUrl)),"All","Button","返回","返回列表","returnList()","","","",""}
|
||||
};
|
||||
}
|
||||
sButtonPosition = "south";
|
||||
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
||||
<script type="text/javascript">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user