feat: 현장수압시험 그래프 첨부 안내 문구 개선
parent
ade7d2347d
commit
b9dd601e2a
|
|
@ -272,7 +272,7 @@ function fn_imageAddRow(nowRowLength,fieldpresCode){
|
|||
strHtml += "<input type='file' id='GRAPH_IMAGE"+nowRowLength+"' name='GRAPH_IMAGE"+nowRowLength+"' class='gg-input file-input' />";
|
||||
strHtml += "<ul class='content-ul-list marT5'>";
|
||||
strHtml += "<li>";
|
||||
strHtml += "공내재하시험결과 그래프는 <span class='textR'>필수입력</span>입니다.";
|
||||
strHtml += "공내재하시험결과 그래프는 <span class='textR'>필수입력</span>입니다. 그래프는 이미지파일<span class='textR'>(JPEG, PNG)</span> 형태로 올려주셔야 합니다.";
|
||||
strHtml += "</li>";
|
||||
strHtml += "<li>";
|
||||
strHtml += "파일크기는 '최대 500KB' 입니다.";
|
||||
|
|
@ -761,7 +761,7 @@ function fn_grid_refresh(){
|
|||
<input type="file" id="GRAPH_IMAGE<c:out value="${status.index}" />" name="GRAPH_IMAGE<c:out value="${status.index}" />" class="gg-input file-input" />
|
||||
<ul class="content-ul-list marT5">
|
||||
<li>
|
||||
공내재하시험결과 그래프는 <span class="textR">필수입력</span>입니다.
|
||||
공내재하시험결과 그래프는 <span class="textR">필수입력</span>입니다. 그래프는 이미지파일<span class='textR'>(JPEG, PNG)</span> 형태로 올려주셔야 합니다.
|
||||
</li>
|
||||
<li>
|
||||
파일크기는 "최대 500KB" 입니다.
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ function selectGrid1(){
|
|||
fileInsertHtml += "<input type='hidden' id='OLD_GRAPH_IMAGE_"+ imgSeq + "' name='OLD_GRAPH_IMAGE_" + imgSeq + "' value='" + mapData.graphImage + "' />";
|
||||
fileInsertHtml += "<input type='hidden' id='OLD_GRAPH_LOCAL_"+ imgSeq + "' name='OLD_GRAPH_LOCAL_" + imgSeq + "' value='" + mapData.graphLocal + "' />";
|
||||
|
||||
fileInsertHtml += "<div class='contents-title-1depth marT20'><span>현장수압시험결과 그래프를 입력하세요.</span></div>";
|
||||
fileInsertHtml += "<div class='contents-title-1depth marT20'><span>현장수압시험결과 그래프를 입력하세요.</span> <span class='textR'> !그래프는 시험코드별로 각각 등록해야 합니다.</span></div>";
|
||||
|
||||
if (mapData.graphImage == "" || mapData.graphImage == null || mapData.graphImage == "null") {
|
||||
|
||||
|
|
@ -98,7 +98,7 @@ function selectGrid1(){
|
|||
fileInsertHtml += "<td class='plus_file' colspan='3'>";
|
||||
fileInsertHtml += "<input type='file' id='GRAPH_IMAGE_" + imgSeq + "' name='GRAPH_IMAGE_" + imgSeq +"' class='gg-input file-input' />";
|
||||
fileInsertHtml += "<ul class='content-ul-list marT5'>";
|
||||
fileInsertHtml += "<li>현장수압시험결과 그래프는 <span class='textR'>필수입력</span>입니다.</li>";
|
||||
fileInsertHtml += "<li>현장수압시험결과 그래프는 <span class='textR'>필수입력</span>입니다. 그래프는 이미지파일<span class='textR'>(JPEG, PNG)</span> 형태로 올려주셔야 합니다.</li>";
|
||||
fileInsertHtml += "<li>파일크기는 \"최대 500KB\" 입니다.</li>";
|
||||
fileInsertHtml += "</ul>";
|
||||
fileInsertHtml += "</td>";
|
||||
|
|
@ -121,7 +121,7 @@ function selectGrid1(){
|
|||
fileInsertHtml += "<td class='plus_file'>";
|
||||
fileInsertHtml += "<input type='file' id='GRAPH_IMAGE_" + imgSeq +"' name='GRAPH_IMAGE_" + imgSeq + "' class='gg-input file-input' />";
|
||||
fileInsertHtml += "<ul class='content-ul-list marT5'>";
|
||||
fileInsertHtml += "<li>현장수압시험결과 그래프는 <span class='textR'>필수입력</span>입니다.</li>";
|
||||
fileInsertHtml += "<li>현장수압시험결과 그래프는 <span class='textR'>필수입력</span>입니다. 그래프는 이미지파일<span class='textR'>(JPEG, PNG)</span> 형태로 올려주셔야 합니다.</li>";
|
||||
fileInsertHtml += "<li>파일크기는 \"최대 500KB\" 입니다.</li>";
|
||||
fileInsertHtml += "</ul>";
|
||||
fileInsertHtml += "</td>";
|
||||
|
|
@ -728,7 +728,7 @@ function fn_help_tour(){
|
|||
target:'grid-02'
|
||||
},{
|
||||
title:'Step 7',
|
||||
content:'현장수압시험결과 그래프를 입력합니다',
|
||||
content:'현장수압시험결과 그래프를 입력합니다. 그래프는 이미지파일(JPEG, PNG) 형태로 올려주셔야 합니다. 그래프는 시험코드별 모두 올려주셔야합니다.',
|
||||
target:'form-file'
|
||||
},{
|
||||
title:'Step 8',
|
||||
|
|
|
|||
|
|
@ -819,7 +819,7 @@ function fn_FileAddRow(tableId, file_key, file_id, tr_id, desc){
|
|||
strHtml += " <td class=\"plus_file\" colspan=\"3\">";
|
||||
strHtml += " <input type=\"file\" id=\""+file_id+file_key+"\" name=\""+file_id+file_key+"\" class=\"gg-input file-input\" />";
|
||||
strHtml += " <ul class=\"content-ul-list marT5\">";
|
||||
strHtml += " <li>"+desc+"는(은) <span class=\"textR\">필수입력</span>입니다.</li>";
|
||||
strHtml += " <li>"+desc+"는(은) <span class=\"textR\">필수입력</span>입니다. 그래프는 이미지파일<span class='textR'>(JPEG, PNG)</span> 형태로 올려주셔야 합니다.</li>";
|
||||
strHtml += " <li>파일크기는 \"최대 500KB\" 입니다.</li>";
|
||||
strHtml += " </ul>";
|
||||
strHtml += " </td>";
|
||||
|
|
@ -855,7 +855,7 @@ function fn_FileAddRow2(tableId, file_key, file_id, tr_id, desc, rowCount, reNam
|
|||
var fileId = file_id+file_key; //FILE ID
|
||||
|
||||
var strHtml = "<div id=\""+trId+"\" class='table-file-wrapper'>";
|
||||
strHtml += " <div class='contents-title-1depth marT20'><span>"+desc+"를(을) 입력하세요. (최대크기: 500KB)</span></div>";
|
||||
strHtml += " <div class='contents-title-1depth marT20'><span>"+desc+"를(을) 입력하세요. (최대크기: 500KB)</span> <span class='textR'> !그래프는 시험코드별로 각각 등록해야 합니다.</span></div>";
|
||||
strHtml += " <table class='table table-file marT0' data-target='form-file'>";
|
||||
strHtml += " <colgroup>";
|
||||
strHtml += " <col width='160px'>";
|
||||
|
|
@ -869,7 +869,7 @@ function fn_FileAddRow2(tableId, file_key, file_id, tr_id, desc, rowCount, reNam
|
|||
strHtml += " <input type=\"hidden\" id=\"OLD_GRAPH_IMAGE_"+file_key+"\" name=\"OLD_GRAPH_IMAGE_"+file_key+"\" class=\"trViewOff\" value=\"\" />";
|
||||
/*strHtml += " <input type=\"checkbox\" id=\"FILE_DEL_"+file_key+"\" name=\"FILE_DEL_"+file_key+"\" class=\"trViewOff\" value=\"Y\" />";*/
|
||||
strHtml += " <ul class=\"content-ul-list marT5\">";
|
||||
strHtml += " <li>"+desc+"는(은) <span class=\"textR\">필수입력</span>입니다.</li>";
|
||||
strHtml += " <li>"+desc+"는(은) <span class=\"textR\">필수입력</span>입니다. 그래프는 이미지파일<span class='textR'>(JPEG, PNG)</span> 형태로 올려주셔야 합니다.</li>";
|
||||
strHtml += " <li>파일크기는 \"최대 500KB\" 입니다.</li>";
|
||||
strHtml += " </ul>";
|
||||
strHtml += " </td>";
|
||||
|
|
|
|||
Loading…
Reference in New Issue