fix : 계약관리 수정 인지세 납부확인서 문구 추가

This commit is contained in:
Yesol Choi
2025-06-04 10:48:29 +09:00
parent a5d2353e09
commit 48d4952c7a

View File

@@ -636,7 +636,10 @@ const onChangeSign = async() => {
<span style="flex:1; margin-right: 10px;">
{{ pbAtts[idx] == null ? '' : pbAtts[idx].logiFnm }}
</span>
<span style="flex:2; color: #666;">{{ input.description }}</span>
<span v-if="input.description != '인지세 납부확인서'" style="flex:2; color: #666;">{{ input.description }}</span>
<span v-if="input.description == '인지세 납부확인서'" style="flex:2; color: #666;">{{ input.description }}
<span style="color:red" >{{"(계약금액이 1,000만원 이상일 경우 인지세 납부확인서 첨부가 필수입니다.)"}}</span>
</span>
</div>
</div>
</td>