Commit 909befa7 authored by xishifeng's avatar xishifeng

比例修改

parent 12a24753
...@@ -379,19 +379,26 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', ' ...@@ -379,19 +379,26 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
}); });
}, },
getDefaultRadio: function(v){ getDefaultRadio: function(v){
//1,盘方
//2,客方
//3,反签
//4,独家
//5,合作方
//6,APP盘下载方
//7,APP客下载方
switch (Number(v)){ switch (Number(v)){
case 1: case 1:
return 20;
case 2:
return 25; return 25;
case 2:
return 30;
case 3: case 3:
return 35; return 35;
case 4: case 4:
return 100; return 100;
case 6: case 6:
return 10; return 5;
case 7: case 7:
return 10; return 5;
default: default:
return 25; return 25;
} }
......
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