Merge pull request '975 - 케이블 선택 버그 수정' (#22) from feature/ysCha into dev

Reviewed-on: #22
This commit is contained in:
ysCha 2025-04-18 16:41:58 +09:00
commit 61d8c083b2

View File

@ -1075,7 +1075,7 @@ export default function Estimate({}) {
item.showSaleTotPrice = '0'
}
if (item.dispCableFlg === '1') {
if (item.dispCableFlg === '1' && item.itemTpCd !== 'M12') {
dispCableFlgCnt++
setCableItem(item.itemId)
}