apzl_leasing/WebContent/FrameCase/widget/ow/DemoInfoDynamicSimple.jsp
2018-06-03 22:26:41 +08:00

19 lines
901 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/Frame/resources/include/include_begin_info.jspf"%><%
ASObjectModel doTemp = new ASObjectModel("TestCustomerInfo"); //通过显示模板生成
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
dwTemp.Style = "2";//freeform
dwTemp.genHTMLObjectWindow(CurPage.getParameter("SerialNo"));
String sButtons[][] = {
{"true","All","Button","保存","保存所有修改","as_save(0)","","","",""},
{"false","All","Button","返回","返回列表","returnList()","","","","btn_icon_return"}
};
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
<script type="text/javascript">
function beforeTabClose(){
alert("返回值为undefined或布尔值为true允许关闭否则阻止关闭\n若flag布尔值为true那么!flag == false");
return confirm("确定关闭?");
}
</script>
<%@ include file="/Frame/resources/include/include_end.jspf"%>