feat: 공내재하 그래프 첨부 안내 문구 개선
parent
9a425389f9
commit
e542f55820
|
|
@ -130,7 +130,7 @@ function fn_save(rUrl) {
|
||||||
}
|
}
|
||||||
if(fileImg_bkCheck === true){
|
if(fileImg_bkCheck === true){
|
||||||
if(fileImgCheck === true){
|
if(fileImgCheck === true){
|
||||||
alert("그래프 업로드는 필수입니다."+fieldpresCode+"그래프를 업로드해주세요.");
|
alert("그래프 업로드는 필수입니다."+fieldpresCode+"그래프를 업로드해주세요.\n\n그래프는 시험코드별로 각각 등록해야 합니다. 시험코드 "+fieldpresCode+"를 클릭해서 그래프를 첨부해주세요.");
|
||||||
return false;
|
return false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
@ -259,7 +259,7 @@ function fn_imageAddRow(nowRowLength,fieldpresCode){
|
||||||
|
|
||||||
var strHtml = "<div id ='tablePressuremeter"+nowRowLength+"'>";
|
var strHtml = "<div id ='tablePressuremeter"+nowRowLength+"'>";
|
||||||
|
|
||||||
strHtml += "<div class='contents-title-1depth marT20'><span>공내재하시험결과 그래프를 입력하세요.</span></div>";
|
strHtml += "<div class='contents-title-1depth marT20'><span>공내재하시험결과 그래프를 입력하세요.</span> <span class='textR'> !그래프는 시험코드별로 각각 등록해야 합니다.</span></div>";
|
||||||
strHtml += "<table id='table_file"+nowRowLength+"' class='table table-file marT0' data-target='form-file'>";
|
strHtml += "<table id='table_file"+nowRowLength+"' class='table table-file marT0' data-target='form-file'>";
|
||||||
strHtml += "<colgroup>";
|
strHtml += "<colgroup>";
|
||||||
strHtml += "<col width='160px' />";
|
strHtml += "<col width='160px' />";
|
||||||
|
|
@ -745,7 +745,7 @@ function fn_grid_refresh(){
|
||||||
<c:if test="${status.index == 0}">
|
<c:if test="${status.index == 0}">
|
||||||
<div id = "tablePressuremeter<c:out value="${status.index}" />" ">
|
<div id = "tablePressuremeter<c:out value="${status.index}" />" ">
|
||||||
</c:if>
|
</c:if>
|
||||||
<div class="contents-title-1depth marT20"><span>공내재하시험결과 그래프를 입력하세요.</span></div>
|
<div class="contents-title-1depth marT20"><span>공내재하시험결과 그래프를 입력하세요.</span> <span class="textR"> !그래프는 시험코드별로 각각 등록해야 합니다.</span></div>
|
||||||
<table id="table_file<c:out value="${status.index}" />" class="table table-file marT0" data-target="form-file">
|
<table id="table_file<c:out value="${status.index}" />" class="table table-file marT0" data-target="form-file">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="160px" />
|
<col width="160px" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue