2018-06-03 22:26:41 +08:00

21 lines
1.1 KiB
Plaintext

<%@ page contentType="text/html; charset=GBK"%><%@
include file="/IncludeBegin.jsp"%><%
String PG_TITLE = "客户管理";
String PG_CONTENT_TITLE = CurPage.getParameter("ComponentName");
String PG_CONTNET_TEXT = "请点击左侧列表";
String PG_LEFT_WIDTH = "1";
String sCustomerType = CurPage.getParameter("CustomerType");
String sCustomerListTemplet = CurPage.getParameter("CustomerListTemplet");
if(sCustomerType == null) sCustomerType = "";
if(sCustomerListTemplet == null) sCustomerListTemplet = "";
%><%@include file="/Resources/CodeParts/View04.jsp"%>
<script type="text/javascript">
var sCustomerType = "<%=sCustomerType%>";
var sCustomerListTemplet = "<%=sCustomerListTemplet%>";
if(sCustomerType == "01"){
AsControl.OpenView("/Tenwa/Customer/Lessee/Company/CustomerCompanyList.jsp","CustomerType="+sCustomerType+"&CustomerListTemplet="+sCustomerListTemplet,"right","");
}else{
AsControl.OpenView("/Tenwa/Customer/Lessee/Person/CustomerPersonList.jsp","CustomerType="+sCustomerType+"&CustomerListTemplet="+sCustomerListTemplet,"right","");
}
</script>
<%@ include file="/IncludeEnd.jsp"%>