From f4841dcec0bfe790e2770dcd06f577902e0bad2b Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 25 十月 2024 14:39:04 +0800
Subject: [PATCH] 1.看板根据实际情况修改

---
 src/views/kanbanManager/zhkb.vue |   52 +++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 35 insertions(+), 17 deletions(-)

diff --git a/src/views/kanbanManager/zhkb.vue b/src/views/kanbanManager/zhkb.vue
index c1e6ff4..cf34a0f 100644
--- a/src/views/kanbanManager/zhkb.vue
+++ b/src/views/kanbanManager/zhkb.vue
@@ -10,7 +10,7 @@
         </div>
 
         <div class="kb_headTime kb_header_text" style="top: 35px;left:  800px">
-          <span>瀛i摥缁煎悎鏁板瓧鍖栫湅鏉�</span>
+          <span>妗ヤ笅缁煎悎鏁板瓧鍖栫湅鏉�</span>
         </div>
 
         <div class="kb_headTime" style="top: 35px;right:  25px">
@@ -112,9 +112,27 @@
                 </div>
 
               </div>
-              <div style="height: 260px;">
-                <div id="all01" class="flex_c_c" style="width: 100%;height:100%;" />
+
+              <div style="height: 180px;padding: 10px;display: flex;justify-content: space-evenly">
+                <div v-for="i in LeftBottomData02" :key="i.wkshp_code" class="flex_c_s">
+                  <div class="all_block01 flex_c_s" style="width: 275px;">
+                    <div class="flex_c_c all_block02" style=" background: rgba(9, 216, 242, 0.2);">{{ i.wkshp_name }}</div>
+                    <div class="" style="display: flex;justify-content:space-between">
+                      <div class="all_block02 flex_c_c" style="width: 49% ;background: rgba(9, 216, 242, 0.2)">浠诲姟鏁�</div>
+                      <div class="all_block02 flex_c_c" style="width: 49% ;background: rgba(9, 216, 242, 0.2)">{{ i.plan_qty }}</div>
+                    </div>
+                    <div class="" style="display: flex;justify-content:space-between">
+                      <div class="all_block02 flex_c_c" style="width: 49% ;background: rgba(9, 216, 242, 0.2)">鍏ュ簱鏁�</div>
+                      <div class="all_block02 flex_c_c" style="width: 49% ;background: rgba(9, 216, 242, 0.2)">{{ i.quantity }}</div>
+                    </div>
+                  </div>
+                </div>
+
               </div>
+
+              <!--              <div style="height: 260px;">-->
+              <!--                <div id="all01" class="flex_c_c" style="width: 100%;height:100%;" />-->
+              <!--              </div>-->
             </div>
           </div>
           <div style="width: 925px;">
@@ -129,11 +147,11 @@
                   <div class="box02" />
                   <div>鍘熸潗鏂�</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_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 class="box02" />
@@ -315,7 +333,7 @@
           this.LeftBottomData02.push(data)
         }
       }
-      loadEcharts('all01', all03(this.legendData, this.LeftBottomData02))
+      // loadEcharts('all01', all03(this.legendData, this.LeftBottomData02))
 
       setInterval(() => {
         WorkShopCompreLeftTop({ wkshopcode: temp.join(',') }).then(res2 => {
@@ -350,7 +368,7 @@
               this.LeftBottomData02.push(data)
             }
           }
-          loadEcharts('all01', all03(this.legendData, this.LeftBottomData02))
+          // loadEcharts('all01', all03(this.legendData, this.LeftBottomData02))
         })
       }, 1000 * 30)
 
@@ -500,19 +518,19 @@
 .all_block05 {
   position: absolute;
   animation: upDown 3s ease-in-out infinite;
-  left: 70px;
+  left: 140px;
 }
 
-.all_block06 {
-  position: absolute;
-  animation: upDown2 3s ease-in-out infinite;
-  left: 320px;
-}
+//.all_block06 {
+//  position: absolute;
+//  animation: upDown2 3s ease-in-out infinite;
+//  left: 320px;
+//}
 
 .all_block07 {
   position: absolute;
   animation: upDown 3s ease-in-out infinite;
-  left: 570px;
+  left: 500px;
 }
 
 @keyframes upDown {

--
Gitblit v1.9.3