From 09d95b97911084ff55d01c4122e7548c1923c012 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期三, 08 一月 2025 15:16:20 +0800
Subject: [PATCH] 体检费用

---
 src/views/hosp/order/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue
index ccc77aa..6aa8be0 100644
--- a/src/views/hosp/order/index.vue
+++ b/src/views/hosp/order/index.vue
@@ -2210,7 +2210,7 @@
         var discount = "";
         response.data.water.forEach((item) => {
           copeWith += item.copeWith;
-          paidIn += item.copeWith;
+          paidIn += item.paidIn;
           discount = item.discount;
         });
         this.bill.push({
@@ -2251,7 +2251,7 @@
         var discount = "";
         response.data.water.forEach((item) => {
           copeWith += item.copeWith;
-          paidIn += item.copeWith;
+          paidIn += item.paidIn;
           discount = item.discount;
         });
         this.bill.push({

--
Gitblit v1.8.0