Commit 4c862683 authored by 陆正友's avatar 陆正友

授信管理二次选中置空问题

parent b973cc54
...@@ -48,6 +48,10 @@ $Purpose: 商业伙伴授信创建 ...@@ -48,6 +48,10 @@ $Purpose: 商业伙伴授信创建
record.set('amount_type','IMMOBILIZATION'); record.set('amount_type','IMMOBILIZATION');
record.set('amount_type_n','固定'); record.set('amount_type_n','固定');
} }
if(name=='bp_id'){
record.set('credit_type','');
record.set('credit_type_n','');
}
} }
}; };
......
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