From fa5b57d269f5f410cadba956bdd93d099ac72046 Mon Sep 17 00:00:00 2001 From: thkim Date: Mon, 7 Jul 2025 14:33:42 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=98=84=EC=9E=A5=ED=88=AC=EC=88=98?= =?UTF-8?q?=EC=8B=9C=ED=97=98=20=EC=9E=85=EB=A0=A5=20=ED=95=AD=EB=AA=A9?= =?UTF-8?q?=EB=AA=85=EC=9D=B4=20=E2=80=98=EC=8B=9C=EA=B0=84=EA=B0=84?= =?UTF-8?q?=EA=B2=A9=E2=80=99->=EC=8B=9C=EA=B0=84=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/web/input/basic/labInfoFieldPermeability.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c4162af7..c6df0856 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 @@ -976,7 +976,7 @@ function fn_grid_refresh(){ dataSource: kictDataSource2, columns: [ { field: "fieldperOrder", title: "시험
순서", width:60, attributes: { style:"text-align: center" } }, - { field: "fieldperSubTime", title: "경과시간(sec)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (fieldperSubTime == null) ? '0' : fieldperSubTime #
" }, + { field: "fieldperSubTime", title: "시간(sec)
(값 중복 허용 안 함)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (fieldperSubTime == null) ? '0' : fieldperSubTime #
" }, { field: "fieldperSubTotalHead", title: "총수두(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (fieldperSubTotalHead == null) ? '0' : fieldperSubTotalHead #
" }, { field: "fieldperSubFallingHead", title: "수두차(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (fieldperSubFallingHead == null) ? '0' : fieldperSubFallingHead #
" }, { field: "fieldperSubWaterLoose", title: "유출수량(㎤)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (fieldperSubWaterLoose == null) ? '0' : fieldperSubWaterLoose #
" },