业务申请,共同申请人页面修改
This commit is contained in:
parent
41c82f89b0
commit
4375dc943e
@ -7,7 +7,8 @@
|
||||
*/
|
||||
String sPrevUrl = CurPage.getParameter("PrevUrl");
|
||||
String flowunid = CurPage.getParameter("FlowUnid");
|
||||
String customerid = CurPage.getParameter("customerid");
|
||||
String customerid = Sqlca.getString("select customer_id from lb_union_lessee_temp where flowunid='"+flowunid+"'");
|
||||
//String customerid = CurPage.getParameter("customerid");
|
||||
if(sPrevUrl == null) sPrevUrl = "";
|
||||
|
||||
String sTempletNo = "CustomerFamilyTempInfo";//--Ä£°åºÅ--
|
||||
@ -22,7 +23,6 @@
|
||||
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
||||
<script type="text/javascript">
|
||||
function save(){
|
||||
debugger;
|
||||
var name = getItemValue(0,0,"name");
|
||||
var certid = getItemValue(0,0,"certid");
|
||||
var tel = getItemValue(0,0,"tel");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user