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

This commit is contained in:
Yesol Choi
2025-06-04 10:49:13 +09:00
parent 48d4952c7a
commit 68ca8b2629

View File

@@ -609,7 +609,10 @@ function onBizNoChange() {
<span style="flex:1; margin-right: 10px;"> <span style="flex:1; margin-right: 10px;">
{{ pbAtts[idx] == null ? '' : pbAtts[idx].logiFnm }} {{ pbAtts[idx] == null ? '' : pbAtts[idx].logiFnm }}
</span> </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>
</div> </div>
</td> </td>