feat: 투수 계수 기본 값 0에서 아무값도 없도록 개선. 기존 0이 있어서 입력시 실수를 한다는 의견 반영
parent
cd2a77ff95
commit
7b1869ba59
|
|
@ -443,11 +443,11 @@ function fn_add01() {
|
||||||
"graphImage" : "",
|
"graphImage" : "",
|
||||||
"graphLocal" : "",
|
"graphLocal" : "",
|
||||||
"seq" : seq,
|
"seq" : seq,
|
||||||
"fieldperDepthFrom" : "0",
|
"fieldperDepthFrom" : "",
|
||||||
"fieldperDepthTo" : "0",
|
"fieldperDepthTo" : "",
|
||||||
"fieldperCasingDia" : "0",
|
"fieldperCasingDia" : "",
|
||||||
"fieldperCasingHeight" : "0",
|
"fieldperCasingHeight" : "",
|
||||||
"fieldperAvgPermeability" : "0",
|
"fieldperAvgPermeability" : "",
|
||||||
"fieldperInspectedBy" : "",
|
"fieldperInspectedBy" : "",
|
||||||
"fieldperCheckedBy" : "",
|
"fieldperCheckedBy" : "",
|
||||||
"fieldperRemark" : "",
|
"fieldperRemark" : "",
|
||||||
|
|
@ -552,11 +552,11 @@ function fn_rowAddInput() {
|
||||||
"graphImage" : "",
|
"graphImage" : "",
|
||||||
"graphLocal" : "",
|
"graphLocal" : "",
|
||||||
"seq" : nowRowLength + 1,
|
"seq" : nowRowLength + 1,
|
||||||
"fieldperDepthFrom" : "0",
|
"fieldperDepthFrom" : "",
|
||||||
"fieldperDepthTo" : "0",
|
"fieldperDepthTo" : "",
|
||||||
"fieldperCasingDia" : "0",
|
"fieldperCasingDia" : "",
|
||||||
"fieldperCasingHeight" : "0",
|
"fieldperCasingHeight" : "",
|
||||||
"fieldperAvgPermeability" : "0",
|
"fieldperAvgPermeability" : "",
|
||||||
"fieldperInspectedBy" : "",
|
"fieldperInspectedBy" : "",
|
||||||
"fieldperCheckedBy" : "",
|
"fieldperCheckedBy" : "",
|
||||||
"fieldperRemark" : "",
|
"fieldperRemark" : "",
|
||||||
|
|
@ -602,12 +602,12 @@ function fn_add02() {
|
||||||
"holeCode" : '<c:out value='${params.holeCode}'/>',
|
"holeCode" : '<c:out value='${params.holeCode}'/>',
|
||||||
"seq" : seq,
|
"seq" : seq,
|
||||||
"fieldperOrder" : nowRowCount2 + 1,
|
"fieldperOrder" : nowRowCount2 + 1,
|
||||||
"fieldperSubTime" : "0",
|
"fieldperSubTime" : "",
|
||||||
"fieldperSubTotalHead" : "0",
|
"fieldperSubTotalHead" : "",
|
||||||
"fieldperSubFallingHead" : "0",
|
"fieldperSubFallingHead" : "",
|
||||||
"fieldperSubWaterLoose" : "0",
|
"fieldperSubWaterLoose" : "",
|
||||||
"fieldperSubQuantity" : "0",
|
"fieldperSubQuantity" : "",
|
||||||
"fieldperSubPermeability" : "0",
|
"fieldperSubPermeability" : "",
|
||||||
"newFieldperCode" : newFieldperCode,
|
"newFieldperCode" : newFieldperCode,
|
||||||
"oldFieldperCode" : newFieldperCode
|
"oldFieldperCode" : newFieldperCode
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue