mirror of
https://git.hmsn.ink/kospo/svcm/oa.git
synced 2026-03-20 03:12:27 +09:00
func - 계약관리 페이징처리 기능 추가
func - 계약관리 대금청구 버튼 조건부 색상변경 추가 func - 결재함 '구분값' 에 따른 모달 컴포넌트 변경완료
This commit is contained in:
@@ -4,10 +4,15 @@ import {getSlipDetail, saveTempSlip} from "/@src/service/slipApi.ts";
|
||||
import {formatDatefromStringDate} from "/@src/utils/common/comfunc.ts";
|
||||
import {VTabsItem} from "/@src/components/app-vuero/VCustomTabs.vue";
|
||||
|
||||
|
||||
const props = defineProps<{apprNo : string}>();
|
||||
console.log(props.apprNo)
|
||||
|
||||
onBeforeMount(async ()=>{
|
||||
const result = await getSlipDetail(history.state.key)
|
||||
const result = await getSlipDetail(props.apprNo)
|
||||
getDetailList(result)
|
||||
})
|
||||
|
||||
const notyf = useNotyf()
|
||||
const getDetailList = (item) => {
|
||||
console.log("getDetailList",item)
|
||||
|
||||
Reference in New Issue
Block a user