From 5c92f8b9465b11c798db33602e1d5351abe7646b Mon Sep 17 00:00:00 2001 From: Andrian Roshandy Date: Sun, 30 Nov 2025 12:30:19 +0700 Subject: [PATCH] feat/mcu-order: added the components --- .../app/mcu-order/confirmation-info.vue | 20 ++ app/components/app/mcu-order/detail.vue | 2 +- app/components/content/mcu-order/entry.vue | 154 ++++++++++++++ app/components/content/mcu-order/list.vue | 198 ++++++++++++++++++ app/components/content/mcu-order/main.vue | 16 ++ app/composables/useQueryCRUD.ts | 63 +++++- app/models/mcu-order-item.ts | 21 +- app/models/mcu-order-sub-item.ts | 4 +- app/services/mcu-order-item.service.ts | 7 +- 9 files changed, 475 insertions(+), 10 deletions(-) create mode 100644 app/components/app/mcu-order/confirmation-info.vue create mode 100644 app/components/content/mcu-order/entry.vue create mode 100644 app/components/content/mcu-order/list.vue create mode 100644 app/components/content/mcu-order/main.vue diff --git a/app/components/app/mcu-order/confirmation-info.vue b/app/components/app/mcu-order/confirmation-info.vue new file mode 100644 index 00000000..4f7c9a9d --- /dev/null +++ b/app/components/app/mcu-order/confirmation-info.vue @@ -0,0 +1,20 @@ + + + \ No newline at end of file diff --git a/app/components/app/mcu-order/detail.vue b/app/components/app/mcu-order/detail.vue index fe161595..8d86a98b 100644 --- a/app/components/app/mcu-order/detail.vue +++ b/app/components/app/mcu-order/detail.vue @@ -10,7 +10,7 @@ const props = defineProps<{