北财风控对接-审批意见注释
This commit is contained in:
parent
fc56fa1f31
commit
5f38f51174
@ -505,12 +505,12 @@
|
||||
var attributeCodeScoreDefault = null;
|
||||
// 评分结果 AA 自动通过
|
||||
if("AA" == score_result_code){
|
||||
choiceCodeScoreDefault = "0020";
|
||||
opinionCodeScoreDefault = "0070";
|
||||
choiceCodeScoreDefault = "0020";//ÉóÅúÒâ¼û
|
||||
opinionCodeScoreDefault = "0070";//Òâ¼ûÏêÇé
|
||||
attributeCodeScoreDefault = "2";//通过枚举
|
||||
}else if("DD" == score_result_code){// 评分结果 DD 自动拒绝
|
||||
choiceCodeScoreDefault = "0010";
|
||||
opinionCodeScoreDefault = "0060";
|
||||
choiceCodeScoreDefault = "0010";//ÉóÅúÒâ¼û
|
||||
opinionCodeScoreDefault = "0060";//Òâ¼ûÏêÇé
|
||||
attributeCodeScoreDefault = "1";//拒绝枚举
|
||||
}
|
||||
switch('<%=phaseNo%>') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user