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() { - + - - - - 수의계약 사유 - - - + +