diff --git a/src/modules/04_registryPerson/views/edit/components/Table.vue b/src/modules/04_registryPerson/views/edit/components/Table.vue index 552f5546f..a0cf13296 100644 --- a/src/modules/04_registryPerson/views/edit/components/Table.vue +++ b/src/modules/04_registryPerson/views/edit/components/Table.vue @@ -447,10 +447,8 @@ function exportToExcel() { ? e.posNumCodeSit : "", commandNo: - e.posNumCodeSitAbb && e.posNumCodeSit - ? `${e.posNumCodeSit} (${e.posNumCodeSitAbb})` - : e.posNumCodeSit - ? e.posNumCodeSit + e.commandNo && e.commandYear + ? `${e.commandNo}/${Number(e.commandYear) + 543}` : "", commandDateSign: date2Thai(e.commandDateSign), commandCode: store.convertCommandCodeName(e.commandCode),