apzl_leasing/WebContent/Tenwa/Core/Standard/LCStandardInterestInfo.jsp
2018-06-03 22:26:41 +08:00

28 lines
1.0 KiB
Plaintext

<%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
/*
Author: undefined 2017-08-02
Content: 示例详情页面
History Log:
*/
String sTempletNo = "LCStandardInterestInfo";//--模板号--
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
dwTemp.Style = "2";//freeform
//dwTemp.ReadOnly = "-2";//只读模式
dwTemp.genHTMLObjectWindow(CurPage.getParameter("id"));
String sButtons[][] = {
{"true","All","Button","保存","保存所有修改","as_save(0)","","","",""},
{"true","All","Button","返回","返回列表","returnList()","","","","btn_icon_return"}
};
sButtonPosition = "south";
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
function returnList(){
var pUrl="/Tenwa/Core/Standard/LCStandardInterestList.jsp";
AsControl.OpenView(pUrl, "","_self","");
}
</script>
<%@ include file="/Frame/resources/include/include_end.jspf"%>