mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 19:35:11 +09:00
style : detail page text 표출
This commit is contained in:
@@ -96,7 +96,7 @@ watch(registerFormOpen, async (isOpen) => {
|
||||
function getDetailList(arg){
|
||||
console.log("arg",arg)
|
||||
completedPriceDataParams.prcsNo = arg.prcsNo
|
||||
selectedCode.value = arg.cateCd
|
||||
selectedCode.value = arg.cateNm
|
||||
completedPriceDataParams.bizNo = arg.bizNo
|
||||
completedPriceDataParams.compNm = arg.compNm
|
||||
completedPriceDataParams.title = arg.title
|
||||
@@ -267,11 +267,8 @@ const onPrcsFileDownload = async (contNo: string, fileOrd: number, logiFnm: stri
|
||||
<td>
|
||||
<span class="colum">
|
||||
<VField class="">
|
||||
<VCodeSelect
|
||||
v-model="selectedCode"
|
||||
cd_grp="5"
|
||||
disabled
|
||||
/></VField>
|
||||
{{selectedCode}}
|
||||
</VField>
|
||||
</span>
|
||||
</td>
|
||||
<td>
|
||||
@@ -333,12 +330,7 @@ const onPrcsFileDownload = async (contNo: string, fileOrd: number, logiFnm: stri
|
||||
<td colspan="6">
|
||||
<VField>
|
||||
<VControl>
|
||||
<input
|
||||
v-model="completedPriceDataParams.title"
|
||||
class="input custom-text-filter"
|
||||
placeholder="계약명"
|
||||
disabled
|
||||
>
|
||||
{{completedPriceDataParams.title}}
|
||||
</VControl>
|
||||
</VField>
|
||||
</td>
|
||||
@@ -348,24 +340,14 @@ const onPrcsFileDownload = async (contNo: string, fileOrd: number, logiFnm: stri
|
||||
<td>
|
||||
<VField>
|
||||
<VControl>
|
||||
<input
|
||||
v-model="completedPriceDataParams.bizNo"
|
||||
class="input custom-text-filter"
|
||||
placeholder="사업자번호"
|
||||
disabled
|
||||
>
|
||||
{{completedPriceDataParams.bizNo}}
|
||||
</VControl>
|
||||
</VField>
|
||||
</td>
|
||||
<td>
|
||||
<VField>
|
||||
<VControl>
|
||||
<input
|
||||
v-model="completedPriceDataParams.compNm"
|
||||
class="input custom-text-filter"
|
||||
placeholder="업체명"
|
||||
disabled
|
||||
>
|
||||
{{completedPriceDataParams.compNm}}
|
||||
</VControl>
|
||||
</VField>
|
||||
</td>
|
||||
@@ -395,12 +377,7 @@ const onPrcsFileDownload = async (contNo: string, fileOrd: number, logiFnm: stri
|
||||
<td>
|
||||
<VField>
|
||||
<VControl>
|
||||
<input
|
||||
:value="formatMonthDate(completedPriceDataParams.regSdat)"
|
||||
class="input custom-text-filter"
|
||||
placeholder="계약체결일"
|
||||
disabled
|
||||
>
|
||||
{{formatMonthDate(completedPriceDataParams.regSdat)}}
|
||||
</VControl>
|
||||
</VField>
|
||||
</td>
|
||||
@@ -414,12 +391,7 @@ const onPrcsFileDownload = async (contNo: string, fileOrd: number, logiFnm: stri
|
||||
<td colspan="2">
|
||||
<VField>
|
||||
<VControl>
|
||||
<input
|
||||
v-model="completedPriceDataParams.contAmt"
|
||||
class="input custom-text-filter"
|
||||
placeholder="금액"
|
||||
disabled
|
||||
>
|
||||
{{completedPriceDataParams.contAmt}}
|
||||
</VControl>
|
||||
</VField>
|
||||
</td>
|
||||
@@ -443,52 +415,18 @@ const onPrcsFileDownload = async (contNo: string, fileOrd: number, logiFnm: stri
|
||||
<td colspan="1">
|
||||
<div>
|
||||
<div>
|
||||
<VDatePicker
|
||||
v-model="completedPriceDataParams.regSdat"
|
||||
color="green"
|
||||
trim-weeks
|
||||
>
|
||||
<template #default="{ inputValue, inputEvents }">
|
||||
<VField>
|
||||
<VControl icon="lucide:calendar">
|
||||
<input
|
||||
class="input v-input"
|
||||
type="text"
|
||||
:value="inputValue"
|
||||
placeholder="시작일"
|
||||
v-on="inputEvents"
|
||||
disabled
|
||||
>
|
||||
</VControl>
|
||||
</VField>
|
||||
</template>
|
||||
</VDatePicker>
|
||||
<VField>
|
||||
{{completedPriceDataParams.regSdat}}
|
||||
</VField>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td colspan="1">
|
||||
<div class="">
|
||||
<div>
|
||||
<VDatePicker
|
||||
v-model="completedPriceDataParams.regEdat"
|
||||
color="green"
|
||||
trim-weeks
|
||||
>
|
||||
<template #default="{ inputValue, inputEvents }">
|
||||
<VField>
|
||||
<VControl icon="lucide:calendar">
|
||||
<input
|
||||
class="input v-input"
|
||||
type="text"
|
||||
:value="inputValue"
|
||||
placeholder="종료일"
|
||||
v-on="inputEvents"
|
||||
disabled
|
||||
>
|
||||
</VControl>
|
||||
</VField>
|
||||
</template>
|
||||
</VDatePicker>
|
||||
<VField>
|
||||
{{completedPriceDataParams.regEdat}}
|
||||
</VField>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
@@ -220,28 +220,18 @@ function minAmtCalc (est) {
|
||||
<tr>
|
||||
<td>분야</td>
|
||||
<td colspan="2">
|
||||
<span class="column is-7">
|
||||
<input
|
||||
:readonly=true
|
||||
v-model="params.cateSelect"
|
||||
class="input custom-text-filter"
|
||||
placeholder="제목"
|
||||
disabled
|
||||
>
|
||||
</span>
|
||||
<VField class="pr-2">
|
||||
<VControl>
|
||||
{{params.cateSelect}}
|
||||
</VControl>
|
||||
</VField>
|
||||
</td>
|
||||
<td>제목</td>
|
||||
<td colspan="6">
|
||||
<div class="column is-fullhd">
|
||||
<VField class="pr-2">
|
||||
<VControl>
|
||||
<input
|
||||
:readonly=true
|
||||
v-model="generalParams.title"
|
||||
class="input custom-text-filter"
|
||||
placeholder="제목"
|
||||
disabled
|
||||
>
|
||||
{{generalParams.title}}
|
||||
</VControl>
|
||||
</VField>
|
||||
</div>
|
||||
@@ -316,23 +306,15 @@ function minAmtCalc (est) {
|
||||
</td>
|
||||
<td>등록기간</td>
|
||||
<td colspan="6">
|
||||
<div class="columns">
|
||||
<div class="column is-2">
|
||||
<input
|
||||
:readonly=true
|
||||
v-model="generalParams.regSdat"
|
||||
class="input custom-text-filter"
|
||||
disabled
|
||||
>
|
||||
</div>
|
||||
<div class="columns is-2">
|
||||
<VField>
|
||||
{{generalParams.regSdat}}
|
||||
</VField>
|
||||
<span style="margin: 0.5rem 0.5rem">~</span>
|
||||
<div class="column is-2">
|
||||
<input
|
||||
:readonly=true
|
||||
v-model="generalParams.regEdat"
|
||||
class="input custom-text-filter"
|
||||
disabled
|
||||
>
|
||||
<VField>
|
||||
{{generalParams.regEdat}}
|
||||
</VField>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user