From 3d797e701f3d721a4fb05527283e5b67216dd75f Mon Sep 17 00:00:00 2001 From: Yesol Choi Date: Wed, 4 Jun 2025 22:32:06 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=8C=80=EA=B8=88=EC=A7=80=EA=B8=89?= =?UTF-8?q?=EC=A4=91=20=EB=B2=84=ED=8A=BC=20,=20=EC=9D=B4=EB=B2=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/documentManagementDetail.vue | 46 ---------------------- 1 file changed, 46 deletions(-) diff --git a/src/pages/app/documentManagementDetail.vue b/src/pages/app/documentManagementDetail.vue index 12132d1..2dd03a2 100644 --- a/src/pages/app/documentManagementDetail.vue +++ b/src/pages/app/documentManagementDetail.vue @@ -95,51 +95,6 @@ const cancel = () => { } const loading = ref(false) -const createChit = async () => { - let res = null - try{ - loading.value = true - const createParams = { - contNo : params.contNo, - bldat : '20250602',//params.regSdt.replace("-",""), - budat : '20250602',//params.regSdt2.replace("-",""), - waers : currencyCode.value, - bktxt : params.title, - lifnr : params.regNm, - wrbtr : formattedNumber.value, //수정필요 - mwskz : taxCode.value, - gsber : affiliationCode.value, //무슨 값인지 모름 gsber bukrs bupla - bupla : affiliationCode.value, - zterm : '', //어떤 값인지 모름 - banks : '' , //어떤 값인지 모름 - bankl : params.bankl, - bankn : params.bankn, - hkont : '',//G/L 계정 - wrbtrS : formattedNumber.value, - kostl : selectCostCode.value, - projk : selectCostCode.value, - trtGubun : '',//어떤 값인지 모름 - txBillSeq : '',//어떤 값인지 모름 - slipAtts: [], // 파일 업로드 - zwf0011t : { - belnr: '', - wkfid: '', - wkftx: '', - apprs: params.apprList, - } - } - notyf.dismissAll() - res = await saveTempSlip(createParams) - if(res.request.status == '200'){ - notyf.primary('등록 되었습니다.') - router.push({path: '/app/priceManagement'}) - } - }catch(e){ - notyf.error(e.message) - }finally { - loading.value = false - } -} const selectedTab = ref() @@ -421,7 +376,6 @@ const addTabFromRow = (row,index) => {
- 대금지급중 취 소