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 },