-
+
-
+ ]"
+ />
-
@@ -451,28 +685,62 @@ const getData = async () => {
@@ -487,28 +755,62 @@ const getData = async () => {
@@ -523,17 +825,38 @@ const getData = async () => {
@@ -544,11 +867,8 @@ const getData = async () => {
-
-
-
+
-
diff --git a/src/modules/06_retirement/components/ListRetirement/TableList.vue b/src/modules/06_retirement/components/ListRetirement/TableList.vue
index 6964c4136..f745f127d 100644
--- a/src/modules/06_retirement/components/ListRetirement/TableList.vue
+++ b/src/modules/06_retirement/components/ListRetirement/TableList.vue
@@ -22,6 +22,7 @@ const {
dialogConfirm,
dialogRemove,
date2Thai,
+ dateToISO,
} = mixin;
const myForm = ref
(null);
@@ -322,7 +323,8 @@ const uploadFile = async (event: any, signDate: any) => {
const selectedFile = event;
const formdata = new FormData();
formdata.append("file", selectedFile);
- formdata.append("signDate", signDate);
+ if (signDate != null)
+ formdata.append("signDate", dateToISO(signDate));
await http
.put(
config.API.fileRetirement(retireld.value.toString()),
@@ -459,7 +461,9 @@ const paginationLabel = (start: number, end: number, total: number) => {
clickable
v-close-popup
type="a"
- @click="modalUpload = true,signDate = null,fileUpload = null"
+ @click="
+ (modalUpload = true), (signDate = null), (fileUpload = null)
+ "
target="_blank"
v-if="statusUpload !== true"
>
diff --git a/src/modules/07_insignia/components/3_result/Dialogbody.vue b/src/modules/07_insignia/components/3_result/Dialogbody.vue
index d209ccedc..11d94823a 100644
--- a/src/modules/07_insignia/components/3_result/Dialogbody.vue
+++ b/src/modules/07_insignia/components/3_result/Dialogbody.vue
@@ -1,5 +1,5 @@
- รับ-คืนเครื่องราชฯ
-
+ รับ-คืนเครื่องราชฯ
+
-
+
- รับเครื่องราชฯ
-
-
-
-
-
- {{ year + 543 }}
-
-
- {{ parseInt(value + 543) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ รับเครื่องราชฯ
-
-
-
-
- คืนเครื่องราชฯ
-
-
-
-
-
- {{ year + 543 }}
-
-
- {{ parseInt(value + 543) }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {{ year + 543 }}
+
+
+ {{ parseInt(value + 543) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ คืนเครื่องราชฯ
+
+
+
+
+ {{ year + 543 }}
+
+
+ {{ parseInt(value + 543) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
บันทึก
diff --git a/src/modules/10_order/components/step/step02.vue b/src/modules/10_order/components/step/step02.vue
index 3a9c67efd..bf008489b 100644
--- a/src/modules/10_order/components/step/step02.vue
+++ b/src/modules/10_order/components/step/step02.vue
@@ -292,8 +292,8 @@ const fetchSalary = async (personalId: string) => {
data.monthSalaryAmount === 0
? null
: data.monthSalaryAmount,
- // remarkVertical: data.remarkVertical,
- // remarkHorizontal: data.remarkHorizontal,
+ remarkVertical: data.remarkVertical,
+ remarkHorizontal: data.remarkHorizontal,
};
})
.catch((e) => {