28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
<%@page import="com.itextpdf.text.log.SysoCounter"%>
|
|
<%@ page contentType="text/html; charset=GBK"%><%@
|
|
include
|
|
file="/Frame/resources/include/include_begin_info.jspf"%>
|
|
<%
|
|
String sPrevUrl = CurPage.getParameter("PrevUrl");
|
|
if(sPrevUrl == null) sPrevUrl = "/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/FileDownloadImportList.jsp";
|
|
String sTempletNo = "li_Property_importS";//--模板号--
|
|
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
|
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
|
dwTemp.Style = "2";//freeform
|
|
dwTemp.ReadOnly = "0";//只读模式
|
|
dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID"));
|
|
|
|
String sButtons[][] = {
|
|
{"true", "All", "Button", "保存","保存所有修改", "saveRecord()", "", "", "", ""},
|
|
};
|
|
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
|
<script type="text/javascript">
|
|
function goBack(){
|
|
parent.AsDialog.ClosePage();
|
|
}
|
|
function saveRecord(sPostEvents) {
|
|
as_save("myiframe0", "goBack()");
|
|
}
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%>
|