mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 01:22:33 +09:00
fix : 결재함에서 전표상세시 취소버튼 제거, 백엔드에 필드 추가 요청
This commit is contained in:
@@ -78,7 +78,7 @@ const params = reactive({
|
|||||||
{ key: 'lineclsfnm', label: '구분', value: {} },
|
{ key: 'lineclsfnm', label: '구분', value: {} },
|
||||||
{ key: 'bname', label: '사원번호', value: {} },
|
{ key: 'bname', label: '사원번호', value: {} },
|
||||||
{ key: 'btext', label: '이름', value: {} },
|
{ key: 'btext', label: '이름', value: {} },
|
||||||
{ key: 'abscd', label: '근태관리', value: {} },
|
{ key: 'abscd', label: '근태관리', value: {} }, //근태관리 코드값만 넘어오고 있음
|
||||||
],
|
],
|
||||||
apprList:[],
|
apprList:[],
|
||||||
modalColumn: [],
|
modalColumn: [],
|
||||||
@@ -281,7 +281,7 @@ const addTabFromRow = (row,index) => {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="bottom-button">
|
<div class="bottom-button">
|
||||||
<VButton @click="cancel">취 소</VButton>
|
<VButton v-if="!props.apprNo" @click="cancel">취 소</VButton>
|
||||||
</div>
|
</div>
|
||||||
<VCustomTabs
|
<VCustomTabs
|
||||||
type="boxed"
|
type="boxed"
|
||||||
|
|||||||
Reference in New Issue
Block a user