业务申请,共同申请人页面和车辆信息页面,保存按钮修改
This commit is contained in:
parent
7ea77cf252
commit
4431a5cc48
@ -121,7 +121,8 @@
|
||||
function saveRecord(){
|
||||
<%-- var sFlowUnid = "<%=sFlowUnid%>";
|
||||
setItemValue(0,getRow(),"FlowUnid",sFlowUnid);//³õʼ»¯Á÷³Ì±àºÅ --%>
|
||||
as_save("myiframe0","");
|
||||
//as_save("myiframe0","");
|
||||
as_save(0,"goBack()");
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -120,12 +120,14 @@
|
||||
if(plate_number!=null&&plate_number!=""){
|
||||
var sResult = RunJavaMethodTrans("com.tenwa.lease.flow.project.businessapply.BusinessApproveManager","saveAreaCode","flowunid="+sFlowUnid+",plate_number="+plate_number);
|
||||
if(sResult=="SUCCESS"){
|
||||
as_save("myiframe0","");
|
||||
//as_save("myiframe0","");
|
||||
as_save(0,"goBack()");
|
||||
}else{
|
||||
alert("请填写正确的车牌号码!");
|
||||
}
|
||||
}else{
|
||||
as_save("myiframe0","");
|
||||
//as_save("myiframe0","");
|
||||
as_save(0,"goBack()");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -329,6 +329,7 @@
|
||||
|
||||
/*~[Describe=返回列表页面;InputParam=无;OutPutParam=无;]~*/
|
||||
function goBack(){
|
||||
debugger;
|
||||
//要跳转的url
|
||||
var url="/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit_Car/LBGuaranteeUnitList.jsp";
|
||||
//要传的参数
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user