Commit 7ccf1fe4 authored by 38823's avatar 38823

商业伙伴征信调整

parent 194f0788
...@@ -1167,6 +1167,10 @@ ...@@ -1167,6 +1167,10 @@
} }
} }
} }
if(name== 'other_relationships' && value && record){
record.set('identity_type',' ');
record.set('identity_type_n',' ');
}
} }
......
...@@ -1046,6 +1046,10 @@ ...@@ -1046,6 +1046,10 @@
} }
} }
} }
if(name== 'other_relationships' && value && record){
record.set('identity_type',' ');
record.set('identity_type_n',' ');
}
} }
//法人身份证号校验 //法人身份证号校验
......
...@@ -1295,6 +1295,10 @@ ...@@ -1295,6 +1295,10 @@
} }
} }
} }
if(name== 'other_relationships' && value && record){
record.set('identity_type',' ');
record.set('identity_type_n',' ');
}
} }
var test_ds_id = get_dsid_by_tabcode_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'F_BASIC', 'hls_bp_master_req'); var test_ds_id = get_dsid_by_tabcode_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'F_BASIC', 'hls_bp_master_req');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment