|
|
@ -909,7 +909,7 @@ $(function(){ |
|
|
|
$("input[name='mn_memo']").each(function(){ mnMemoArr.push($(this).val()+"@@"); }) |
|
|
|
$('#mn_memo_all').val(mnMemoArr); |
|
|
|
var mnRelateFacilArr = []; |
|
|
|
$("td[name='mn_relate_facil']").each(function(){ mnRelateFacilArr.push($(this).html()); }) |
|
|
|
$("td[name='mn_relate_facil']").each(function(){ mnRelateFacilArr.push($(this).html().trim()); }) |
|
|
|
$('#mn_relate_facil_all').val(mnRelateFacilArr); |
|
|
|
var exNoteArr = []; |
|
|
|
$("input[name='except_note']").each(function(){ exNoteArr.push($(this).val()); }) |
|
|
|