From 37ec33d8652c9fee4751a1dbb8a1543aee31b321 Mon Sep 17 00:00:00 2001 From: Kasi Date: Thu, 5 Jun 2025 14:24:34 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=AF=B8=EC=82=AC=EC=9A=A9=20UI=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC=20=EB=B0=8F=20=EB=B6=88?= =?UTF-8?q?=ED=95=84=EC=9A=94=EC=BD=94=EB=93=9C=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/contractDetail.vue | 106 ++++++++++++--------------- src/pages/app/contractManagement.vue | 9 --- 2 files changed, 45 insertions(+), 70 deletions(-) diff --git a/src/pages/app/contractDetail.vue b/src/pages/app/contractDetail.vue index 1cbc728..e174090 100644 --- a/src/pages/app/contractDetail.vue +++ b/src/pages/app/contractDetail.vue @@ -275,56 +275,56 @@ const onPrcsFileDownload = async (contNo: string, fileOrd: number, logiFnm: stri - - 가격조사 가져오기 - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + + + + +
- - - - - + + + + + + + + + +
@@ -410,22 +410,6 @@ const onPrcsFileDownload = async (contNo: string, fileOrd: number, logiFnm: stri > 계 약 금 액 - - - - diff --git a/src/pages/app/contractManagement.vue b/src/pages/app/contractManagement.vue index 24289cd..423a12a 100644 --- a/src/pages/app/contractManagement.vue +++ b/src/pages/app/contractManagement.vue @@ -37,7 +37,6 @@ async function getContractListView() { } const result = await getContractList(contractParams) data.contractData = result.content - console.log('result', data.contractData) //페이지 관련 값 설정 totalItems.value = result.totalElements totalPages.value = result.totalPages @@ -124,14 +123,6 @@ function getBilling(row){ } //detail로 수정하기 현재 : 대금지급전 } -const isBizNoEditable = ref(false) - -function openEditForm(arg) { - // 수정폼 오픈 시 - isBizNoEditable.value = false - // ...데이터 매핑 등 -} - watch(currentPage, (newParams) => { currentPage.value = newParams searchContract(currentPage.value)