From 31071b102571606b414a5edcdee0f3992d895df4 Mon Sep 17 00:00:00 2001 From: waruneeta Date: Mon, 2 Oct 2023 09:31:03 +0700 Subject: [PATCH 1/3] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B9=80=E0=B8=87=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=99?= =?UTF-8?q?=E0=B9=84=E0=B8=82=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=95=E0=B8=B5?= =?UTF-8?q?=E0=B8=81=E0=B8=A5=E0=B8=B1=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/07_insignia/components/2_Manage/listManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/07_insignia/components/2_Manage/listManage.vue b/src/modules/07_insignia/components/2_Manage/listManage.vue index f4f14ec87..f37b1c58b 100644 --- a/src/modules/07_insignia/components/2_Manage/listManage.vue +++ b/src/modules/07_insignia/components/2_Manage/listManage.vue @@ -599,7 +599,7 @@ const uploadFile = async (event: any) => { @click="directorApproved" /> Date: Mon, 2 Oct 2023 09:43:38 +0700 Subject: [PATCH 2/3] =?UTF-8?q?=E0=B8=9A=E0=B8=B1=E0=B8=99=E0=B8=97?= =?UTF-8?q?=E0=B8=B6=E0=B8=81=E0=B8=9C=E0=B8=A5=E0=B8=81=E0=B8=B2=E0=B8=A3?= =?UTF-8?q?=E0=B9=84=E0=B8=94=E0=B9=89=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=9E?= =?UTF-8?q?=E0=B8=A3=E0=B8=B0=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=97=E0=B8=B2?= =?UTF-8?q?=E0=B8=99=E0=B9=80=E0=B8=84=E0=B8=A3=E0=B8=B7=E0=B9=88=E0=B8=AD?= =?UTF-8?q?=E0=B8=87=E0=B8=A3=E0=B8=B2=E0=B8=8A=E0=B8=AD=E0=B8=B4=E0=B8=AA?= =?UTF-8?q?=E0=B8=A3=E0=B8=B4=E0=B8=A2=E0=B8=B2=E0=B8=A0=E0=B8=A3=E0=B8=93?= =?UTF-8?q?=E0=B9=8C=20pop=20up=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=84?= =?UTF-8?q?=E0=B8=B7=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/3_result/Dialogbody.vue | 31 +++++++++---------- src/modules/07_insignia/views/ResultPage.vue | 7 ++--- 2 files changed, 17 insertions(+), 21 deletions(-) diff --git a/src/modules/07_insignia/components/3_result/Dialogbody.vue b/src/modules/07_insignia/components/3_result/Dialogbody.vue index e2ac73af1..94e72c7fd 100644 --- a/src/modules/07_insignia/components/3_result/Dialogbody.vue +++ b/src/modules/07_insignia/components/3_result/Dialogbody.vue @@ -15,6 +15,7 @@ const { date2Thai,showLoader,success,hideLoader,messageError,dialogConfirm } = m const files = ref(); const filesReturn = ref(); const OrganazationId = ref(""); +const OrganazationId2 = ref(""); const OrgList = ref([]); const Datereceive = ref(null); const Datereturn = ref(); @@ -25,7 +26,8 @@ const props = defineProps({ personId: String, close: Function, fecthlistInsignia: Function, - fileCheck:String + fileCheck:String, + fileCheck2:String }); // reset วันที่ประกาศราชกิจจานุเบกษา const clearReceiveDate = () => { @@ -41,7 +43,7 @@ const close = () => { OrganazationId.value = '' Datereturn.value = null filesReturn.value = null - OrganazationId.value = '' + OrganazationId2.value = '' }; const SaveData = async (type:string,id:string) => { @@ -81,7 +83,7 @@ const dataSave = (type:string,id:string) => { OrganazationId.value = '' Datereturn.value = null filesReturn.value = null - OrganazationId.value = '' + OrganazationId2.value = '' props.close?.(); hideLoader(); props.fecthlistInsignia?.() @@ -173,16 +175,16 @@ onMounted(()=>{ :rules="[(val) => !!val || 'กรุณาเลือกหน่วยงานที่รับ']" :disable="fileCheck !== null"/> -
- -
+ +
+
คืนเครื่องราชฯ
+ :enableTimePicker="false" week-start="0" :readonly="fileCheck2 !== null"> @@ -192,7 +194,7 @@ onMounted(()=>{