From 9219fc482b055ef695d0b1377ee96d0c4d065a16 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 01 三月 2023 08:19:55 +0800
Subject: [PATCH] 1.看板编码对接

---
 src/views/kb/cjsc.vue   |    8 ++++----
 src/views/zzmx/chda.vue |    1 +
 src/views/kb/cjzl.vue   |    2 +-
 src/views/zzmx/gxdy.vue |    4 ++--
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/views/kb/cjsc.vue b/src/views/kb/cjsc.vue
index 7e07154..656c761 100644
--- a/src/views/kb/cjsc.vue
+++ b/src/views/kb/cjsc.vue
@@ -370,7 +370,7 @@
       let startValue = 0 // 鍒濆鍊�
       const scale = 10// 鍒诲害
 
-      WkshpLineData({ LineCode: 'DEV01' }).then(res => {
+      WkshpLineData({ LineCode: '001' }).then(res => {
         this.tableDataLeftTopTemp = res.data
         this.tableDataLeftTop = this.tableDataLeftTopTemp.slice(startValue, startValue + scale)
 
@@ -393,7 +393,7 @@
       let startValue = 0 // 鍒濆鍊�
       const scale = 10// 鍒诲害
 
-      WkshpLineData({ LineCode: 'DEV02' }).then(res => {
+      WkshpLineData({ LineCode: '002' }).then(res => {
         this.tableDataLeftBottomTemp = res.data
         this.tableDataLeftBottom = this.tableDataLeftBottomTemp.slice(startValue, startValue + scale)
 
@@ -416,7 +416,7 @@
       let startValue = 0 // 鍒濆鍊�
       const scale = 10// 鍒诲害
 
-      WkshpLineData({ LineCode: 'DEV03' }).then(res => {
+      WkshpLineData({ LineCode: '003' }).then(res => {
         this.tableDataRightTop = this.tableDataRightTopTemp.slice(startValue, startValue + scale)
 
         const loop = Math.floor(this.tableDataRightTopTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟
@@ -438,7 +438,7 @@
       let startValue = 0 // 鍒濆鍊�
       const scale = 10// 鍒诲害
 
-      WkshpLineData({ LineCode: 'DEV04' }).then(res => {
+      WkshpLineData({ LineCode: '004' }).then(res => {
         this.tableDataRightBottom = this.tableDataRightBottomTemp.slice(startValue, startValue + scale)
 
         const loop = Math.floor(this.tableDataRightBottomTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟
diff --git a/src/views/kb/cjzl.vue b/src/views/kb/cjzl.vue
index d962a3f..09e36df 100644
--- a/src/views/kb/cjzl.vue
+++ b/src/views/kb/cjzl.vue
@@ -164,7 +164,7 @@
       tableDataCenterTop: [],
       tableDataCenterTopTemp: [],
 
-      StepCode: 'Step02'
+      StepCode: '02'
     }
   },
   created() {
diff --git a/src/views/zzmx/chda.vue b/src/views/zzmx/chda.vue
index 9a4d5f5..69eb4d6 100644
--- a/src/views/zzmx/chda.vue
+++ b/src/views/zzmx/chda.vue
@@ -178,6 +178,7 @@
           <el-table-column
             prop="stocktypename"
             label="瀛樿揣绫诲瀷"
+            show-tooltip-when-overflow
             sortable="custom"
             min-width="110"
           />
diff --git a/src/views/zzmx/gxdy.vue b/src/views/zzmx/gxdy.vue
index edc9fc6..21754f1 100644
--- a/src/views/zzmx/gxdy.vue
+++ b/src/views/zzmx/gxdy.vue
@@ -364,7 +364,7 @@
           :data="workDialogForm.workTreeArr"
           show-checkbox
           node-key="code"
-          style="height: 280px;"
+          style="height: 280px;overflow: auto"
           default-expand-all
           :props="workTreeDefaultProps"
           @check="checkBoxClick"
@@ -411,7 +411,7 @@
           :data="defectTree"
           show-checkbox
           node-key="code"
-          style="height: 400px;"
+          style="height: 400px;overflow: auto"
           default-expand-all
           :props="workTreeDefaultProps"
         />

--
Gitblit v1.9.3