+
+
+
+
-
-
+ {{ index + 1 }}
+
-
- {{ index + 1 }}
-
+
+
+
+
+ {{ scope.opt.label }}
+
+
+
-
+
+
+
+
{{ scope.opt.label }}
+
+
+
+
+
+
+ {{ scope.opt.label }}
+
+
-
-
-
-
-
-
-
- {{ scope.opt.label }}
-
-
-
-
-
-
-
-
- {{ scope.opt.label }}
-
-
-
-
-
-
-
@@ -425,8 +414,4 @@ function moveItemDown(index: number) {
border-bottom-left-radius: var(--radius-2);
border-bottom-right-radius: var(--radius-2);
}
-
-// .list-move {
-// transition: all 0.2s ease;
-// }
diff --git a/src/components/04_product-service/WorkManagementComponent.vue b/src/components/04_product-service/WorkManagementComponent.vue
index 8743083d..49f282d9 100644
--- a/src/components/04_product-service/WorkManagementComponent.vue
+++ b/src/components/04_product-service/WorkManagementComponent.vue
@@ -1,5 +1,6 @@
@@ -34,18 +39,19 @@ defineEmits<{
expand-icon="mdi-chevron-down-circle"
>
-
+
@@ -112,7 +119,7 @@ defineEmits<{
:label="$t('serviceAddProduct')"
padding="0"
style="color: hsl(var(--info-bg))"
- @click="$emit('addProduct')"
+ @click.stop="$emit('addProduct')"
/>
@@ -127,16 +134,17 @@ defineEmits<{
>
- ฿ {{ product.price }}
+ ฿ {{ formatNumberDecimal(product.price, 2) }}
{{ $t('processTime') }}
@@ -213,7 +222,7 @@ defineEmits<{
round
color="negative"
class="q-mx-sm"
- @click="$emit('deleteProduct')"
+ @click.stop="$emit('deleteProduct', productItems, index)"
/>