diff --git a/src/modules/05_leave/componenst/Forms/01_SickForm.vue b/src/modules/05_leave/componenst/Forms/01_SickForm.vue index b446ab5..84f9850 100644 --- a/src/modules/05_leave/componenst/Forms/01_SickForm.vue +++ b/src/modules/05_leave/componenst/Forms/01_SickForm.vue @@ -1,347 +1,289 @@ diff --git a/src/modules/05_leave/componenst/Forms/12_FollowSpouseForm.vue b/src/modules/05_leave/componenst/Forms/12_FollowSpouseForm.vue index f242f3f..6202542 100644 --- a/src/modules/05_leave/componenst/Forms/12_FollowSpouseForm.vue +++ b/src/modules/05_leave/componenst/Forms/12_FollowSpouseForm.vue @@ -22,7 +22,7 @@ const formData = reactive({ startLeaveDate: null, endLeaveDate: null, leaveTotal: "", //จำนวนวันลา - salary: 0, //เงินเดือนปัจจุบัน + salary: 25000, //เงินเดือนปัจจุบัน spouseName: "", //ชื่อคู่สมรส spousePosition: "", //ตำแหน่งคู่สมรส spouseLevel: "", //ระดับคู่สมรส diff --git a/src/modules/05_leave/interface/request/SickForm.ts b/src/modules/05_leave/interface/request/SickForm.ts index 56b9b51..83b71a9 100644 --- a/src/modules/05_leave/interface/request/SickForm.ts +++ b/src/modules/05_leave/interface/request/SickForm.ts @@ -2,6 +2,7 @@ interface FormData { leaveNo: string //เขียนที่*** startLeaveDate: Date | null //*วัน เดือน ปีเริ่มต้นลา endLeaveDate: Date | null //*วัน เดือน ปีสิ้นสุดลา + halfDay: string leaveTotal: string //จำนวนวันลา contractTel: string //หมายเลขโทรศัพท์ที่ติดต่อได้ leaveContactTel: string //หมายเลขที่ติดต่อขณะลา @@ -15,6 +16,7 @@ interface FormRef { leaveNo: object | null //เขียนที่*** startLeaveDate: object | null //*วัน เดือน ปีเริ่มต้นลา endLeaveDate: object | null //*วัน เดือน ปีสิ้นสุดลา + halfDay: object | null leaveTotal: object | null //จำนวนวันลา contractTel: object | null //หมายเลขโทรศัพท์ที่ติดต่อได้ leaveContactTel: object | null //หมายเลขที่ติดต่อขณะลา