mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:15:11 +09:00
fix : 대금지급 버튼은 contractList 화면에
This commit is contained in:
@@ -545,8 +545,6 @@ const onPrcsFileDownload = async (contNo: string, fileOrd: number, logiFnm: stri
|
|||||||
</table>
|
</table>
|
||||||
<div class="bottom-button">
|
<div class="bottom-button">
|
||||||
<VButton v-if="params.contStatCd == '0100'" @click="onChangeSign">전자결재(상세)</VButton>
|
<VButton v-if="params.contStatCd == '0100'" @click="onChangeSign">전자결재(상세)</VButton>
|
||||||
<VButton v-else-if="params.contStatCd == '0200'" @click="getBilling">대금지급</VButton>
|
|
||||||
<!-- <VButton v-else-if="params.contStatCd == '0200'" @click="onChangeSign">전자결재(상세)</VButton>-->
|
|
||||||
<VButton @click="moveList">취 소</VButton>
|
<VButton @click="moveList">취 소</VButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user