From 0606d4d6d50e5a00dc28a8d3b9cc16761a2a39aa Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Mon, 19 May 2025 15:54:19 +0800 Subject: [PATCH] dev --- src/views/outpatient/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/outpatient/index.vue b/src/views/outpatient/index.vue index 6422710..72440bf 100644 --- a/src/views/outpatient/index.vue +++ b/src/views/outpatient/index.vue @@ -180,9 +180,11 @@ const copyForm = (item: any) => { } const copyItemList = (item: any) => { formData.value.itemDetail = item.itemDetail + getOrderTotalPrice() } const copyGoodsList = (item: any) => { formData.value.goodsDetail = item.goodsDetail + getOrderTotalPrice() } const seeDockerInfo = ref()