Compare commits
3 Commits
d53d7f4220
...
adf9febc8c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
adf9febc8c | ||
|
|
089ffed7af | ||
|
|
990de88caf |
@ -292,6 +292,8 @@ const Trestle = forwardRef((props, ref) => {
|
|||||||
snowGdPossYn,
|
snowGdPossYn,
|
||||||
cvrChecked,
|
cvrChecked,
|
||||||
snowGdChecked,
|
snowGdChecked,
|
||||||
|
setupCover: cvrChecked,
|
||||||
|
setupSnowCover: snowGdChecked,
|
||||||
},
|
},
|
||||||
trestleDetail: trestleDetail,
|
trestleDetail: trestleDetail,
|
||||||
}
|
}
|
||||||
@ -367,8 +369,8 @@ const Trestle = forwardRef((props, ref) => {
|
|||||||
// ...constructionList.find((construction) => newAddedRoofs[index].construction.constTp === construction.constTp),
|
// ...constructionList.find((construction) => newAddedRoofs[index].construction.constTp === construction.constTp),
|
||||||
...roof.construction,
|
...roof.construction,
|
||||||
roofIndex: roof.index,
|
roofIndex: roof.index,
|
||||||
setupCover: roof.cvrYn === 'Y',
|
setupCover: cvrChecked,
|
||||||
setupSnowCover: roof.snowGdYn === 'Y',
|
setupSnowCover: snowGdChecked,
|
||||||
selectedIndex: roof.index,
|
selectedIndex: roof.index,
|
||||||
},
|
},
|
||||||
trestleDetail: roof.trestleDetail,
|
trestleDetail: roof.trestleDetail,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user