From 7817f8bd40c3dfe54827342535ced1304d60a9fe Mon Sep 17 00:00:00 2001 From: Methapon Metanipat <162551568+Methapon-Frappet@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:34:03 +0700 Subject: [PATCH] feat: custom worker count (#46) * feat: add worker max type * feat: add default worker max * refactor: support adjustable worker max * refactor: bind worker max to form data --- src/components/05_quotation/WorkerItem.vue | 26 +++++++++++++--------- src/pages/05_quotation/QuotationForm.vue | 16 ++++++++++++- src/pages/05_quotation/form.ts | 3 +-- src/stores/quotations/types.ts | 1 + 4 files changed, 33 insertions(+), 13 deletions(-) diff --git a/src/components/05_quotation/WorkerItem.vue b/src/components/05_quotation/WorkerItem.vue index c73b95a6..763e6f44 100644 --- a/src/components/05_quotation/WorkerItem.vue +++ b/src/components/05_quotation/WorkerItem.vue @@ -1,17 +1,17 @@