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()