fix : 대금청구 기능 개발중

This commit is contained in:
Yesol Choi
2025-06-04 13:57:59 +09:00
parent 2656bcc2fc
commit 7944cf7dda
2 changed files with 267 additions and 257 deletions

View File

@@ -59,11 +59,10 @@ const params = reactive({
page: 1,
row: 10,
flexColumn: [
{ key: 'btext', label: '이름', value: {} },
//{ key: 'btext', label: '이름', value: {} },
{ key: 'lineclsf', label: '구분', value: {} },
{ key: 'bname', label: '사원번호', value: {} },
{ key: 'posit', label: '부서', value: {} },
{ key: 'lineclsf', label: '담당', value: {} },
{ key: 'wkfst', label: '결재요청', value: {} },
{ key: 'abscd', label: '근태관리', value: {} },
],
apprList:[],
modalColumn: [],
@@ -111,7 +110,13 @@ const createChit = async () => {
projk : selectCostCode.value,
trtGubun : '',//어떤 값인지 모름
txBillSeq : '',//어떤 값인지 모름
slipAtts: '' // 파일 업로드
slipAtts: [], // 파일 업로드
zwf0011t : {
belnr: '',
wkfid: '',
wkftx: '',
apprs: params.apprList,
}
}
notyf.dismissAll()
res = await saveTempSlip(createParams)