http://git2.tenwa.com.cn/ApzlDev/apzl_leasing.git into linxiaoping Conflicts: WebContent/DealerDeposit/DMarginChargeInfo_Temp.jsp
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%>
|
|
<%@ include file="/Frame/resources/include/include_begin_info.jspf"%><%
|
|
/*
|
|
Author: undefined 2018-06-21
|
|
Content: 示例详情页面
|
|
History Log:
|
|
*/
|
|
String sPrevUrl = CurPage.getParameter("ID");
|
|
/* String docClassItemno = CurPage.getParameter("docClassItemno");
|
|
String custid = CurPage.getParameter("custid"); */
|
|
/* if(sPrevUrl == null) sPrevUrl = ""; */
|
|
|
|
String sTempletNo = "CustomerDoc_Info";//--模板号--
|
|
ASObjectModel doTemp = new ASObjectModel(sTempletNo);
|
|
//doTemp.appendJboWhere("rela.id="+relative_Id);
|
|
/* doTemp.setColTips("", "测试"); */
|
|
ASObjectWindow dwTemp = new ASObjectWindow(CurPage, doTemp,request);
|
|
dwTemp.Style = "2";//freeform
|
|
//dwTemp.ReadOnly = "-2";//只读模式
|
|
dwTemp.genHTMLObjectWindow(CurPage.getParameter("ID"));
|
|
//dwTemp.genHTMLObjectWindow("");
|
|
|
|
String sButtons[][] = {
|
|
{"true","All","Button","保存","保存所有修改","save()","","","",""},
|
|
{"true","All","Button","返回","返回列表","returnList()","","","",""}
|
|
};
|
|
/* sButtonPosition = "south"; */
|
|
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
|
<script type="text/javascript">
|
|
function save(){
|
|
<%-- setItemValue(0,0,"doc_Class_Itemno","<%=docClassItemno%>");
|
|
setItemValue(0,0,"cust_id","<%=custid%>"); --%>
|
|
as_save("myiframe0","returnList()");
|
|
}
|
|
|
|
function returnList(){
|
|
AsControl.OpenView("/Tenwa/Comm/CustomerDoc/CustomerList.jsp", "","_self","");
|
|
}
|
|
</script>
|
|
<%@ include file="/Frame/resources/include/include_end.jspf"%> |