From 19ae7b374b4a2a356de70dbc61f49ce00d1bd83f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 14 十月 2024 16:40:54 +0800
Subject: [PATCH] 1.看板字段修改

---
 src/views/kanbanManager/ckgl.vue |   48 ++++++++++++------------
 src/views/kanbanManager/zhkb.vue |    2 
 src/utils/myEcharts.js           |   44 +++++++++++-----------
 3 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/src/utils/myEcharts.js b/src/utils/myEcharts.js
index e1f9f65..089d936 100644
--- a/src/utils/myEcharts.js
+++ b/src/utils/myEcharts.js
@@ -329,25 +329,25 @@
     },
     series: [
       {
-      name: '鏃堕棿',
-      type: 'line',
-      smooth: false,
-      showAllSymbol: true,
-      symbol: 'emptyCircle',
-      symbolSize: 8,
-      itemStyle: {
-        normal: {
-          color: `rgba(42, 197, 137, 1)`
-        }
-      },
-      lineStyle: {
-        normal: {
-          width: 2,
-          color: `rgba(42, 197, 137, 1)`
-        }
-      },
-      data: dataY
-    }
+        name: '鏃堕棿',
+        type: 'line',
+        smooth: false,
+        showAllSymbol: true,
+        symbol: 'emptyCircle',
+        symbolSize: 8,
+        itemStyle: {
+          normal: {
+            color: `rgba(42, 197, 137, 1)`
+          }
+        },
+        lineStyle: {
+          normal: {
+            width: 2,
+            color: `rgba(42, 197, 137, 1)`
+          }
+        },
+        data: dataY
+      }
     ]
   }
 
@@ -371,7 +371,7 @@
     }
   }
 
-  console.log(titlename,123);
+  console.log(titlename, 123)
 
   // const valdata = [683, 500, 400, 300, 200]
   // const myColor = ['#FF0000', '#FF5511', '#FF8800', '#FFBB00', '#FFFF00']
@@ -423,7 +423,7 @@
           show: false
         },
         axisLabel: {
-          show:false,
+          show: false,
           // color: '#fff',
           color: function(value, index) {
             return value === '0' ? 'transparent' : '#fff'
@@ -1892,7 +1892,7 @@
       containLabel: true
     },
     title: {
-      text: '鍚勮溅闂村綋鏈堣鍗曟暟/鍏ュ簱鏁伴噺',
+      text: '鍚勮溅闂磋繎涓ゆ湀璁㈠崟鏁�/鍏ュ簱鏁伴噺',
       left: '50%',
       top: '0%',
       textAlign: 'center',
diff --git a/src/views/kanbanManager/ckgl.vue b/src/views/kanbanManager/ckgl.vue
index 95686ce..da9af6e 100644
--- a/src/views/kanbanManager/ckgl.vue
+++ b/src/views/kanbanManager/ckgl.vue
@@ -56,22 +56,22 @@
                 <el-table-column
                   prop="wkshp_name"
                   label="鐢熶骇杞﹂棿"
-                  width="105"
+                  width="135"
                 >
                   <template slot-scope="{row}">
                     <div class="ellipsis">{{ row.wkshp_name }}</div>
                   </template>
                 </el-table-column>
-                <el-table-column
-                  prop="saleOrderCode"
-                  label="閿�鍞鍗曞彿"
-                  width="200"
-                >
-                  <template slot-scope="{row}">
-                    <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>
-                    <div v-else>/</div>
-                  </template>
-                </el-table-column>
+                <!--                <el-table-column-->
+                <!--                  prop="saleOrderCode"-->
+                <!--                  label="閿�鍞鍗曞彿"-->
+                <!--                  width="200"-->
+                <!--                >-->
+                <!--                  <template slot-scope="{row}">-->
+                <!--                    <div v-if="row.saleOrderCode" class="ellipsis">{{ row.saleOrderCode }}</div>-->
+                <!--                    <div v-else>/</div>-->
+                <!--                  </template>-->
+                <!--                </el-table-column>-->
                 <!--                <el-table-column-->
                 <!--                  prop="materiel_code"-->
                 <!--                  label="浜у搧缂栧彿"-->
@@ -84,26 +84,26 @@
                 <el-table-column
                   prop="materiel_name"
                   label="浜у搧鍚嶇О"
-                  width="170"
+                  width="400"
                 >
                   <template slot-scope="{row}">
                     <div class="ellipsis">{{ row.materiel_name }}</div>
                   </template>
                 </el-table-column>
-                <el-table-column
-                  prop="specification"
-                  label="瑙勬牸鍨嬪彿"
-                  width="136"
-                >
-                  <template slot-scope="{row}">
-                    <div v-if="row.specification" class="ellipsis">{{ row.specification }}</div>
-                    <div v-else>/</div>
-                  </template>
-                </el-table-column>
+                <!--                <el-table-column-->
+                <!--                  prop="specification"-->
+                <!--                  label="瑙勬牸鍨嬪彿"-->
+                <!--                  width="136"-->
+                <!--                >-->
+                <!--                  <template slot-scope="{row}">-->
+                <!--                    <div v-if="row.specification" class="ellipsis">{{ row.specification }}</div>-->
+                <!--                    <div v-else>/</div>-->
+                <!--                  </template>-->
+                <!--                </el-table-column>-->
                 <el-table-column
                   prop="stck_name"
                   label="棰勫叆浠撳簱"
-                  width="100"
+                  width="156"
                 >
                   <template slot-scope="{row}">
                     <div v-if="row.stck_name" class="ellipsis">{{ row.stck_name }}</div>
@@ -113,7 +113,7 @@
                 <el-table-column
                   prop="quantity"
                   label="鏁伴噺"
-                  width="63"
+                  width="83"
                 />
                 <el-table-column
                   prop="totalStockInQuantity"
diff --git a/src/views/kanbanManager/zhkb.vue b/src/views/kanbanManager/zhkb.vue
index b162f3e..ab80c22 100644
--- a/src/views/kanbanManager/zhkb.vue
+++ b/src/views/kanbanManager/zhkb.vue
@@ -25,7 +25,7 @@
           <div style="width: 1150px;">
             <div class="smallTitle">
               <svg-icon icon-class="cxjg" class="svg_class" />
-              鐢熶骇璁㈠崟(褰撴湀)
+              鐢熶骇璁㈠崟(杩戜袱鏈�)
             </div>
             <div
               class="lineContent horn"

--
Gitblit v1.9.3