From 85080c45de794071862fea9e319d5ab8bca64ba3 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 21 十二月 2023 17:40:43 +0800
Subject: [PATCH] qxtj

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

diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue
index 6746f97..d44f9b4 100644
--- a/src/views/hosp/order/index.vue
+++ b/src/views/hosp/order/index.vue
@@ -198,7 +198,7 @@
     </el-dialog>
 
     <!-- 娣诲姞琛ュ綍椤圭洰 -->
-    <el-dialog :title="title" :visible.sync="Projectopen" width="980px" style="height: 860px" append-to-body>
+    <el-dialog :title="title" :visible.sync="Projectopen" width="1200px" style="height: 860px" append-to-body>
       <el-row type="flex" class="row-bg" justify="space-around">
         <el-col :span="6">
           <div style="text-align: center; margin-bottom: 10px;margin-top:10px">椤圭洰鍒楄〃</div>
@@ -866,11 +866,15 @@
       // }
       this.TotalPrice1 = 0;
       this.proIds = [];
+      console.log(this.DataList)
       if (this.DataList.length != 0) {
         this.list1 = false;
         this.DataList.forEach((item) => {
           this.TotalPrice1 = item.proPrice + this.TotalPrice1;
-          this.proIds.push(item.proId);
+          item.tjProjectList.forEach(item1 => {
+            this.proIds.push(item1.proId);
+          })
+         
         });
       }
     },

--
Gitblit v1.8.0