From 7b1869ba5921ee3fccb08dc9f108a8607679c0af Mon Sep 17 00:00:00 2001 From: thkim Date: Tue, 8 Jul 2025 10:44:39 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=88=AC=EC=88=98=20=EA=B3=84=EC=88=98?= =?UTF-8?q?=20=EA=B8=B0=EB=B3=B8=20=EA=B0=92=200=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=95=84=EB=AC=B4=EA=B0=92=EB=8F=84=20=EC=97=86=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EA=B0=9C=EC=84=A0.=20=EA=B8=B0=EC=A1=B4=200?= =?UTF-8?q?=EC=9D=B4=20=EC=9E=88=EC=96=B4=EC=84=9C=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=EC=8B=9C=20=EC=8B=A4=EC=88=98=EB=A5=BC=20=ED=95=9C=EB=8B=A4?= =?UTF-8?q?=EB=8A=94=20=EC=9D=98=EA=B2=AC=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../input/basic/labInfoFieldPermeability.jsp | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 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 c6df0856..ff5224c8 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 @@ -443,11 +443,11 @@ function fn_add01() { "graphImage" : "", "graphLocal" : "", "seq" : seq, - "fieldperDepthFrom" : "0", - "fieldperDepthTo" : "0", - "fieldperCasingDia" : "0", - "fieldperCasingHeight" : "0", - "fieldperAvgPermeability" : "0", + "fieldperDepthFrom" : "", + "fieldperDepthTo" : "", + "fieldperCasingDia" : "", + "fieldperCasingHeight" : "", + "fieldperAvgPermeability" : "", "fieldperInspectedBy" : "", "fieldperCheckedBy" : "", "fieldperRemark" : "", @@ -552,11 +552,11 @@ function fn_rowAddInput() { "graphImage" : "", "graphLocal" : "", "seq" : nowRowLength + 1, - "fieldperDepthFrom" : "0", - "fieldperDepthTo" : "0", - "fieldperCasingDia" : "0", - "fieldperCasingHeight" : "0", - "fieldperAvgPermeability" : "0", + "fieldperDepthFrom" : "", + "fieldperDepthTo" : "", + "fieldperCasingDia" : "", + "fieldperCasingHeight" : "", + "fieldperAvgPermeability" : "", "fieldperInspectedBy" : "", "fieldperCheckedBy" : "", "fieldperRemark" : "", @@ -602,12 +602,12 @@ function fn_add02() { "holeCode" : '', "seq" : seq, "fieldperOrder" : nowRowCount2 + 1, - "fieldperSubTime" : "0", - "fieldperSubTotalHead" : "0", - "fieldperSubFallingHead" : "0", - "fieldperSubWaterLoose" : "0", - "fieldperSubQuantity" : "0", - "fieldperSubPermeability" : "0", + "fieldperSubTime" : "", + "fieldperSubTotalHead" : "", + "fieldperSubFallingHead" : "", + "fieldperSubWaterLoose" : "", + "fieldperSubQuantity" : "", + "fieldperSubPermeability" : "", "newFieldperCode" : newFieldperCode, "oldFieldperCode" : newFieldperCode };