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 f5d01fa8..86ff7af1 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 @@ -25,20 +25,10 @@ function fn_setGridCombo() { - - - arrTestType["${num}"] = {}; - arrTestType["${num}"]['code'] = "${item.codeValue}"; - arrTestType["${num}"]['label'] = "${item.codeText}"; - - - - arrTestType["${num}"] = {}; - arrTestType["${num}"]['code'] = "${item.codeValue}"; - arrTestType["${num}"]['label'] = "${item.codeText}"; - - - + arrTestType["${num}"] = {}; + arrTestType["${num}"]['code'] = "${item.codeValue}"; + arrTestType["${num}"]['label'] = "${item.codeText}"; + } 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 39fe5a37..23c7ed8d 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 @@ -14,20 +14,10 @@ function fn_setGridCombo() { - - - arrRockType["${num}"] = {}; - arrRockType["${num}"]['code'] = "${item.codeValue}"; - arrRockType["${num}"]['label'] = "${item.codeText}"; - - - - arrRockType["${num}"] = {}; - arrRockType["${num}"]['code'] = "${item.codeValue}"; - arrRockType["${num}"]['label'] = "${item.codeText}"; - - - + arrRockType["${num}"] = {}; + arrRockType["${num}"]['code'] = "${item.codeValue}"; + arrRockType["${num}"]['label'] = "${item.codeText}"; + } 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 43afc681..cc9fdafd 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 @@ -14,20 +14,10 @@ function fn_setGridCombo() { - - - arrRockType["${num}"] = {}; - arrRockType["${num}"]['code'] = "${item.codeValue}"; - arrRockType["${num}"]['label'] = "${item.codeText}"; - - - - arrRockType["${num}"] = {}; - arrRockType["${num}"]['code'] = "${item.codeValue}"; - arrRockType["${num}"]['label'] = "${item.codeText}"; - - - + arrRockType["${num}"] = {}; + arrRockType["${num}"]['code'] = "${item.codeValue}"; + arrRockType["${num}"]['label'] = "${item.codeText}"; + } 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 c9a9b04e..43e7bcc2 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 @@ -17,20 +17,10 @@ function fn_setGridCombo(){ - - - arrLayerEng["${num}"] = {}; - arrLayerEng["${num}"]['code'] = "${item.codeValue}"; - arrLayerEng["${num}"]['label'] = "${item.codeText}"; - - - - arrLayerEng["${num}"] = {}; - arrLayerEng["${num}"]['code'] = "${item.codeValue}"; - arrLayerEng["${num}"]['label'] = "${item.codeText}"; - - - + arrLayerEng["${num}"] = {}; + arrLayerEng["${num}"]['code'] = "${item.codeValue}"; + arrLayerEng["${num}"]['label'] = "${item.codeText}"; + }