Commit d17edddc authored by 38823's avatar 38823

商业伙伴征信调整

parent a4aa1425
......@@ -1168,6 +1168,10 @@
}
}
}
if(name== 'other_relationships' && value && record){
record.set('identity_type',' ');
record.set('identity_type_n',' ');
}
}
......
......@@ -1046,6 +1046,10 @@
}
}
}
if(name== 'other_relationships' && value && record){
record.set('identity_type',' ');
record.set('identity_type_n',' ');
}
}
//法人身份证号校验
......
......@@ -1290,6 +1290,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');
......
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