From 15828e0dc9cfc9734c336664d4c7c03080689025 Mon Sep 17 00:00:00 2001 From: thkim Date: Mon, 1 Jul 2024 11:51:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=202024.=206.=2025=20=EC=9A=94=EC=B2=AD?= =?UTF-8?q?=ED=95=9C=20'=EC=A7=80=EB=B0=98=EC=A0=95=EB=B3=B4=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=EC=8B=9C=EC=8A=A4=ED=85=9C=20=EA=B0=9C=EC=84=A0'=20?= =?UTF-8?q?=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/labInfoFieldWaterpressure.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 15133e09..a844fb95 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 @@ -1044,7 +1044,7 @@ function fn_grid_refresh(){ { 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 #
" }, + { field: "wplugeonInjectWater", title: "루전주입량
(ℓ/m/min)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (wplugeonInjectWater == null) ? '0' : wplugeonInjectWater #
" }, { field: "wplugeonLu", title: "루전값
(Lu,ℓ/min/m)", editor: chooseEditor, attributes: { style:"text-align: right" }, template: "
#= (wplugeonLu == null) ? '0' : wplugeonLu #
" }, { field: "seq", hidden: true }, { field: "newWpCode", hidden: true },