mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 07:33:32 +09:00
com:remove: update에서만 쓰던 컴포넌트 공통 컴포넌트로 사용가능하여 제거 - 근태 selectBox 원복
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import {getDetailPrcs, updatePrice, getPrcsFileDown, deletePrcsFile} from '/src/service/priceApi'
|
import {getDetailPrcs, updatePrice, deletePrcsFile} from '/src/service/priceApi'
|
||||||
import {type iPbAtt, type Person} from '/@src/utils/types'
|
import {type iPbAtt, type Person} from '/@src/utils/types'
|
||||||
import {formatBizNum, formatDatefromString} from "/@src/utils/common/comfunc.ts";
|
import {formatBizNum, formatDatefromString} from "/@src/utils/common/comfunc.ts";
|
||||||
import VDefaultCodeSelect from "/@src/components/app-vuero/VDefaultCodeSelect.vue";
|
|
||||||
const notyf = useNotyf()
|
const notyf = useNotyf()
|
||||||
const loading = ref(false)
|
const loading = ref(false)
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
@@ -232,7 +231,6 @@ const onPriceDelete = (index: number) => {
|
|||||||
if(apprLine.value.length-1 !== params.felxColumn.length
|
if(apprLine.value.length-1 !== params.felxColumn.length
|
||||||
|| (params.felxColumn.length == 8 && apprLine.value.length-1 == params.felxColumn.length))
|
|| (params.felxColumn.length == 8 && apprLine.value.length-1 == params.felxColumn.length))
|
||||||
{
|
{
|
||||||
console.log("index",index)
|
|
||||||
apprLine.value.splice(index, 1)
|
apprLine.value.splice(index, 1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -625,11 +623,11 @@ const moveDown = (index: number) => {
|
|||||||
</span>
|
</span>
|
||||||
<span v-else-if="column.key=='attendCd'" class="column">
|
<span v-else-if="column.key=='attendCd'" class="column">
|
||||||
<VField class="pr-1">
|
<VField class="pr-1">
|
||||||
<VDefaultCodeSelect
|
<VCodeSelect
|
||||||
placeholder="재중"
|
placeholder="재중"
|
||||||
cd_grp=6
|
cd_grp=6
|
||||||
v-model="row.attendCd">
|
v-model="row.attendCd">
|
||||||
</VDefaultCodeSelect>
|
</VCodeSelect>
|
||||||
</VField>
|
</VField>
|
||||||
</span>
|
</span>
|
||||||
<span v-else-if="column.key === 'actions'" class="flex gap-1">
|
<span v-else-if="column.key === 'actions'" class="flex gap-1">
|
||||||
|
|||||||
Reference in New Issue
Block a user