fix : 코드 정리 및 가격조사 기능 추가 완료

This commit is contained in:
Yesol Choi
2025-05-26 11:12:10 +09:00
parent 2673aa7dc7
commit 0f4272ed48
4 changed files with 124 additions and 77 deletions

View File

@@ -181,15 +181,6 @@ function formatDate(dateStr) {
}).replace(/\./g, '-').replace(/\s/g, '').replace(/-$/,'')
}
const onPayDelete = (index: number) => {
if(params.dtlSpecs.length-1 !== params.dtlSpecsColumn.length
|| (params.dtlSpecsColumn.length == 8 && params.dtlSpecs.length-1 == params.dtlSpecsColumn.length))
{
params.dtlSpecs.splice(index, 1)
}
}
const fileInput = ref<HTMLInputElement | null>(null)
const fileName = ref('')