하제비치 소수점 넘어가는 현상 수정

This commit is contained in:
hyojun.choi 2025-02-12 11:05:17 +09:00
parent 4a22dac6ab
commit 9c519de9b5

View File

@ -2076,7 +2076,7 @@ export const useTrestle = () => {
mixMatlNo: module.mixMatlNo, mixMatlNo: module.mixMatlNo,
raftBaseCd: addRoof.raft, raftBaseCd: addRoof.raft,
inclCd: addRoof.pitch, inclCd: addRoof.pitch,
roofPitch: addRoof.roofPchBase, roofPitch: !addRoof.roofPchBase ? addRoof.roofPchBase : Number(addRoof.roofPchBase),
exposedLowerBottomTotCnt: result.exposedBottom, // 노출 최하면 갯수 exposedLowerBottomTotCnt: result.exposedBottom, // 노출 최하면 갯수
exposedHalfBottomTotCnt: result.exposedHalfBottom, // 노출 반하면 갯수 exposedHalfBottomTotCnt: result.exposedHalfBottom, // 노출 반하면 갯수
exposedTopTotCnt: result.exposedTop, // 노출 상면 총 수 exposedTopTotCnt: result.exposedTop, // 노출 상면 총 수