mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-19 21:05:06 +09:00
fix : 결재함 스타일수정 및 오기수정
This commit is contained in:
@@ -196,7 +196,7 @@ const onRowClick2 = (row: any) => {
|
|||||||
</VControl>
|
</VControl>
|
||||||
</VField>
|
</VField>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-5">
|
<div class="column is-8">
|
||||||
<VField class="pr-2">
|
<VField class="pr-2">
|
||||||
<VLabel class="has-fullwidth">
|
<VLabel class="has-fullwidth">
|
||||||
등록기간
|
등록기간
|
||||||
@@ -254,9 +254,9 @@ const onRowClick2 = (row: any) => {
|
|||||||
</VControl>
|
</VControl>
|
||||||
</VField>
|
</VField>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-1">
|
<div class="column is-2">
|
||||||
<div style="padding-top:20px;float:right;">
|
<div style="margin-top: 1.8rem">
|
||||||
<VButtons>
|
<VButtons class="buttons is-right">
|
||||||
<VButton
|
<VButton
|
||||||
color="primary"
|
color="primary"
|
||||||
elevated
|
elevated
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ const params = reactive({
|
|||||||
{ key: 'contAmt', label: '계약금액', format: formatCurrency },
|
{ key: 'contAmt', label: '계약금액', format: formatCurrency },
|
||||||
{ key: 'contNo', label: '계약번호' },
|
{ key: 'contNo', label: '계약번호' },
|
||||||
{ key: 'signDt', label: '계약체결일' },
|
{ key: 'signDt', label: '계약체결일' },
|
||||||
|
{ key: 'charge', label: '대금청구' },
|
||||||
{ key: 'contStat', label: '계약상태' },
|
{ key: 'contStat', label: '계약상태' },
|
||||||
],
|
],
|
||||||
})
|
})
|
||||||
@@ -165,8 +166,8 @@ function getContractDetail(){
|
|||||||
</VControl>
|
</VControl>
|
||||||
</VField>
|
</VField>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-1" style="position:relative;">
|
<div class="column is-2" style="position:relative;">
|
||||||
<div style="padding-top:20px;float:right;">
|
<div style="margin-top: 1.8rem">
|
||||||
<VButtons>
|
<VButtons>
|
||||||
<VButton
|
<VButton
|
||||||
color="primary"
|
color="primary"
|
||||||
|
|||||||
@@ -230,7 +230,7 @@ export async function updatePrcsNo(param) {
|
|||||||
*/
|
*/
|
||||||
export async function putSurveyPrcsNo(params = {}) {
|
export async function putSurveyPrcsNo(params = {}) {
|
||||||
try {
|
try {
|
||||||
const result = await axios.put(`/api/prcs/survey${params}`)
|
const result = await axios.put(`/api/prcs/survey/${params}`)
|
||||||
return result.data
|
return result.data
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
const serverError = e.response?.data;
|
const serverError = e.response?.data;
|
||||||
|
|||||||
Reference in New Issue
Block a user