From b5272a50e48ee65f260bee54b70f389c98cc267a Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 25 十二月 2025 16:31:29 +0800
Subject: [PATCH] 1.sop优化

---
 src/views/kanbanManager/zhkb.vue |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/src/views/kanbanManager/zhkb.vue b/src/views/kanbanManager/zhkb.vue
index 638b0a0..ba803e3 100644
--- a/src/views/kanbanManager/zhkb.vue
+++ b/src/views/kanbanManager/zhkb.vue
@@ -129,21 +129,15 @@
             <div class="lineContent horn" style="height: 380px;display: flex;justify-content: space-between">
               <div style="display: flex;justify-content: center;position: relative">
                 <div class="kb_center_block_children all_block05">
-                  <div style="font-size: 24px;">{{ parseFloat(RightBottom.Y) }}</div>
+                  <div style="font-size: 24px;">{{ parseFloat(RightBottom[0].qty) }}</div>
                   <div class="box02" />
-                  <div>鍘熸潗鏂�</div>
+                  <div>{{ RightBottom[0].housename }}</div>
                 </div>
-                <!--                <div class="kb_center_block_children all_block06">-->
-                <!--                  <div style="font-size: 24px;">{{ parseFloat(RightBottom.B) }}</div>-->
-                <!--                  <div class="box02" />-->
-                <!--                  <div>鍗婃垚鍝�</div>-->
-                <!--                </div>-->
                 <div class="kb_center_block_children all_block07">
-                  <div style="font-size: 24px;">{{ parseFloat(RightBottom.C) }}</div>
+                  <div style="font-size: 24px;">{{ parseFloat(RightBottom[1].qty) }}</div>
                   <div class="box02" />
-                  <div>浜ф垚鍝�</div>
+                  <div>{{ RightBottom[1].housename }}</div>
                 </div>
-
               </div>
             </div>
           </div>
@@ -176,7 +170,10 @@
       LeftBottomData01: [],
       LeftBottomData02: [],
 
-      RightBottom: {}
+      RightBottom: [
+        { housename: '', qty: '' },
+        { housename: '', qty: '' }
+      ]
 
     }
   },

--
Gitblit v1.9.3