|
|
|
|
@ -416,7 +416,7 @@
|
|
|
|
|
|
|
|
|
|
var radio = "";
|
|
|
|
|
radio += "<span>";
|
|
|
|
|
radio += "<input type='radio' id='taskSeCd"+(i+1)+"--top' name='taskSeCd' value='"+taskCd+"' title='"+taskNm+"' />";
|
|
|
|
|
radio += "<input type='radio' id='taskSeCd"+(i+1)+"--top' name='taskSeCd' value='"+taskCd+"' title='"+taskNm+"' style='margin-right: .5rem;'/>";
|
|
|
|
|
radio += "<label for='taskSeCd"+(i+1)+"--top'>"+taskNm+"</label>";
|
|
|
|
|
radio += "</span>";
|
|
|
|
|
$("#taskSeCd--Top").append(radio);
|
|
|
|
|
|