diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoDsf.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoDsf.jsp
index 9eebdf84..b39ce86c 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoDsf.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoDsf.jsp
@@ -53,7 +53,7 @@ function fn_save(rUrl) {
//kendo grid에서 공백 또는 null값이 들어오지 않도록 체크
if(!row[keys[k]]){
if(row[keys[k]] !== 0 && row[keys[k]] !== false){ //데이터 중에 0 또는 false가 의미있는 경우가 존재하므로
- alert('값을 입력할 수 없는 경우 1111111111을 기입해주세요.');
+ alert('값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.');
return false;
}
}
@@ -456,7 +456,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldConePenetration.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldConePenetration.jsp
index 70cbb6a0..ea461e5f 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldConePenetration.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldConePenetration.jsp
@@ -87,7 +87,7 @@ function fn_save(rUrl){
//kendo grid에서 공백 또는 null값이 들어오지 않도록 체크
if(!row[keys[k]]){
if(row[keys[k]] !== 0 && row[keys[k]] !== false){ //데이터 중에 0 또는 false가 의미있는 경우가 존재하므로
- alert('값을 입력할 수 없는 경우 1111111111을 기입해주세요.');
+ alert('값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.');
return false;
}
}
@@ -639,7 +639,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPermeability.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPermeability.jsp
index 2dffe9f9..c4162af7 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPermeability.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPermeability.jsp
@@ -888,9 +888,9 @@ function fn_grid_refresh(){
{ field: "fieldperCasingDia", title: "케이싱지름(cm)", editor: chooseEditor, width:120, attributes: { style:"text-align: right" }, template: "#= (fieldperCasingDia == null) ? '0' : fieldperCasingDia #
" },
{ field: "fieldperCasingHeight", title: "케이싱길이(m)", editor: chooseEditor, width:120, attributes: { style:"text-align: right" }, template: "#= (fieldperCasingHeight == null) ? '0' : fieldperCasingHeight #
" },
{ field: "fieldperAvgPermeability", title: "평균투수계수
(cm/sec)", editor: chooseTest, width:120, attributes: { style:"text-align: right" }, template: "#= (fieldperAvgPermeability == null) ? '0' : fieldperAvgPermeability #
" },
- { field: "fieldperInspectedBy", title: "조사자", width:150, attributes: { style:"text-align: left" }, template: "#= (fieldperInspectedBy == null) ? '1111111111' : fieldperInspectedBy #
" },
- { field: "fieldperCheckedBy", title: "검수자", width:150, attributes: { style:"text-align: left" }, template: "#= (fieldperCheckedBy == null) ? '1111111111' : fieldperCheckedBy #
" },
- { field: "fieldperRemark", title: "비고", width:120, attributes: { style:"text-align: left" }, template: "#= (fieldperRemark == null) ? '1111111111' : fieldperRemark #
" },
+ { field: "fieldperInspectedBy", title: "조사자", width:150, attributes: { style:"text-align: left" }, template: "#= (fieldperInspectedBy == null) ? '-' : fieldperInspectedBy #
" },
+ { field: "fieldperCheckedBy", title: "검수자", width:150, attributes: { style:"text-align: left" }, template: "#= (fieldperCheckedBy == null) ? '-' : fieldperCheckedBy #
" },
+ { field: "fieldperRemark", title: "비고", width:120, attributes: { style:"text-align: left" }, template: "#= (fieldperRemark == null) ? '-' : fieldperRemark #
" },
{ field: "seq", hidden: true },
{ field: "graphImage", hidden: true },
{ field: "graphLocal", hidden: true },
@@ -1057,7 +1057,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
@@ -1074,7 +1074,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPressuremeter.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPressuremeter.jsp
index f652799c..b4dcfdf0 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPressuremeter.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldPressuremeter.jsp
@@ -65,7 +65,7 @@ function fn_save(rUrl) {
if(!row[keys[k]]){
if(row[keys[k]] !== 0 && row[keys[k]] !== false){ //데이터 중에 0 또는 false가 의미있는 경우가 존재하므로
- alert('값을 입력할 수 없는 경우 1111111111을 기입해주세요.');
+ alert('값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.');
return false;
}
}
@@ -664,7 +664,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldWaterpressure.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldWaterpressure.jsp
index a844fb95..ff083752 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldWaterpressure.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoFieldWaterpressure.jsp
@@ -922,14 +922,14 @@ function fn_grid_refresh(){
{ field: "fieldwpDepthTo", title: "To(m)", editor: chooseEditor, width:100, attributes: { style:"text-align: right" }, template: "#= (fieldwpDepthTo == null) ? '0' : fieldwpDepthTo #
" },
]
},
- { field: "fieldwpPackerType", title: "패킹종류", width:120, attributes: { style:"text-align: left" }, template: "#= (fieldwpPackerType == null) ? '1111111111' : fieldwpPackerType #
" },
+ { field: "fieldwpPackerType", title: "패킹종류", width:120, attributes: { style:"text-align: left" }, template: "#= (fieldwpPackerType == null) ? '-' : fieldwpPackerType #
" },
{ field: "fieldwpTestSpacing", title: "시간간격(sec)", editor: chooseEditor, width:120, attributes: { style:"text-align: right" }, template: "#= (fieldwpTestSpacing == null) ? '0' : fieldwpTestSpacing #
" },
{ field: "fieldwbWaterPressure", title: "수압("+fieldwbWaterPressure+")", editor: chooseEditor, width:120, attributes: { style:"text-align: right" }, template: "#= (fieldwbWaterPressure == null) ? '0' : fieldwbWaterPressure #
" },
{ field: "fieldwpAvgPermeability", title: "평균투수계수
(Kave,㎝/sec)", editor: chooseTest, width:150, attributes: { style:"text-align: right" }, template: "#= (fieldwpAvgPermeability == null) ? '0' : fieldwpAvgPermeability #
" },
{ field: "fieldwpLu", title: "평균루전값
(Luave,ℓ/min/m)", editor: chooseEditor, width:150, attributes: { style:"text-align: right" }, template: "#= (fieldwpLu == null) ? '0' : fieldwpLu #
" },
- { field: "fieldwpInspectedBy", title: "조사자", width:120, attributes: { style:"text-align: left" }, template: "#= (fieldwpInspectedBy == null) ? '1111111111' : fieldwpInspectedBy #
" },
- { field: "fieldwpCheckedBy", title: "검수자", width:120, attributes: { style:"text-align: left" }, template: "#= (fieldwpCheckedBy == null) ? '1111111111' : fieldwpCheckedBy #
" },
- { field: "fieldwpRemark", title: "비고", width:150, attributes: { style:"text-align: left" }, template: "#= (fieldwpRemark == null) ? '1111111111' : fieldwpRemark #
" },
+ { field: "fieldwpInspectedBy", title: "조사자", width:120, attributes: { style:"text-align: left" }, template: "#= (fieldwpInspectedBy == null) ? '-' : fieldwpInspectedBy #
" },
+ { field: "fieldwpCheckedBy", title: "검수자", width:120, attributes: { style:"text-align: left" }, template: "#= (fieldwpCheckedBy == null) ? '-' : fieldwpCheckedBy #
" },
+ { field: "fieldwpRemark", title: "비고", width:150, attributes: { style:"text-align: left" }, template: "#= (fieldwpRemark == null) ? '-' : fieldwpRemark #
" },
{ field: "graphImage", hidden: true },
{ field: "graphLocal", hidden: true },
{ field: "seq", hidden: true },
@@ -1124,7 +1124,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
@@ -1141,7 +1141,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoQ.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoQ.jsp
index 479306b6..39fe5a37 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoQ.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoQ.jsp
@@ -129,7 +129,7 @@ function fn_save(rUrl) {
//kendo grid에서 공백 또는 null값이 들어오지 않도록 체크
if(!row[keys[k]]){
if(row[keys[k]] !== 0 && row[keys[k]] !== false){ //데이터 중에 0 또는 false가 의미있는 경우가 존재하므로
- alert('값을 입력할 수 없는 경우 1111111111을 기입해주세요.');
+ alert('값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.');
return false;
}
}
@@ -679,7 +679,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoRmr.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoRmr.jsp
index 8e0d3464..4ba221de 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoRmr.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoRmr.jsp
@@ -703,7 +703,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoSlickensideInfo.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoSlickensideInfo.jsp
index 0785e2b7..259ada42 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoSlickensideInfo.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoSlickensideInfo.jsp
@@ -480,7 +480,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoTcrrqd.jsp b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoTcrrqd.jsp
index 95879fd6..1a2b5251 100644
--- a/src/main/webapp/WEB-INF/views/web/input/basic/labInfoTcrrqd.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/basic/labInfoTcrrqd.jsp
@@ -453,7 +453,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/expertOpinion.jsp b/src/main/webapp/WEB-INF/views/web/input/expertOpinion.jsp
index d9e18e88..d23e647a 100644
--- a/src/main/webapp/WEB-INF/views/web/input/expertOpinion.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/expertOpinion.jsp
@@ -216,7 +216,7 @@
-
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
-
※ 지반조사보고서 및 부록을 업로드해 주시기 바랍니다.
diff --git a/src/main/webapp/WEB-INF/views/web/input/geoLogging/borehole_wave.jsp b/src/main/webapp/WEB-INF/views/web/input/geoLogging/borehole_wave.jsp
index f9924763..85ac7760 100644
--- a/src/main/webapp/WEB-INF/views/web/input/geoLogging/borehole_wave.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/geoLogging/borehole_wave.jsp
@@ -564,7 +564,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/geoLogging/density.jsp b/src/main/webapp/WEB-INF/views/web/input/geoLogging/density.jsp
index ffc292a3..c9a9b04e 100644
--- a/src/main/webapp/WEB-INF/views/web/input/geoLogging/density.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/geoLogging/density.jsp
@@ -683,7 +683,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/geoLogging/downhole.jsp b/src/main/webapp/WEB-INF/views/web/input/geoLogging/downhole.jsp
index 8a55db8f..b8c4a90e 100644
--- a/src/main/webapp/WEB-INF/views/web/input/geoLogging/downhole.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/geoLogging/downhole.jsp
@@ -570,7 +570,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/header.jsp b/src/main/webapp/WEB-INF/views/web/input/header.jsp
index 8b393e4c..4b58eb9d 100644
--- a/src/main/webapp/WEB-INF/views/web/input/header.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/header.jsp
@@ -1205,7 +1205,7 @@ function fn_HoleLoad(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/jointshear/rockJointshear.jsp b/src/main/webapp/WEB-INF/views/web/input/jointshear/rockJointshear.jsp
index 62cfc6b3..cd8b0c1d 100644
--- a/src/main/webapp/WEB-INF/views/web/input/jointshear/rockJointshear.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/jointshear/rockJointshear.jsp
@@ -755,7 +755,7 @@ function fn_openClipReport2(table,project,hole,sample,etc1,etc2,gbn){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/layerInfo/layerInfo.jsp b/src/main/webapp/WEB-INF/views/web/input/layerInfo/layerInfo.jsp
index d4a41f53..1956f1f1 100644
--- a/src/main/webapp/WEB-INF/views/web/input/layerInfo/layerInfo.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/layerInfo/layerInfo.jsp
@@ -151,7 +151,7 @@ function fn_save(rUrl){
//kendo grid에서 공백 또는 null값이 들어오지 않도록 체크
if(!row[keys[k]]){
if(row[keys[k]] !== 0 && row[keys[k]] !== false){ //데이터 중에 0 또는 false가 의미있는 경우가 존재하므로
- alert('값을 입력할 수 없는 경우 1111111111을 기입해주세요.');
+ alert('값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.');
return false;
}
}
@@ -713,7 +713,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/meta_info.jsp b/src/main/webapp/WEB-INF/views/web/input/meta_info.jsp
index c87ff1ec..aea17e68 100644
--- a/src/main/webapp/WEB-INF/views/web/input/meta_info.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/meta_info.jsp
@@ -278,7 +278,7 @@ function fn_help_tour(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/meta_info1.jsp b/src/main/webapp/WEB-INF/views/web/input/meta_info1.jsp
index b3cbfa6c..a3f52712 100644
--- a/src/main/webapp/WEB-INF/views/web/input/meta_info1.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/meta_info1.jsp
@@ -275,7 +275,7 @@ function fn_help_tour(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/pointLoad/rockPointload.jsp b/src/main/webapp/WEB-INF/views/web/input/pointLoad/rockPointload.jsp
index cafcf6ca..44b9647a 100644
--- a/src/main/webapp/WEB-INF/views/web/input/pointLoad/rockPointload.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/pointLoad/rockPointload.jsp
@@ -779,7 +779,7 @@ function fn_openClipReport2(table,project,hole,sample,etc1,etc2,gbn){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/projectInfo.jsp b/src/main/webapp/WEB-INF/views/web/input/projectInfo.jsp
index 20ab21c5..7e97b399 100644
--- a/src/main/webapp/WEB-INF/views/web/input/projectInfo.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/projectInfo.jsp
@@ -844,7 +844,7 @@
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/repeat/rockRepeatedTriaxialUsual.jsp b/src/main/webapp/WEB-INF/views/web/input/repeat/rockRepeatedTriaxialUsual.jsp
index 36aaa835..5687259d 100644
--- a/src/main/webapp/WEB-INF/views/web/input/repeat/rockRepeatedTriaxialUsual.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/repeat/rockRepeatedTriaxialUsual.jsp
@@ -1021,7 +1021,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/resonant/rockResonantUsual.jsp b/src/main/webapp/WEB-INF/views/web/input/resonant/rockResonantUsual.jsp
index 1dd55af7..1cee4939 100644
--- a/src/main/webapp/WEB-INF/views/web/input/resonant/rockResonantUsual.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/resonant/rockResonantUsual.jsp
@@ -1038,7 +1038,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/rock/rockTriaxial.jsp b/src/main/webapp/WEB-INF/views/web/input/rock/rockTriaxial.jsp
index b25813b6..a56e60a4 100644
--- a/src/main/webapp/WEB-INF/views/web/input/rock/rockTriaxial.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/rock/rockTriaxial.jsp
@@ -830,7 +830,7 @@ function fn_openClipReport2(table,project,hole,sample,etc1,etc2,gbn){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/sand/repeated_triaxial_usual.jsp b/src/main/webapp/WEB-INF/views/web/input/sand/repeated_triaxial_usual.jsp
index d2bf1a76..8f7d5ed8 100644
--- a/src/main/webapp/WEB-INF/views/web/input/sand/repeated_triaxial_usual.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/sand/repeated_triaxial_usual.jsp
@@ -1044,7 +1044,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/sand/resonant_usual.jsp b/src/main/webapp/WEB-INF/views/web/input/sand/resonant_usual.jsp
index a4095105..6a72fd9f 100644
--- a/src/main/webapp/WEB-INF/views/web/input/sand/resonant_usual.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/sand/resonant_usual.jsp
@@ -1123,7 +1123,7 @@
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/surface/refractionSurvey.jsp b/src/main/webapp/WEB-INF/views/web/input/surface/refractionSurvey.jsp
index 26298221..dab47e9a 100644
--- a/src/main/webapp/WEB-INF/views/web/input/surface/refractionSurvey.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/surface/refractionSurvey.jsp
@@ -1143,7 +1143,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/surface/resistivitySurvey.jsp b/src/main/webapp/WEB-INF/views/web/input/surface/resistivitySurvey.jsp
index ef8876e3..b2a0b609 100644
--- a/src/main/webapp/WEB-INF/views/web/input/surface/resistivitySurvey.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/surface/resistivitySurvey.jsp
@@ -1123,7 +1123,7 @@ function fn_grid_refresh(){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/topoGeology.jsp b/src/main/webapp/WEB-INF/views/web/input/topoGeology.jsp
index 8f530a26..2bb91e75 100644
--- a/src/main/webapp/WEB-INF/views/web/input/topoGeology.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/topoGeology.jsp
@@ -97,7 +97,7 @@
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/WEB-INF/views/web/input/uniaxial/rockUniaxial.jsp b/src/main/webapp/WEB-INF/views/web/input/uniaxial/rockUniaxial.jsp
index c3cb170b..954bc317 100644
--- a/src/main/webapp/WEB-INF/views/web/input/uniaxial/rockUniaxial.jsp
+++ b/src/main/webapp/WEB-INF/views/web/input/uniaxial/rockUniaxial.jsp
@@ -1208,7 +1208,7 @@ function fn_openClipReport2(table,project,hole,sample,etc1,etc2,gbn){
- ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 1111111111을 기입해주세요.
+ ※ 모두 필수 입력입니다. 값을 입력할 수 없는 경우 -(하이픈)을 기입해주세요.
diff --git a/src/main/webapp/kendo-ui/js/common.js b/src/main/webapp/kendo-ui/js/common.js
index 9bc12322..d94e3f79 100644
--- a/src/main/webapp/kendo-ui/js/common.js
+++ b/src/main/webapp/kendo-ui/js/common.js
@@ -605,7 +605,7 @@ function chkDuplicates(array) {
//그리드에 null 값이 있는 경우
function gridHasNull(title, i, r, grid, dataGrid){
- alert(title + "값을 입력해주세요. 값을 입력할 수 없는 경우 0 또는 1111111111을 기입해주세요");
+ alert(title + "값을 입력해주세요. 값을 입력할 수 없는 경우 0 또는 -(하이픈)을 기입해주세요");
fn_progressbarHide(); //ProgressbarHide
setEditedItemPositionKendoFrom2(i, r , grid, dataGrid);
}