diff --git a/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx b/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx index 7d909db5..4a911e9e 100644 --- a/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx +++ b/src/components/floor-plan/modal/roofAllocation/ContextRoofAllocationSetting.jsx @@ -142,7 +142,15 @@ export default function ContextRoofAllocationSetting(props) {
W
- + { + handleChangeInput(e, 'width', index) + }} + />
@@ -152,7 +160,15 @@ export default function ContextRoofAllocationSetting(props) {
L
- + { + handleChangeInput(e, 'length', index) + }} + />
@@ -169,6 +185,7 @@ export default function ContextRoofAllocationSetting(props) { className="input-origin block" value={parseInt(roof.hajebichi)} readOnly={roof.roofPchAuth === 'R'} + onChange={(e) => handleChangeInput(e, 'hajebichi', index)} />