业务申请,保存后判断显示配偶信息页面
This commit is contained in:
parent
3c34f00f9e
commit
0da5cc17b0
@ -59,7 +59,6 @@
|
||||
/* ÓÒ²à Ñùʽ΢µ÷*/
|
||||
$("#div_1035").find("[style='display:inline-block;width:6px;']").css("width","86");
|
||||
$("#div_1111").find("[style='display:inline-block;width:6px;']").css("width","86");
|
||||
|
||||
|
||||
|
||||
function save(){
|
||||
|
||||
@ -41,6 +41,7 @@
|
||||
};
|
||||
%><%@ include file="/Frame/resources/include/ui/include_info.jspf"%>
|
||||
<script type="text/javascript">
|
||||
|
||||
function identityVerification(){
|
||||
var id = getItemValue(0,0,'ID');
|
||||
var result=RunJavaMethodTrans("com.tenwa.lease.flow.project.validate.IdentityVerification","doIdentityVerification",'id='+id);
|
||||
@ -80,6 +81,16 @@
|
||||
//ValidityCheck();
|
||||
}
|
||||
//changeOtherRequired();
|
||||
var marriage = getItemValue(0,0,"MARRIAGE");
|
||||
if("02" == marriage){
|
||||
setItemValue(0,0,"childrens_number","");
|
||||
$("#CHILDRENS_NUMBER").attr("ReadOnly","true");
|
||||
// hideItem(0,'family');
|
||||
$("#A_Group_0030").attr("style","display:none;");
|
||||
}else{
|
||||
$("#CHILDRENS_NUMBER").removeAttr("ReadOnly");
|
||||
$("#A_Group_0030").attr("style","display:block;");
|
||||
}
|
||||
})
|
||||
var flag=false;//标记是否复制过客户
|
||||
function changeCertid(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user