feat: 투수 계수 기본 값 0에서 아무값도 없도록 개선. 기존 0이 있어서 입력시 실수를 한다는 의견 반영

main
thkim 2025-07-08 10:44:39 +09:00
parent cd2a77ff95
commit 7b1869ba59
1 changed files with 16 additions and 16 deletions

View File

@ -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" : '<c:out value='${params.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
};