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 ++++----
 1 files changed, 4 insertions(+), 4 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)// 闇�瑕佸惊鐜殑娆℃暟

--
Gitblit v1.9.3