견적특이사항 디폴트체크
This commit is contained in:
parent
b3d1c2d7d0
commit
28dd23d93f
@ -146,14 +146,18 @@ export default function Estimate({ params }) {
|
||||
}
|
||||
}
|
||||
})
|
||||
//detail과 상관없이 디폴트 체크목록
|
||||
//ATTR003,ATTR007
|
||||
if (row.code === 'ATTR003') {
|
||||
//row.check = true
|
||||
}
|
||||
if (row.code === 'ATTR007') {
|
||||
//row.check = true
|
||||
}
|
||||
|
||||
if (estimateContextState.estimateType === 'YJOD') {
|
||||
if (row.code === 'ATTR002') {
|
||||
row.check = true
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
setSpecialNoteList(res)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user