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