业务申请,共同申请人页面和车辆信息页面,保存按钮修改

This commit is contained in:
user 2018-06-19 16:26:35 +08:00
parent 7ea77cf252
commit 4431a5cc48
3 changed files with 7 additions and 3 deletions

View File

@ -121,7 +121,8 @@
function saveRecord(){
<%-- var sFlowUnid = "<%=sFlowUnid%>";
setItemValue(0,getRow(),"FlowUnid",sFlowUnid);//³õʼ»¯Á÷³Ì±àºÅ --%>
as_save("myiframe0","");
//as_save("myiframe0","");
as_save(0,"goBack()");
}

View File

@ -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()");
}
}

View File

@ -329,6 +329,7 @@
/*~[Describe=返回列表页面;InputParam=无;OutPutParam=无;]~*/
function goBack(){
debugger;
//要跳转的url
var url="/Tenwa/Lease/Flow/Comm/LBGuaranteeUnit_Car/LBGuaranteeUnitList.jsp";
//要传的参数