From 57f145784e74c8213a28ec927c27e552b1e24bc1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 4 Nov 2024 13:00:27 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84=E0=B8=B3?= =?UTF-8?q?=E0=B8=AA=E0=B8=B1=E0=B9=88=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/18_command/api.command.ts | 8 +- .../components/Step/View0_Digital.vue | 225 ++++++++++++------ .../18_command/interface/response/Main.ts | 27 +++ 3 files changed, 187 insertions(+), 73 deletions(-) diff --git a/src/api/18_command/api.command.ts b/src/api/18_command/api.command.ts index 58c7b946f..9bf159f39 100644 --- a/src/api/18_command/api.command.ts +++ b/src/api/18_command/api.command.ts @@ -19,6 +19,10 @@ export default { checkIdofficer: `${env.API_URI}/org/profile/keycloak/idofficer`, - commandRegister:(id:string)=>`${command}/register-tab0/${id}`, - commandRegisterByType:(id:string,type:string)=>`${command}/register-tab4/${type}/${id}` + commandRegister: (id: string) => `${command}/register-tab0/${id}`, + commandRegisterByType: (id: string, type: string) => + `${command}/register-tab4/${type}/${id}`, + + //Digital Signature + commandDirector: `${env.API_URI}/org/profile/commander-director`, }; diff --git a/src/modules/18_command/components/Step/View0_Digital.vue b/src/modules/18_command/components/Step/View0_Digital.vue index ed6bb6b6c..86ca888d6 100644 --- a/src/modules/18_command/components/Step/View0_Digital.vue +++ b/src/modules/18_command/components/Step/View0_Digital.vue @@ -1,23 +1,28 @@