mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 07:33:32 +09:00
fix : 계약관리 수정 인지세 납부확인서 문구 추가
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user