From c51036cf15fcf11f3736b6a8278eb72930a43f05 Mon Sep 17 00:00:00 2001 From: Kasi Date: Thu, 29 May 2025 18:02:13 +0900 Subject: [PATCH] =?UTF-8?q?func=20:=20=EA=B7=B8=EB=A3=B9=EC=BD=94=EB=93=9C?= =?UTF-8?q?=2015=EB=B2=88=20=EC=B6=94=EA=B0=80=20=20-=20ex)=20=EC=88=98?= =?UTF-8?q?=EC=9D=98=EA=B3=84=EC=95=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/app/ContractInsert.vue | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/src/pages/app/ContractInsert.vue b/src/pages/app/ContractInsert.vue index b138529..e518c0e 100644 --- a/src/pages/app/ContractInsert.vue +++ b/src/pages/app/ContractInsert.vue @@ -11,6 +11,7 @@ const isSelectOpen = ref(false) const notyf = useNotyf() const router = useRouter() const selectedCode = ref() +const selectedContractCompCode = ref() const priceSearchCheckBoxStatus = ref(false) const isLoading = ref(false) @@ -169,6 +170,7 @@ function handlePriceRowClick(row) { registerFormOpen.value = false completedPriceDataParams.estimates = row.estimates + // priceSearchCheckBoxStatus.value = "false" console.log(row) console.log(completedPriceDataParams.estimates) } @@ -198,10 +200,12 @@ const saveContOne = async () => { return } } - +console.log(selectedContractCompCode) const paramsCont ={ prcsNo: completedPriceDataParams.prcsNo, bizNo: completedPriceDataParams.bizNo, + bizGubunCd: selectedContractCompCode.value, + bizGubunName: '', cateCd: priceSearchCheckBoxStatus.value ? selectedCode.value : completedPriceDataParams.cateCd, compNm: completedPriceDataParams.compNm, title: completedPriceDataParams.title, @@ -359,7 +363,7 @@ function onBizNoChange() { @@ -370,9 +374,10 @@ function onBizNoChange() {
+ 사유: @@ -485,15 +490,13 @@ function onBizNoChange() { - + - - - - 수의계약 사유 - - - + +