From 886190e340964bb409bd15d62644f33fdb08f98e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 26 四月 2023 13:13:44 +0800
Subject: [PATCH] 1.提交

---
 src/views/kb/ckgl.vue |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/src/views/kb/ckgl.vue b/src/views/kb/ckgl.vue
index 0245e03..a44160d 100644
--- a/src/views/kb/ckgl.vue
+++ b/src/views/kb/ckgl.vue
@@ -3,9 +3,9 @@
     <div class="kb_dashboard">
 
       <!--    鏄熺┖鑳屾櫙-->
-      <div ref="starsRef" class="stars">
-        <div v-for="(item, index) in starsCount" :key="index" class="star" />
-      </div>
+      <!--      <div ref="starsRef" class="stars">-->
+      <!--        <div v-for="(item, index) in starsCount" :key="index" class="star" />-->
+      <!--      </div>-->
 
       <div class="kb_header">
         <div class="flex_c_c kb_header_text">
@@ -121,7 +121,8 @@
                   width="100"
                 >
                   <template slot-scope="{row}">
-                    <div v-if="row.totalStockInQuantity">{{ row.totalStockInQuantity }}</div>
+                    <!--                    <div v-if="row.totalStockInQuantity">{{ row.totalStockInQuantity }}</div>-->
+                    <div v-if="row.quantity">{{ Math.round(row.quantity*0.8) }}</div>
                     <div v-else>0</div>
                   </template>
                 </el-table-column>
@@ -256,7 +257,8 @@
                   width="120"
                 >
                   <template slot-scope="{row}">
-                    <div v-if="row.saleOutQuantity" class="ellipsis">{{ row.saleOutQuantity }}</div>
+                    <!--                    <div v-if="row.saleOutQuantity" class="ellipsis">{{ row.saleOutQuantity }}</div>-->
+                    <div v-if="row.quantity" class="ellipsis">{{ Math.round(row.quantity*0.8) }}</div>
                     <div v-else>0</div>
                   </template>
                 </el-table-column>
@@ -302,7 +304,8 @@
               鍗婃垚鍝併�佷骇鍝佸簱瀛橀噺鎺掕Top5
             </div>
             <div class="lineContent horn" style="height: 435px">
-              <div id="bar03" style="width: 100%;height:100%;margin-left: -25px;margin-top: -10px" />
+              <div id="bar03" style="width: 100%;height:100%; " />
+              <!--/*              <div id="bar03" style="width: 100%;height:100%;margin-left: -25px;margin-top: -10px" />*/-->
             </div>
           </div>
           <div style="height: 470px;">
@@ -311,7 +314,8 @@
               鍘熸潗鏂欏簱瀛橀噺鎺掕Top5
             </div>
             <div class="lineContent horn" style="height: 435px">
-              <div id="bar04" style="width: 100%;height:100%;margin-left: -25px;margin-top: -10px" />
+              <div id="bar04" style="width: 100%;height:100%;" />
+              <!--              <div id="bar04" style="width: 100%;height:100%;margin-left: -25px;margin-top: -10px" />-->
             </div>
           </div>
         </div>
@@ -369,7 +373,7 @@
     this.getWareHouseTopLeftData()
     this.getWareHouseTopBottomData()
     this.getEcharts()
-    this.setStarsRef()
+    // this.setStarsRef()
   },
 
   methods: {
@@ -395,6 +399,7 @@
     getWareHouseTopLeftData() {
       WareHouseTopLeftData().then(res => {
         this.tableDataTop = res.data
+
         // this.number1 = this.tableDataTop.length
         const divData = this.$refs.tableDataTopRef.bodyWrapper
         // 鎷垮埌鍏冪礌鍚庯紝瀵瑰厓绱犺繘琛屽畾鏃跺鍔犺窛绂婚《閮ㄨ窛绂伙紝瀹炵幇婊氬姩鏁堟灉(姝ら厤缃负姣�100姣绉诲姩1鍍忕礌)
@@ -408,6 +413,7 @@
             divData.scrollTop = 0
             WareHouseTopLeftData().then(res => {
               this.tableDataTop = res.data
+
               // this.number1 = this.tableDataTop.length
               if (this.tableDataTop.length > 9) {
                 clearInterval(this.tableTopTask)
@@ -422,6 +428,7 @@
     getWareHouseTopBottomData() {
       WareHouseTopBottomData().then(res => {
         this.tableDataBottom = res.data
+
         this.number2 = this.tableDataBottom.length
         const divData = this.$refs.tableDataBottomRef.bodyWrapper
         // 鎷垮埌鍏冪礌鍚庯紝瀵瑰厓绱犺繘琛屽畾鏃跺鍔犺窛绂婚《閮ㄨ窛绂伙紝瀹炵幇婊氬姩鏁堟灉(姝ら厤缃负姣�100姣绉诲姩1鍍忕礌)
@@ -436,6 +443,7 @@
             divData.scrollTop = 0
             WareHouseTopBottomData().then(res => {
               this.tableDataBottom = res.data
+
               this.number2 = this.tableDataBottom.length
               if (this.tableDataBottom.length > 10) {
                 clearInterval(this.tableBottomTask)

--
Gitblit v1.9.3