[#1242] 현장조사 App 문의 기능 제한 - 필터 조건값 추가 #130
@ -153,6 +153,7 @@ export default function RegistForm() {
|
||||
</option>
|
||||
{commonCodeList
|
||||
.filter((code) => code.headCd === InquiryCommCode.QNA_CLS_LRG_CD.headCd)
|
||||
.filter((code) => code.code === 'A01') // 견적 관련 設計関連
|
||||
.map((code) => (
|
||||
<option key={code.code} value={code.code}>
|
||||
{code.codeJp}
|
||||
@ -174,6 +175,7 @@ export default function RegistForm() {
|
||||
</option>
|
||||
{commonCodeList
|
||||
.filter((code) => code.refChr1 === inquiryRequest.qnaClsLrgCd)
|
||||
.filter((code) => code.code === 'B01') // 지붕재 설치 여부 屋根材設置可否
|
||||
.map((code) => (
|
||||
<option key={code.code} value={code.code}>
|
||||
{code.codeJp}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user