#886 봄컴포넌트 오픈 플래그
This commit is contained in:
parent
c75d3259c7
commit
ab5372b867
@ -782,6 +782,7 @@ export default function Estimate({}) {
|
||||
bomItem.objectNo = objectNo
|
||||
bomItem.planNo = planNo
|
||||
bomItem.addFlg = true //봄 추가시도 addFlg
|
||||
bomItem.openFlg = '0' //봄 컴포넌트는 무조건 0으로
|
||||
})
|
||||
|
||||
updateList = updateList.filter((item) => item.delFlg === '0')
|
||||
|
||||
@ -298,6 +298,9 @@ export const useEstimateController = (planNo, flag) => {
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
//봄 컴포넌트 제품은 0으로
|
||||
item.openFlg = '0'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user