From f7746066ec389c8b9afe6942004aac26ad7a4806 Mon Sep 17 00:00:00 2001 From: thkim Date: Mon, 1 Jul 2024 11:26:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=C2=962024.=206.=2025=20=EC=9A=94?= =?UTF-8?q?=EC=B2=AD=ED=95=9C=20'=EC=A7=80=EB=B0=98=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=9E=85=EB=A0=A5=EC=8B=9C=EC=8A=A4=ED=85=9C=20=EA=B0=9C?= =?UTF-8?q?=EC=84=A0'=20=EC=9E=91=EC=97=85=20=EA=B1=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 기본현장시험정보 - 현장수압시험 입력항목 - 기본현장시험정보 - 현장투수시험 입력항목 --- .../WEB-INF/views/web/input/basic/labInfoFieldPermeability.jsp | 2 +- .../WEB-INF/views/web/input/basic/labInfoFieldWaterpressure.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 41dcf2c5..2dffe9f9 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 #
" }, 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 83136700..15133e09 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 @@ -1041,7 +1041,7 @@ function fn_grid_refresh(){ { field: "wptestOrder", title: "시험
순서", editor: chooseEditor, width:60, attributes: { style:"text-align: center" } }, { field: "wptestWaterPressure", title: "수압("+wptestWaterPressure+")", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (wptestWaterPressure == null) ? '0' : wptestWaterPressure #
" }, { field: "wptestTotalHead", title: "총수두(cm)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (wptestTotalHead == null) ? '0' : wptestTotalHead #
" }, - { field: "wptestQuantity", title: "단위시간당
주수량(㎤)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (wptestQuantity == null) ? '0' : wptestQuantity #
" }, + { field: "wptestQuantity", title: "단위시간당
주수량(㎤/min)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (wptestQuantity == null) ? '0' : wptestQuantity #
" }, { field: "wptestPermeability", title: "투수계수
(k,cm/sec)", editor: chooseTest, attributes: { style:"text-align: right" }, template: "
#= (wptestPermeability == null) ? '0' : wptestPermeability #
" }, { field: "wplugeonPressure", title: "루전 수압
("+wplugeonPressure+")", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (wplugeonPressure == null) ? '0' : wplugeonPressure #
" }, { field: "wplugeonInjectWater", title: "루전주입량
(ℓ/min)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (wplugeonInjectWater == null) ? '0' : wplugeonInjectWater #
" },