From 86e5ff7028168bf18b5d3846022ebeac09aa4d4f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 05 九月 2024 17:11:19 +0800
Subject: [PATCH] 1.处理页面表格错位问题 引入activated() 事件
---
src/views/kanbanManager/cjsc.vue | 1300 +++++++++++++++++++++++++++++-----------------------------
1 files changed, 650 insertions(+), 650 deletions(-)
diff --git a/src/views/kanbanManager/cjsc.vue b/src/views/kanbanManager/cjsc.vue
index 598e582..a91a1f3 100644
--- a/src/views/kanbanManager/cjsc.vue
+++ b/src/views/kanbanManager/cjsc.vue
@@ -1,650 +1,650 @@
-<!--<template>-->
-<!-- <div>-->
-<!-- <div class="kb_dashboard">-->
-
-<!-- <!– 鏄熺┖鑳屾櫙–>-->
-<!-- <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">-->
-<!-- <div id="topBarLeft" style="width:600px;height:100%" />-->
-<!-- 杞﹂棿鐢熶骇鏁板瓧鍖栫湅鏉�-->
-<!-- <div id="topBarRight" style="width:600px;height:100%;transform:rotate(180deg);" />-->
-<!-- </div>-->
-<!-- <div class="kb_headTime">-->
-<!-- <span>{{ headTime }}</span>-->
-<!-- </div>-->
-<!-- </div>-->
-<!-- <div style="display: flex;justify-content: space-between;padding:0 20px 20px 20px">-->
-<!-- <div style="width: 380px;height: 969px;" class="flex_c_b">-->
-<!-- <div>-->
-<!-- <div class="smallTitle">-->
-<!-- <svg-icon icon-class="cxmc" class="svg_class" />-->
-<!-- 瑁呴厤涓�绾�-->
-<!-- </div>-->
-<!-- <div class="lineContent horn">-->
-<!-- <el-table-->
-<!-- ref="tableDataLeftTopRef"-->
-<!-- :data="tableDataLeftTop"-->
-<!-- class="tableData tableDataCell"-->
-<!-- style="width: 100%;"-->
-<!-- :header-cell-style="headerCellStyle"-->
-<!-- :cell-style="cellStyle"-->
-<!-- height="428"-->
-<!-- >-->
-<!-- <el-table-column-->
-<!-- prop="saleOrderCode"-->
-<!-- label="閿�鍞崟鍙�"-->
-<!-- width="130"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{ row.saleOrderCode }}</div>-->
-<!-- <div v-else>/</div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="partname"-->
-<!-- width="170"-->
-<!-- label="浜у搧鍚嶇О"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>-->
-<!-- <div v-else>/</div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="good_qty"-->
-<!-- label="鏁伴噺"-->
-<!-- width="70"-->
-<!-- />-->
-<!-- </el-table>-->
-<!-- </div>-->
-<!-- </div>-->
-<!-- <div>-->
-<!-- <div class="smallTitle">-->
-<!-- <svg-icon icon-class="cxmc" class="svg_class" />-->
-<!-- 瑁呴厤浜岀嚎-->
-<!-- </div>-->
-<!-- <div class="lineContent horn">-->
-<!-- <el-table-->
-<!-- ref="tableDataLeftBottomRef"-->
-<!-- :data="tableDataLeftBottom"-->
-<!-- class="tableData tableDataCell"-->
-<!-- style="width: 100%;"-->
-<!-- :header-cell-style="headerCellStyle"-->
-<!-- :cell-style="cellStyle"-->
-<!-- height="428"-->
-<!-- >-->
-<!-- <el-table-column-->
-<!-- prop="saleOrderCode"-->
-<!-- label="閿�鍞崟鍙�"-->
-<!-- width="130"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{ row.saleOrderCode }}</div>-->
-<!-- <div v-else>/</div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-
-<!-- <el-table-column-->
-<!-- prop="partname"-->
-<!-- width="170"-->
-<!-- label="浜у搧鍚嶇О"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>-->
-<!-- <div v-else>/</div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="good_qty"-->
-<!-- label="鏁伴噺"-->
-<!-- width="70"-->
-<!-- />-->
-<!-- </el-table>-->
-<!-- </div>-->
-
-<!-- </div>-->
-<!-- </div>-->
-<!-- <div>-->
-<!-- <div class="smallTitle">-->
-<!-- <svg-icon icon-class="scxx" class="svg_class" />-->
-<!-- 鐢熶骇淇℃伅-->
-<!-- </div>-->
-<!-- <div class="lineContentCenter horn">-->
-<!-- <el-table-->
-<!-- ref="tableDataLeftCenterRef"-->
-<!-- :data="tableDataCenterTop"-->
-<!-- class="tableData tableDataCell"-->
-<!-- style="width: 100%;"-->
-<!-- :header-cell-style="headerCellStyleCenter"-->
-<!-- :cell-style="cellStyleCenter"-->
-<!-- height="927"-->
-<!-- >-->
-<!-- <el-table-column-->
-<!-- type="RowNum"-->
-<!-- label="搴忓彿"-->
-<!-- width="50"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div-->
-<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
-<!-- > {{ row.RowNum }}-->
-<!-- </div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="wo_code"-->
-<!-- label="鍔犲伐鍗曞彿"-->
-<!-- width="190"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div-->
-<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
-<!-- > {{ row.wo_code }}-->
-<!-- </div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="eqp_name"-->
-<!-- width="90"-->
-<!-- label="浜х嚎鍚嶇О"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div-->
-<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
-<!-- > {{ row.eqp_name }}-->
-<!-- </div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="partname"-->
-<!-- width="170"-->
-<!-- label="浜у搧鍚嶇О"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div-->
-<!-- class="ellipsis"-->
-<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
-<!-- > {{ row.partname }}-->
-<!-- </div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="plan_qty"-->
-<!-- label="鐢熶骇鏁伴噺"-->
-<!-- width="90"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div-->
-<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
-<!-- > {{ row.plan_qty }}-->
-<!-- </div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="plan_startdate"-->
-<!-- label="棰勮寮�濮�"-->
-<!-- width="125"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div-->
-<!-- v-if="row.plan_startdate"-->
-<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
-<!-- > {{ row.plan_startdate.substring(0, 11) }}-->
-<!-- </div>-->
-<!-- <div v-else />-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="plan_enddate"-->
-<!-- label="棰勮瀹屽伐"-->
-<!-- width="125"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div-->
-<!-- v-if="row.plan_enddate"-->
-<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
-<!-- > {{ row.plan_enddate.substring(0, 11) }}-->
-<!-- </div>-->
-<!-- <div v-else />-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="stepname"-->
-<!-- label="宸ュ簭"-->
-<!-- width="100"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div-->
-<!-- class="ellipsis"-->
-<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
-<!-- > {{ row.stepname }}-->
-<!-- </div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="scjdxxx"-->
-<!-- label="鐢熶骇杩涘害"-->
-<!-- width="130"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div :id="'progress'+row.RowNum" style="width: 100%;height:30px" />-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- </el-table>-->
-<!-- </div>-->
-<!-- </div>-->
-<!-- <div style="width: 380px;height: 969px;" class="flex_c_b">-->
-<!-- <div>-->
-<!-- <div class="smallTitle">-->
-<!-- <svg-icon icon-class="cxmc" class="svg_class" />-->
-<!-- 瑁呴厤涓夌嚎-->
-<!-- </div>-->
-<!-- <div class="lineContent horn">-->
-<!-- <el-table-->
-<!-- ref="tableDataRightTopRef"-->
-<!-- :data="tableDataRightTop"-->
-<!-- class="tableData tableDataCell"-->
-<!-- style="width: 100%;"-->
-<!-- :header-cell-style="headerCellStyle"-->
-<!-- :cell-style="cellStyle"-->
-<!-- height="428"-->
-<!-- >-->
-<!-- <el-table-column-->
-<!-- prop="saleOrderCode"-->
-<!-- label="閿�鍞崟鍙�"-->
-<!-- width="130"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{ row.saleOrderCode }}</div>-->
-<!-- <div v-else>/</div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="partname"-->
-<!-- width="170"-->
-<!-- label="浜у搧鍚嶇О"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>-->
-<!-- <div v-else>/</div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="good_qty"-->
-<!-- label="鏁伴噺"-->
-<!-- width="70"-->
-<!-- />-->
-<!-- </el-table>-->
-<!-- </div>-->
-<!-- </div>-->
-<!-- <div>-->
-<!-- <div class="smallTitle">-->
-<!-- <svg-icon icon-class="cxmc" class="svg_class" />-->
-<!-- 瑁呴厤鍥涚嚎-->
-<!-- </div>-->
-<!-- <div class="lineContent horn">-->
-<!-- <el-table-->
-<!-- ref="tableDataRightBottomRef"-->
-<!-- :data="tableDataRightBottom"-->
-<!-- class="tableData tableDataCell"-->
-<!-- style="width: 100%;"-->
-<!-- :header-cell-style="headerCellStyle"-->
-<!-- :cell-style="cellStyle"-->
-<!-- height="428"-->
-<!-- >-->
-<!-- <el-table-column-->
-<!-- prop="saleOrderCode"-->
-<!-- label="閿�鍞崟鍙�"-->
-<!-- width="130"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{ row.saleOrderCode }}</div>-->
-<!-- <div v-else>/</div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="partname"-->
-<!-- width="170"-->
-<!-- label="浜у搧鍚嶇О"-->
-<!-- >-->
-<!-- <template slot-scope="{row}">-->
-<!-- <div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>-->
-<!-- <div v-else>/</div>-->
-<!-- </template>-->
-<!-- </el-table-column>-->
-<!-- <el-table-column-->
-<!-- prop="good_qty"-->
-<!-- label="鏁伴噺"-->
-<!-- width="70"-->
-<!-- />-->
-<!-- </el-table>-->
-<!-- </div>-->
-
-<!-- </div>-->
-<!-- </div>-->
-<!-- </div>-->
-<!-- </div>-->
-<!-- </div>-->
-<!--</template>-->
-
-<!--<script>-->
-<!--import './kbCommon.css'-->
-<!--import { kbTop, loadEcharts, progress } from '@/utils/myEcharts'-->
-<!--import { WkshpContentData, WkshpLineData } from '@/api/dzkb'-->
-<!--import clearAllChildren from '@/utils/global'-->
-
-<!--export default {-->
-<!-- name: 'Cjsc',-->
-<!-- data() {-->
-<!-- return {-->
-<!-- headTime: '',-->
-<!-- tableDataLeftTop: [],-->
-<!-- tableDataLeftTopTemp: [],-->
-<!-- tableDataLeftBottom: [],-->
-<!-- tableDataLeftBottomTemp: [],-->
-<!-- tableDataRightTop: [],-->
-<!-- tableDataRightTopTemp: [],-->
-<!-- tableDataRightBottom: [],-->
-<!-- tableDataRightBottomTemp: [],-->
-
-<!-- tableDataCenterTop: [],-->
-<!-- tableDataCenterTopTemp: [],-->
-
-<!-- starsCount: 800, // 鏄熸槦鏁伴噺-->
-<!-- distance: 900 // 闂磋窛-->
-<!-- }-->
-<!-- },-->
-<!-- created() {-->
-<!-- setInterval(this.getNowTime, 1000)-->
-
-<!-- // 涓ゅ皬鏃剁湅鏉垮埛鏂颁竴娆�-->
-<!-- setInterval(() => {-->
-<!-- window.location.reload()-->
-<!-- }, 1000 * 60 * 120)-->
-<!-- },-->
-<!-- mounted() {-->
-<!-- this.getTopBar()-->
-<!-- // 杈逛笂鍥涗釜琛ㄦ牸鏁版嵁鍐呭-->
-<!-- this.getLeftTopTableDataSetInterval()-->
-<!-- this.getLeftBottomTableDataSetInterval()-->
-<!-- this.getRightTopTableDataSetInterval()-->
-<!-- this.getRightBottomTableDataSetInterval()-->
-
-<!-- // 涓棿琛ㄦ牸鏁版嵁鍐呭-->
-<!-- this.getCenterTableDataSetInterval()-->
-
-<!-- this.setStarsRef()-->
-<!-- },-->
-<!-- methods: {-->
-<!-- setStarsRef() {-->
-<!-- const starNodes = Array.from(this.$refs.starsRef.children)-->
-<!-- starNodes.forEach(item => {-->
-<!-- const speed = 0.2 + Math.random() * 1-->
-<!-- const thisDistance = this.distance + Math.random() * 300-->
-<!-- item.style.transformOrigin = `0 0 ${thisDistance}px`-->
-<!-- item.style.transform = `-->
-<!-- translate3d(0,0,-${thisDistance}px)-->
-<!-- rotateY(${Math.random() * 360}deg)-->
-<!-- rotateX(${Math.random() * -50}deg)-->
-<!-- scale(${speed},${speed})`-->
-<!-- })-->
-<!-- },-->
-<!-- // 涓棿閮ㄥ垎鐨勮〃鏍�-->
-<!-- getCenterTableDataSetInterval() {-->
-<!-- let startValue = 0 // 鍒濆鍊�-->
-<!-- const scale = 20// 鍒诲害-->
-
-<!-- WkshpContentData().then(res => {-->
-<!-- this.tableDataCenterTopTemp = res.data-->
-<!-- this.tableDataCenterTop = this.tableDataCenterTopTemp.slice(startValue, startValue + scale)-->
-
-<!-- const loop = Math.floor(this.tableDataCenterTopTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟-->
-<!-- let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�-->
-
-<!-- const timer = setInterval(() => {-->
-<!-- startValue = startValue + scale-->
-<!-- this.tableDataCenterTop = this.tableDataCenterTopTemp.slice(startValue, startValue + scale)-->
-<!-- if (nowLoop === loop) {-->
-<!-- clearInterval(timer)-->
-<!-- this.getCenterTableDataSetInterval()-->
-<!-- }-->
-<!-- nowLoop++-->
-<!-- this.$nextTick(() => {-->
-<!-- this.tableDataCenterTop.forEach(i => {-->
-<!-- loadEcharts('progress' + i.RowNum, progress(i.good_qty, i.plan_qty))-->
-<!-- })-->
-<!-- })-->
-<!-- }, 1000 * 10)-->
-
-<!-- this.$nextTick(() => {-->
-<!-- this.tableDataCenterTop.forEach(i => {-->
-<!-- loadEcharts('progress' + i.RowNum, progress(i.good_qty, i.plan_qty))-->
-<!-- })-->
-<!-- })-->
-<!-- })-->
-<!-- },-->
-
-<!-- // 鑾峰彇宸︿笂鏁版嵁骞跺畾鏃跺埛鏂�-->
-<!-- getLeftTopTableDataSetInterval() {-->
-<!-- let startValue = 0 // 鍒濆鍊�-->
-<!-- const scale = 10// 鍒诲害-->
-
-<!-- WkshpLineData({ LineCode: '001' }).then(res => {-->
-<!-- this.tableDataLeftTopTemp = res.data-->
-<!-- this.tableDataLeftTop = this.tableDataLeftTopTemp.slice(startValue, startValue + scale)-->
-
-<!-- const loop = Math.floor(this.tableDataLeftTopTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟-->
-<!-- let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�-->
-
-<!-- const timer = setInterval(() => {-->
-<!-- startValue = startValue + scale-->
-<!-- this.tableDataLeftTop = this.tableDataLeftTopTemp.slice(startValue, startValue + scale)-->
-<!-- if (nowLoop === loop) {-->
-<!-- clearInterval(timer)-->
-<!-- this.getLeftTopTableDataSetInterval()-->
-<!-- }-->
-<!-- nowLoop++-->
-<!-- }, 1000 * 10)-->
-<!-- })-->
-<!-- },-->
-<!-- // 鑾峰彇宸︿笅鏁版嵁骞跺畾鏃跺埛鏂�-->
-<!-- getLeftBottomTableDataSetInterval() {-->
-<!-- let startValue = 0 // 鍒濆鍊�-->
-<!-- const scale = 10// 鍒诲害-->
-
-<!-- WkshpLineData({ LineCode: '002' }).then(res => {-->
-<!-- this.tableDataLeftBottomTemp = res.data-->
-<!-- this.tableDataLeftBottom = this.tableDataLeftBottomTemp.slice(startValue, startValue + scale)-->
-
-<!-- const loop = Math.floor(this.tableDataLeftBottomTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟-->
-<!-- let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�-->
-
-<!-- const timer = setInterval(() => {-->
-<!-- startValue = startValue + scale-->
-<!-- this.tableDataLeftBottom = this.tableDataLeftBottomTemp.slice(startValue, startValue + scale)-->
-<!-- if (nowLoop === loop) {-->
-<!-- clearInterval(timer)-->
-<!-- this.getLeftBottomTableDataSetInterval()-->
-<!-- }-->
-<!-- nowLoop++-->
-<!-- }, 1000 * 10)-->
-<!-- })-->
-<!-- },-->
-<!-- // 鑾峰彇鍙充笂鏁版嵁骞跺畾鏃跺埛鏂�-->
-<!-- getRightTopTableDataSetInterval() {-->
-<!-- let startValue = 0 // 鍒濆鍊�-->
-<!-- const scale = 10// 鍒诲害-->
-
-<!-- WkshpLineData({ LineCode: '003' }).then(res => {-->
-<!-- this.tableDataRightTopTemp = res.data-->
-<!-- this.tableDataRightTop = this.tableDataRightTopTemp.slice(startValue, startValue + scale)-->
-
-<!-- const loop = Math.floor(this.tableDataRightTopTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟-->
-<!-- let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�-->
-
-<!-- const timer = setInterval(() => {-->
-<!-- startValue = startValue + scale-->
-<!-- this.tableDataRightTop = this.tableDataRightTopTemp.slice(startValue, startValue + scale)-->
-<!-- if (nowLoop === loop) {-->
-<!-- clearInterval(timer)-->
-<!-- this.getRightTopTableDataSetInterval()-->
-<!-- }-->
-<!-- nowLoop++-->
-<!-- }, 1000 * 10)-->
-<!-- })-->
-<!-- },-->
-<!-- // 鑾峰彇鍙充笅鏁版嵁骞跺畾鏃跺埛鏂�-->
-<!-- getRightBottomTableDataSetInterval() {-->
-<!-- let startValue = 0 // 鍒濆鍊�-->
-<!-- const scale = 10// 鍒诲害-->
-
-<!-- WkshpLineData({ LineCode: '004' }).then(res => {-->
-<!-- this.tableDataRightBottomTemp = res.data-->
-<!-- this.tableDataRightBottom = this.tableDataRightBottomTemp.slice(startValue, startValue + scale)-->
-
-<!-- const loop = Math.floor(this.tableDataRightBottomTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟-->
-<!-- let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�-->
-
-<!-- const timer = setInterval(() => {-->
-<!-- startValue = startValue + scale-->
-<!-- this.tableDataRightBottom = this.tableDataRightBottomTemp.slice(startValue, startValue + scale)-->
-<!-- if (nowLoop === loop) {-->
-<!-- clearInterval(timer)-->
-<!-- this.getRightBottomTableDataSetInterval()-->
-<!-- }-->
-<!-- nowLoop++-->
-<!-- }, 1000 * 10)-->
-<!-- })-->
-<!-- },-->
-
-<!-- // 鑾峰彇topEcharts-->
-<!-- getTopBar() {-->
-<!-- loadEcharts('topBarLeft', kbTop())-->
-<!-- loadEcharts('topBarRight', kbTop())-->
-<!-- },-->
-<!-- // 鑾峰彇褰撳墠鏃堕棿-->
-<!-- getNowTime() {-->
-<!-- const dt = new Date()-->
-<!-- const wk = dt.getDay()-->
-<!-- const y = dt.getFullYear()-->
-<!-- const m = (dt.getMonth() + 1 + '').padStart(2, '0')-->
-<!-- const d = (dt.getDate() + '').padStart(2, '0')-->
-
-<!-- const hh = (dt.getHours() + '').padStart(2, '0')-->
-<!-- const mm = (dt.getMinutes() + '').padStart(2, '0')-->
-<!-- const ss = (dt.getSeconds() + '').padStart(2, '0')-->
-<!-- const weeks = ['鏄熸湡鏃�', '鏄熸湡涓�', '鏄熸湡浜�', '鏄熸湡涓�', '鏄熸湡鍥�', '鏄熸湡浜�', '鏄熸湡鍏�']-->
-<!-- const week = weeks[wk]-->
-
-<!-- this.headTime = `${y}-${m}-${d} ${hh}:${mm}:${ss} ${week}`-->
-<!-- },-->
-<!-- headerCellStyle() {-->
-<!-- return {-->
-<!-- // backgroundColor: 'rgb(30 ,33, 46)',-->
-<!-- backgroundColor: '#000',-->
-<!-- padding: '10px 0',-->
-<!-- textAlign: 'center',-->
-<!-- color: '#07acc2',-->
-<!-- border: 'none',-->
-<!-- fontSize: '18px'-->
-<!-- }-->
-<!-- },-->
-<!-- cellStyle() {-->
-<!-- return {-->
-<!-- padding: '7px 0',-->
-<!-- textAlign: 'center',-->
-<!-- // backgroundColor: 'rgba(30, 33, 46)',-->
-<!-- backgroundColor: '#000',-->
-<!-- // backgroundColor: 'transparent',-->
-<!-- color: '#fff',-->
-<!-- border: 'none',-->
-<!-- fontSize: '18px'-->
-<!-- }-->
-<!-- },-->
-<!-- headerCellStyleCenter() {-->
-<!-- return {-->
-<!-- // backgroundColor: 'rgb(30 ,33, 46)',-->
-<!-- backgroundColor: '#000',-->
-<!-- padding: '10px 0',-->
-<!-- textAlign: 'center',-->
-<!-- color: '#07acc2',-->
-<!-- border: 'none',-->
-<!-- fontSize: '18px'-->
-<!-- }-->
-<!-- },-->
-<!-- cellStyleCenter() {-->
-<!-- return {-->
-<!-- padding: '7px 0',-->
-<!-- textAlign: 'center',-->
-<!-- backgroundColor: '#000',-->
-<!-- color: '#fff',-->
-<!-- border: 'none',-->
-<!-- fontSize: '18px'-->
-<!-- }-->
-<!-- }-->
-<!-- }-->
-
-<!--}-->
-<!--</script>-->
-
-<!--<style lang="scss" scoped>-->
-<!--$main_color: #09d8f2;-->
-<!--$color01: #00FFFF;-->
-
-<!--.tableDataCell {-->
-<!-- ::v-deep .cell{-->
-<!-- padding: 0 2px ;-->
-<!-- }-->
-<!--}-->
-
-<!--.tableData {-->
-<!-- background: #000;-->
-<!--}-->
-
-<!--.el-table::before {-->
-<!-- height: 0;-->
-<!--}-->
-
-<!--.el-table__empty-text {-->
-<!-- color: $main_color;-->
-<!--}-->
-
-<!--</style>-->
-<!--<!–鏄熺┖–>-->
-<!--<style lang="css" scoped>-->
-<!--@keyframes rotate {-->
-<!-- 0% {-->
-<!-- transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);-->
-<!-- }-->
-<!-- 100% {-->
-<!-- transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);-->
-<!-- }-->
-<!--}-->
-
-<!--.stars {-->
-<!-- transform: perspective(500px);-->
-<!-- transform-style: preserve-3d;-->
-<!-- position: absolute;-->
-<!-- perspective-origin: 50% 100%;-->
-<!-- left: 45%;-->
-<!-- animation: rotate 90s infinite linear;-->
-<!-- bottom: 0;-->
-<!-- z-index: 102;-->
-<!--}-->
-
-<!--.star {-->
-<!-- width: 2px;-->
-<!-- height: 2px;-->
-<!-- /*background: #f7f7b6;*/-->
-<!-- background: #8edffc;-->
-<!-- position: absolute;-->
-<!-- left: 0;-->
-<!-- top: 0;-->
-<!-- backface-visibility: hidden;-->
-<!-- z-index: 102;-->
-<!--}-->
-<!--</style>-->
+<!--<template>-->
+<!-- <div>-->
+<!-- <div class="kb_dashboard">-->
+
+<!-- <!– 鏄熺┖鑳屾櫙–>-->
+<!-- <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">-->
+<!-- <div id="topBarLeft" style="width:600px;height:100%" />-->
+<!-- 杞﹂棿鐢熶骇鏁板瓧鍖栫湅鏉�-->
+<!-- <div id="topBarRight" style="width:600px;height:100%;transform:rotate(180deg);" />-->
+<!-- </div>-->
+<!-- <div class="kb_headTime">-->
+<!-- <span>{{ headTime }}</span>-->
+<!-- </div>-->
+<!-- </div>-->
+<!-- <div style="display: flex;justify-content: space-between;padding:0 20px 20px 20px">-->
+<!-- <div style="width: 380px;height: 969px;" class="flex_c_b">-->
+<!-- <div>-->
+<!-- <div class="smallTitle">-->
+<!-- <svg-icon icon-class="cxmc" class="svg_class" />-->
+<!-- 瑁呴厤涓�绾�-->
+<!-- </div>-->
+<!-- <div class="lineContent horn">-->
+<!-- <el-table-->
+<!-- ref="tableDataLeftTopRef"-->
+<!-- :data="tableDataLeftTop"-->
+<!-- class="tableData tableDataCell"-->
+<!-- style="width: 100%;"-->
+<!-- :header-cell-style="headerCellStyle"-->
+<!-- :cell-style="cellStyle"-->
+<!-- height="428"-->
+<!-- >-->
+<!-- <el-table-column-->
+<!-- prop="saleOrderCode"-->
+<!-- label="閿�鍞崟鍙�"-->
+<!-- width="130"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{ row.saleOrderCode }}</div>-->
+<!-- <div v-else>/</div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="partname"-->
+<!-- width="170"-->
+<!-- label="浜у搧鍚嶇О"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>-->
+<!-- <div v-else>/</div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="good_qty"-->
+<!-- label="鏁伴噺"-->
+<!-- width="70"-->
+<!-- />-->
+<!-- </el-table>-->
+<!-- </div>-->
+<!-- </div>-->
+<!-- <div>-->
+<!-- <div class="smallTitle">-->
+<!-- <svg-icon icon-class="cxmc" class="svg_class" />-->
+<!-- 瑁呴厤浜岀嚎-->
+<!-- </div>-->
+<!-- <div class="lineContent horn">-->
+<!-- <el-table-->
+<!-- ref="tableDataLeftBottomRef"-->
+<!-- :data="tableDataLeftBottom"-->
+<!-- class="tableData tableDataCell"-->
+<!-- style="width: 100%;"-->
+<!-- :header-cell-style="headerCellStyle"-->
+<!-- :cell-style="cellStyle"-->
+<!-- height="428"-->
+<!-- >-->
+<!-- <el-table-column-->
+<!-- prop="saleOrderCode"-->
+<!-- label="閿�鍞崟鍙�"-->
+<!-- width="130"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{ row.saleOrderCode }}</div>-->
+<!-- <div v-else>/</div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+
+<!-- <el-table-column-->
+<!-- prop="partname"-->
+<!-- width="170"-->
+<!-- label="浜у搧鍚嶇О"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>-->
+<!-- <div v-else>/</div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="good_qty"-->
+<!-- label="鏁伴噺"-->
+<!-- width="70"-->
+<!-- />-->
+<!-- </el-table>-->
+<!-- </div>-->
+
+<!-- </div>-->
+<!-- </div>-->
+<!-- <div>-->
+<!-- <div class="smallTitle">-->
+<!-- <svg-icon icon-class="scxx" class="svg_class" />-->
+<!-- 鐢熶骇淇℃伅-->
+<!-- </div>-->
+<!-- <div class="lineContentCenter horn">-->
+<!-- <el-table-->
+<!-- ref="tableDataLeftCenterRef"-->
+<!-- :data="tableDataCenterTop"-->
+<!-- class="tableData tableDataCell"-->
+<!-- style="width: 100%;"-->
+<!-- :header-cell-style="headerCellStyleCenter"-->
+<!-- :cell-style="cellStyleCenter"-->
+<!-- height="927"-->
+<!-- >-->
+<!-- <el-table-column-->
+<!-- type="RowNum"-->
+<!-- label="搴忓彿"-->
+<!-- width="50"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div-->
+<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
+<!-- > {{ row.RowNum }}-->
+<!-- </div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="wo_code"-->
+<!-- label="鍔犲伐鍗曞彿"-->
+<!-- width="190"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div-->
+<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
+<!-- > {{ row.wo_code }}-->
+<!-- </div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="eqp_name"-->
+<!-- width="90"-->
+<!-- label="浜х嚎鍚嶇О"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div-->
+<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
+<!-- > {{ row.eqp_name }}-->
+<!-- </div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="partname"-->
+<!-- width="170"-->
+<!-- label="浜у搧鍚嶇О"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div-->
+<!-- class="ellipsis"-->
+<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
+<!-- > {{ row.partname }}-->
+<!-- </div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="plan_qty"-->
+<!-- label="鐢熶骇鏁伴噺"-->
+<!-- width="90"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div-->
+<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
+<!-- > {{ row.plan_qty }}-->
+<!-- </div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="plan_startdate"-->
+<!-- label="棰勮寮�濮�"-->
+<!-- width="125"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div-->
+<!-- v-if="row.plan_startdate"-->
+<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
+<!-- > {{ row.plan_startdate.substring(0, 11) }}-->
+<!-- </div>-->
+<!-- <div v-else />-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="plan_enddate"-->
+<!-- label="棰勮瀹屽伐"-->
+<!-- width="125"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div-->
+<!-- v-if="row.plan_enddate"-->
+<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
+<!-- > {{ row.plan_enddate.substring(0, 11) }}-->
+<!-- </div>-->
+<!-- <div v-else />-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="stepname"-->
+<!-- label="宸ュ簭"-->
+<!-- width="100"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div-->
+<!-- class="ellipsis"-->
+<!-- :style="{color:row.eqp_name==='瑁呴厤涓�绾�'?'#FFFF77':row.eqp_name==='瑁呴厤浜岀嚎'?'#FF8888':row.eqp_name==='瑁呴厤涓夌嚎'?'#D28EFF':'#66FFFF'}"-->
+<!-- > {{ row.stepname }}-->
+<!-- </div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="scjdxxx"-->
+<!-- label="鐢熶骇杩涘害"-->
+<!-- width="130"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div :id="'progress'+row.RowNum" style="width: 100%;height:30px" />-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- </el-table>-->
+<!-- </div>-->
+<!-- </div>-->
+<!-- <div style="width: 380px;height: 969px;" class="flex_c_b">-->
+<!-- <div>-->
+<!-- <div class="smallTitle">-->
+<!-- <svg-icon icon-class="cxmc" class="svg_class" />-->
+<!-- 瑁呴厤涓夌嚎-->
+<!-- </div>-->
+<!-- <div class="lineContent horn">-->
+<!-- <el-table-->
+<!-- ref="tableDataRightTopRef"-->
+<!-- :data="tableDataRightTop"-->
+<!-- class="tableData tableDataCell"-->
+<!-- style="width: 100%;"-->
+<!-- :header-cell-style="headerCellStyle"-->
+<!-- :cell-style="cellStyle"-->
+<!-- height="428"-->
+<!-- >-->
+<!-- <el-table-column-->
+<!-- prop="saleOrderCode"-->
+<!-- label="閿�鍞崟鍙�"-->
+<!-- width="130"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{ row.saleOrderCode }}</div>-->
+<!-- <div v-else>/</div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="partname"-->
+<!-- width="170"-->
+<!-- label="浜у搧鍚嶇О"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>-->
+<!-- <div v-else>/</div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="good_qty"-->
+<!-- label="鏁伴噺"-->
+<!-- width="70"-->
+<!-- />-->
+<!-- </el-table>-->
+<!-- </div>-->
+<!-- </div>-->
+<!-- <div>-->
+<!-- <div class="smallTitle">-->
+<!-- <svg-icon icon-class="cxmc" class="svg_class" />-->
+<!-- 瑁呴厤鍥涚嚎-->
+<!-- </div>-->
+<!-- <div class="lineContent horn">-->
+<!-- <el-table-->
+<!-- ref="tableDataRightBottomRef"-->
+<!-- :data="tableDataRightBottom"-->
+<!-- class="tableData tableDataCell"-->
+<!-- style="width: 100%;"-->
+<!-- :header-cell-style="headerCellStyle"-->
+<!-- :cell-style="cellStyle"-->
+<!-- height="428"-->
+<!-- >-->
+<!-- <el-table-column-->
+<!-- prop="saleOrderCode"-->
+<!-- label="閿�鍞崟鍙�"-->
+<!-- width="130"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{ row.saleOrderCode }}</div>-->
+<!-- <div v-else>/</div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="partname"-->
+<!-- width="170"-->
+<!-- label="浜у搧鍚嶇О"-->
+<!-- >-->
+<!-- <template slot-scope="{row}">-->
+<!-- <div v-if="row.partname" class="ellipsis">{{ row.partname }}</div>-->
+<!-- <div v-else>/</div>-->
+<!-- </template>-->
+<!-- </el-table-column>-->
+<!-- <el-table-column-->
+<!-- prop="good_qty"-->
+<!-- label="鏁伴噺"-->
+<!-- width="70"-->
+<!-- />-->
+<!-- </el-table>-->
+<!-- </div>-->
+
+<!-- </div>-->
+<!-- </div>-->
+<!-- </div>-->
+<!-- </div>-->
+<!-- </div>-->
+<!--</template>-->
+
+<!--<script>-->
+<!--import './kbCommon.css'-->
+<!--import { kbTop, loadEcharts, progress } from '@/utils/myEcharts'-->
+<!--import { WkshpContentData, WkshpLineData } from '@/api/dzkb'-->
+<!--import clearAllChildren from '@/utils/global'-->
+
+<!--export default {-->
+<!-- name: 'Cjsc',-->
+<!-- data() {-->
+<!-- return {-->
+<!-- headTime: '',-->
+<!-- tableDataLeftTop: [],-->
+<!-- tableDataLeftTopTemp: [],-->
+<!-- tableDataLeftBottom: [],-->
+<!-- tableDataLeftBottomTemp: [],-->
+<!-- tableDataRightTop: [],-->
+<!-- tableDataRightTopTemp: [],-->
+<!-- tableDataRightBottom: [],-->
+<!-- tableDataRightBottomTemp: [],-->
+
+<!-- tableDataCenterTop: [],-->
+<!-- tableDataCenterTopTemp: [],-->
+
+<!-- starsCount: 800, // 鏄熸槦鏁伴噺-->
+<!-- distance: 900 // 闂磋窛-->
+<!-- }-->
+<!-- },-->
+<!-- activated() {
window.addEventListener('resize', this.getHeight)
this.getHeight()
},
created() {-->
+<!-- setInterval(this.getNowTime, 1000)-->
+
+<!-- // 涓ゅ皬鏃剁湅鏉垮埛鏂颁竴娆�-->
+<!-- setInterval(() => {-->
+<!-- window.location.reload()-->
+<!-- }, 1000 * 60 * 120)-->
+<!-- },-->
+<!-- mounted() {-->
+<!-- this.getTopBar()-->
+<!-- // 杈逛笂鍥涗釜琛ㄦ牸鏁版嵁鍐呭-->
+<!-- this.getLeftTopTableDataSetInterval()-->
+<!-- this.getLeftBottomTableDataSetInterval()-->
+<!-- this.getRightTopTableDataSetInterval()-->
+<!-- this.getRightBottomTableDataSetInterval()-->
+
+<!-- // 涓棿琛ㄦ牸鏁版嵁鍐呭-->
+<!-- this.getCenterTableDataSetInterval()-->
+
+<!-- this.setStarsRef()-->
+<!-- },-->
+<!-- methods: {-->
+<!-- setStarsRef() {-->
+<!-- const starNodes = Array.from(this.$refs.starsRef.children)-->
+<!-- starNodes.forEach(item => {-->
+<!-- const speed = 0.2 + Math.random() * 1-->
+<!-- const thisDistance = this.distance + Math.random() * 300-->
+<!-- item.style.transformOrigin = `0 0 ${thisDistance}px`-->
+<!-- item.style.transform = `-->
+<!-- translate3d(0,0,-${thisDistance}px)-->
+<!-- rotateY(${Math.random() * 360}deg)-->
+<!-- rotateX(${Math.random() * -50}deg)-->
+<!-- scale(${speed},${speed})`-->
+<!-- })-->
+<!-- },-->
+<!-- // 涓棿閮ㄥ垎鐨勮〃鏍�-->
+<!-- getCenterTableDataSetInterval() {-->
+<!-- let startValue = 0 // 鍒濆鍊�-->
+<!-- const scale = 20// 鍒诲害-->
+
+<!-- WkshpContentData().then(res => {-->
+<!-- this.tableDataCenterTopTemp = res.data-->
+<!-- this.tableDataCenterTop = this.tableDataCenterTopTemp.slice(startValue, startValue + scale)-->
+
+<!-- const loop = Math.floor(this.tableDataCenterTopTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟-->
+<!-- let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�-->
+
+<!-- const timer = setInterval(() => {-->
+<!-- startValue = startValue + scale-->
+<!-- this.tableDataCenterTop = this.tableDataCenterTopTemp.slice(startValue, startValue + scale)-->
+<!-- if (nowLoop === loop) {-->
+<!-- clearInterval(timer)-->
+<!-- this.getCenterTableDataSetInterval()-->
+<!-- }-->
+<!-- nowLoop++-->
+<!-- this.$nextTick(() => {-->
+<!-- this.tableDataCenterTop.forEach(i => {-->
+<!-- loadEcharts('progress' + i.RowNum, progress(i.good_qty, i.plan_qty))-->
+<!-- })-->
+<!-- })-->
+<!-- }, 1000 * 10)-->
+
+<!-- this.$nextTick(() => {-->
+<!-- this.tableDataCenterTop.forEach(i => {-->
+<!-- loadEcharts('progress' + i.RowNum, progress(i.good_qty, i.plan_qty))-->
+<!-- })-->
+<!-- })-->
+<!-- })-->
+<!-- },-->
+
+<!-- // 鑾峰彇宸︿笂鏁版嵁骞跺畾鏃跺埛鏂�-->
+<!-- getLeftTopTableDataSetInterval() {-->
+<!-- let startValue = 0 // 鍒濆鍊�-->
+<!-- const scale = 10// 鍒诲害-->
+
+<!-- WkshpLineData({ LineCode: '001' }).then(res => {-->
+<!-- this.tableDataLeftTopTemp = res.data-->
+<!-- this.tableDataLeftTop = this.tableDataLeftTopTemp.slice(startValue, startValue + scale)-->
+
+<!-- const loop = Math.floor(this.tableDataLeftTopTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟-->
+<!-- let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�-->
+
+<!-- const timer = setInterval(() => {-->
+<!-- startValue = startValue + scale-->
+<!-- this.tableDataLeftTop = this.tableDataLeftTopTemp.slice(startValue, startValue + scale)-->
+<!-- if (nowLoop === loop) {-->
+<!-- clearInterval(timer)-->
+<!-- this.getLeftTopTableDataSetInterval()-->
+<!-- }-->
+<!-- nowLoop++-->
+<!-- }, 1000 * 10)-->
+<!-- })-->
+<!-- },-->
+<!-- // 鑾峰彇宸︿笅鏁版嵁骞跺畾鏃跺埛鏂�-->
+<!-- getLeftBottomTableDataSetInterval() {-->
+<!-- let startValue = 0 // 鍒濆鍊�-->
+<!-- const scale = 10// 鍒诲害-->
+
+<!-- WkshpLineData({ LineCode: '002' }).then(res => {-->
+<!-- this.tableDataLeftBottomTemp = res.data-->
+<!-- this.tableDataLeftBottom = this.tableDataLeftBottomTemp.slice(startValue, startValue + scale)-->
+
+<!-- const loop = Math.floor(this.tableDataLeftBottomTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟-->
+<!-- let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�-->
+
+<!-- const timer = setInterval(() => {-->
+<!-- startValue = startValue + scale-->
+<!-- this.tableDataLeftBottom = this.tableDataLeftBottomTemp.slice(startValue, startValue + scale)-->
+<!-- if (nowLoop === loop) {-->
+<!-- clearInterval(timer)-->
+<!-- this.getLeftBottomTableDataSetInterval()-->
+<!-- }-->
+<!-- nowLoop++-->
+<!-- }, 1000 * 10)-->
+<!-- })-->
+<!-- },-->
+<!-- // 鑾峰彇鍙充笂鏁版嵁骞跺畾鏃跺埛鏂�-->
+<!-- getRightTopTableDataSetInterval() {-->
+<!-- let startValue = 0 // 鍒濆鍊�-->
+<!-- const scale = 10// 鍒诲害-->
+
+<!-- WkshpLineData({ LineCode: '003' }).then(res => {-->
+<!-- this.tableDataRightTopTemp = res.data-->
+<!-- this.tableDataRightTop = this.tableDataRightTopTemp.slice(startValue, startValue + scale)-->
+
+<!-- const loop = Math.floor(this.tableDataRightTopTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟-->
+<!-- let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�-->
+
+<!-- const timer = setInterval(() => {-->
+<!-- startValue = startValue + scale-->
+<!-- this.tableDataRightTop = this.tableDataRightTopTemp.slice(startValue, startValue + scale)-->
+<!-- if (nowLoop === loop) {-->
+<!-- clearInterval(timer)-->
+<!-- this.getRightTopTableDataSetInterval()-->
+<!-- }-->
+<!-- nowLoop++-->
+<!-- }, 1000 * 10)-->
+<!-- })-->
+<!-- },-->
+<!-- // 鑾峰彇鍙充笅鏁版嵁骞跺畾鏃跺埛鏂�-->
+<!-- getRightBottomTableDataSetInterval() {-->
+<!-- let startValue = 0 // 鍒濆鍊�-->
+<!-- const scale = 10// 鍒诲害-->
+
+<!-- WkshpLineData({ LineCode: '004' }).then(res => {-->
+<!-- this.tableDataRightBottomTemp = res.data-->
+<!-- this.tableDataRightBottom = this.tableDataRightBottomTemp.slice(startValue, startValue + scale)-->
+
+<!-- const loop = Math.floor(this.tableDataRightBottomTemp.length / scale)// 闇�瑕佸惊鐜殑娆℃暟-->
+<!-- let nowLoop = 0// 褰撳墠寰幆鐨勬鏁�-->
+
+<!-- const timer = setInterval(() => {-->
+<!-- startValue = startValue + scale-->
+<!-- this.tableDataRightBottom = this.tableDataRightBottomTemp.slice(startValue, startValue + scale)-->
+<!-- if (nowLoop === loop) {-->
+<!-- clearInterval(timer)-->
+<!-- this.getRightBottomTableDataSetInterval()-->
+<!-- }-->
+<!-- nowLoop++-->
+<!-- }, 1000 * 10)-->
+<!-- })-->
+<!-- },-->
+
+<!-- // 鑾峰彇topEcharts-->
+<!-- getTopBar() {-->
+<!-- loadEcharts('topBarLeft', kbTop())-->
+<!-- loadEcharts('topBarRight', kbTop())-->
+<!-- },-->
+<!-- // 鑾峰彇褰撳墠鏃堕棿-->
+<!-- getNowTime() {-->
+<!-- const dt = new Date()-->
+<!-- const wk = dt.getDay()-->
+<!-- const y = dt.getFullYear()-->
+<!-- const m = (dt.getMonth() + 1 + '').padStart(2, '0')-->
+<!-- const d = (dt.getDate() + '').padStart(2, '0')-->
+
+<!-- const hh = (dt.getHours() + '').padStart(2, '0')-->
+<!-- const mm = (dt.getMinutes() + '').padStart(2, '0')-->
+<!-- const ss = (dt.getSeconds() + '').padStart(2, '0')-->
+<!-- const weeks = ['鏄熸湡鏃�', '鏄熸湡涓�', '鏄熸湡浜�', '鏄熸湡涓�', '鏄熸湡鍥�', '鏄熸湡浜�', '鏄熸湡鍏�']-->
+<!-- const week = weeks[wk]-->
+
+<!-- this.headTime = `${y}-${m}-${d} ${hh}:${mm}:${ss} ${week}`-->
+<!-- },-->
+<!-- headerCellStyle() {-->
+<!-- return {-->
+<!-- // backgroundColor: 'rgb(30 ,33, 46)',-->
+<!-- backgroundColor: '#000',-->
+<!-- padding: '10px 0',-->
+<!-- textAlign: 'center',-->
+<!-- color: '#07acc2',-->
+<!-- border: 'none',-->
+<!-- fontSize: '18px'-->
+<!-- }-->
+<!-- },-->
+<!-- cellStyle() {-->
+<!-- return {-->
+<!-- padding: '7px 0',-->
+<!-- textAlign: 'center',-->
+<!-- // backgroundColor: 'rgba(30, 33, 46)',-->
+<!-- backgroundColor: '#000',-->
+<!-- // backgroundColor: 'transparent',-->
+<!-- color: '#fff',-->
+<!-- border: 'none',-->
+<!-- fontSize: '18px'-->
+<!-- }-->
+<!-- },-->
+<!-- headerCellStyleCenter() {-->
+<!-- return {-->
+<!-- // backgroundColor: 'rgb(30 ,33, 46)',-->
+<!-- backgroundColor: '#000',-->
+<!-- padding: '10px 0',-->
+<!-- textAlign: 'center',-->
+<!-- color: '#07acc2',-->
+<!-- border: 'none',-->
+<!-- fontSize: '18px'-->
+<!-- }-->
+<!-- },-->
+<!-- cellStyleCenter() {-->
+<!-- return {-->
+<!-- padding: '7px 0',-->
+<!-- textAlign: 'center',-->
+<!-- backgroundColor: '#000',-->
+<!-- color: '#fff',-->
+<!-- border: 'none',-->
+<!-- fontSize: '18px'-->
+<!-- }-->
+<!-- }-->
+<!-- }-->
+
+<!--}-->
+<!--</script>-->
+
+<!--<style lang="scss" scoped>-->
+<!--$main_color: #09d8f2;-->
+<!--$color01: #00FFFF;-->
+
+<!--.tableDataCell {-->
+<!-- ::v-deep .cell{-->
+<!-- padding: 0 2px ;-->
+<!-- }-->
+<!--}-->
+
+<!--.tableData {-->
+<!-- background: #000;-->
+<!--}-->
+
+<!--.el-table::before {-->
+<!-- height: 0;-->
+<!--}-->
+
+<!--.el-table__empty-text {-->
+<!-- color: $main_color;-->
+<!--}-->
+
+<!--</style>-->
+<!--<!–鏄熺┖–>-->
+<!--<style lang="css" scoped>-->
+<!--@keyframes rotate {-->
+<!-- 0% {-->
+<!-- transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);-->
+<!-- }-->
+<!-- 100% {-->
+<!-- transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);-->
+<!-- }-->
+<!--}-->
+
+<!--.stars {-->
+<!-- transform: perspective(500px);-->
+<!-- transform-style: preserve-3d;-->
+<!-- position: absolute;-->
+<!-- perspective-origin: 50% 100%;-->
+<!-- left: 45%;-->
+<!-- animation: rotate 90s infinite linear;-->
+<!-- bottom: 0;-->
+<!-- z-index: 102;-->
+<!--}-->
+
+<!--.star {-->
+<!-- width: 2px;-->
+<!-- height: 2px;-->
+<!-- /*background: #f7f7b6;*/-->
+<!-- background: #8edffc;-->
+<!-- position: absolute;-->
+<!-- left: 0;-->
+<!-- top: 0;-->
+<!-- backface-visibility: hidden;-->
+<!-- z-index: 102;-->
+<!--}-->
+<!--</style>-->
--
Gitblit v1.9.3