|
|
@ -330,7 +330,9 @@
|
|
|
|
function startSystem_score_percentage(){
|
|
|
|
function startSystem_score_percentage(){
|
|
|
|
getpercentage()
|
|
|
|
getpercentage()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// function customSystem_score_percentage(){
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// }
|
|
|
|
$(function(){
|
|
|
|
$(function(){
|
|
|
|
//填写百分比初始化
|
|
|
|
//填写百分比初始化
|
|
|
|
//$("#All_tests").attr('checked', 'checked');
|
|
|
|
//$("#All_tests").attr('checked', 'checked');
|
|
|
@ -426,12 +428,11 @@
|
|
|
|
if ($("#Custom_ratio").is(":checked")) {
|
|
|
|
if ($("#Custom_ratio").is(":checked")) {
|
|
|
|
for (var i = 0; i < percentagelist.length; i++) {
|
|
|
|
for (var i = 0; i < percentagelist.length; i++) {
|
|
|
|
maxnum = maxnum+parseInt($(percentagelist[i]).val());
|
|
|
|
maxnum = maxnum+parseInt($(percentagelist[i]).val());
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(maxnum != 100){
|
|
|
|
if(maxnum<100||maxnum>100){
|
|
|
|
$("#occupy_type").show()
|
|
|
|
$("#occupy_type").show()
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|