Compare commits
No commits in common. "07968d21faaac5d3df93065b6da618a436ad529d" and "ef3adae8d6b5af3e2afad94dcfb85ee0b46014dd" have entirely different histories.
07968d21fa
...
ef3adae8d6
@ -153,7 +153,6 @@ 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}
|
||||
@ -175,7 +174,6 @@ 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