fix : 전표 등록, 수정은 결재선만 해결하여 올림, api 추가까지 완료

This commit is contained in:
Yesol Choi
2025-06-05 16:20:04 +09:00
parent 0a9355c766
commit aefe71bb2b
4 changed files with 173 additions and 221 deletions

View File

@@ -16,6 +16,14 @@ export type Person = {
gubun_cd: string
}
export type SapPerson = {
lineclsfnm: string
lineclsf: string //구분은 입력받는 값
bname: string //sabun
btext: string //name
abscd: string //attend_cd
}
export interface iPbAtt {
prcsNo: string
bizNo: string