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)