From 1794218a8f1f764297a8222ff3b5e29534e55571 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 13 Sep 2024 15:55:45 +0700 Subject: [PATCH] =?UTF-8?q?API=20=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1=E0=B9=88?= =?UTF-8?q?=E0=B8=87=E0=B9=81=E0=B8=A5=E0=B8=B0=20Template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/05_command/api.command.ts | 5 +- .../05_command/components/FormTemplate.vue | 153 +++----- src/modules/05_command/components/ViewPdf.vue | 111 ++++-- .../05_command/interface/index/Main.ts | 3 +- .../05_command/interface/response/Main.ts | 23 +- src/modules/05_command/views/lists.vue | 356 ++++++++++++------ 6 files changed, 391 insertions(+), 260 deletions(-) diff --git a/src/api/05_command/api.command.ts b/src/api/05_command/api.command.ts index 74be17ad..6d174539 100644 --- a/src/api/05_command/api.command.ts +++ b/src/api/05_command/api.command.ts @@ -1,6 +1,7 @@ import env from "../index"; -const order = `${env.API_URI}/order`; +const order = `${env.API_URI}/org`; export default { - commandType: `${order}/order-type`, + commandType: `${order}/commandType`, + commandSysList: `${order}/commandSys/list`, }; diff --git a/src/modules/05_command/components/FormTemplate.vue b/src/modules/05_command/components/FormTemplate.vue index 2a95bf12..2362dc3c 100644 --- a/src/modules/05_command/components/FormTemplate.vue +++ b/src/modules/05_command/components/FormTemplate.vue @@ -1,71 +1,73 @@