58 lines
1.6 KiB
Plaintext
58 lines
1.6 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%><%@
|
|
include file="/IncludeBegin.jsp"%>
|
|
<%/*~BEGIN~可编辑区~[Editable=true;CodeAreaID=Main00;Describe=注释区;]~*/%>
|
|
<%
|
|
/*
|
|
Author: zyli 2017.05.08
|
|
Tester:
|
|
Content:
|
|
Input Param:
|
|
|
|
Output param:
|
|
History Log:
|
|
*/
|
|
%>
|
|
<%/*~END~*/%>
|
|
|
|
|
|
<%@include file="/Resources/CodeParts/Frame02.jsp"%>
|
|
|
|
<%/*~BEGIN~可编辑区~[Editable=false;CodeAreaID=List06;Describe=自定义函数;]~*/%>
|
|
<script type="text/javascript">
|
|
Openrightup();
|
|
|
|
function Openrightup(){
|
|
AsControl.OpenView("/ProductManage/DetailTABList.jsp","","rightup");
|
|
}
|
|
|
|
function Openrightdown(sObjectType){
|
|
OpenPage("/ProductManage/DetailTABList1.jsp?ObjectType="+sObjectType,"rightdown","");
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
function Openrightdown3(){
|
|
OpenPage("/Blank.jsp?TextToShow=请先选择相应的信息!","rightdown","");
|
|
}
|
|
<%-- function Openrightup(){
|
|
AsControl.OpenView("/CreditManage/CreditAssure/ApplyAssureList1.jsp","ObjectType=<%=sObjectType%>&ObjectNo=<%=sObjectNo%>","rightup");
|
|
}
|
|
|
|
function Openrightdown(){
|
|
OpenPage("/Blank.jsp?TextToShow=保证担保下无详细信息!","rightdown","");
|
|
}
|
|
|
|
function Openrightdown1(sSerialNo){
|
|
OpenPage("/CreditManage/GuarantyManage/ApplyPawnList1.jsp?ObjectType=<%=sObjectType%>&ObjectNo=<%=sObjectNo%>&ContractNo="+sSerialNo,"rightdown","");
|
|
}
|
|
function Openrightdown2(sSerialNo){
|
|
OpenPage("/CreditManage/GuarantyManage/ApplyImpawnList1.jsp?ObjectType=<%=sObjectType%>&ObjectNo=<%=sObjectNo%>&ContractNo="+sSerialNo,"rightdown","");
|
|
}
|
|
function Openrightdown3(){
|
|
OpenPage("/Blank.jsp?TextToShow=请先选择相应的担保信息!","rightdown","");
|
|
} --%>
|
|
</script>
|
|
<%/*~END~*/%>
|
|
<%@ include file="/IncludeEnd.jsp"%> |