Compare commits

..

No commits in common. "a7bfc21a12459f8e79a95a8729d3775b922fb1d6" and "952a97d40d5aa2a19397cb7be4e54ec1c0b38a64" have entirely different histories.

View file

@ -385,7 +385,7 @@ async function getCheck() {
}
showLoader()
const isSeminar = model.value === 'ไปประชุม / อบรม / สัมมนา' ? 'Y' : 'N'
const isSeminar = endTimeAfternoon.value === '14:30' ? 'Y' : 'N'
await http
.get(config.API.checkoutCheck + `/${isSeminar}`)
@ -401,10 +401,7 @@ async function getCheck() {
new Intl.DateTimeFormat('en-US', options).format(
new Date(res.data.result.serverTime)
) ?? ''
const endTimeAfternoonVal =
new Intl.DateTimeFormat('en-US', options).format(
new Date(res.data.result.endTime)
) ?? ''
const endTimeAfternoonVal = endTimeAfternoon.value ?? ''
// dialog
dialogConfirm(