견적특이사항 디폴트체크

This commit is contained in:
basssy 2024-12-10 17:51:06 +09:00
parent b3d1c2d7d0
commit 28dd23d93f

View File

@ -146,14 +146,18 @@ export default function Estimate({ params }) {
} }
} }
}) })
//detail
//ATTR003,ATTR007
if (row.code === 'ATTR003') { if (row.code === 'ATTR003') {
//row.check = true //row.check = true
} }
if (row.code === 'ATTR007') { if (row.code === 'ATTR007') {
//row.check = true //row.check = true
} }
if (estimateContextState.estimateType === 'YJOD') {
if (row.code === 'ATTR002') {
row.check = true
}
}
}) })
setSpecialNoteList(res) setSpecialNoteList(res)