小小儁爺
2025-02-08 3f386968d4b5cbb002ad93483f86a5443159e18a
src/views/kanbanManager/cj.vue
@@ -6,10 +6,10 @@
      <div class="kb_header">
        <div class="kb_headTime" style="top: 35px;left:  20px">
          <span>圣沣</span>
          <span>浙江优克工贸股份有限公司</span>
        </div>
        <div class="kb_headTime kb_header_text" style="top: 35px;left:  765px">
        <div class="kb_headTime kb_header_text" style="top: 35px;left:  800px">
          <span>{{ title }}数字化看板</span>
        </div>
@@ -208,7 +208,7 @@
              }
            })
          }
        }, this.tableDataCenterTop.length <= 11 ? 1000 * 15 : 200)
        }, this.tableDataCenterTop.length <= 11 ? 1000 * 30 : 200)
      })
    },
@@ -251,14 +251,14 @@
        })
      }, 1000 * 50)
      const res5 = await WorkShopProduceBottomRightData({ wkshopcode: this.wkshopcode.join(',') })
      const res5 = await WorkShopProduceBottomRightData({ wkshopcode: this.wkshopcode[0] })
      this.RightBottom = res5.data
      if (this.RightBottom.length > 0) {
        loadEcharts('cjzl04', cjzl04(this.RightBottom.map(i => i.name), this.RightBottom.map(i => i.cont)))
      }
      setInterval(() => {
        WorkShopProduceBottomRightData({ wkshopcode: this.wkshopcode.join(',') }).then(res5 => {
        WorkShopProduceBottomRightData({ wkshopcode: this.wkshopcode[0] }).then(res5 => {
          this.RightBottom = res5.data
          if (this.RightBottom.length > 0) {
            loadEcharts('cjzl04', cjzl04(this.RightBottom.map(i => i.name), this.RightBottom.map(i => i.cont)))
@@ -266,7 +266,7 @@
        })
      }, 1000 * 60)
      this.getWorkShopProduceTopData()
      await this.getWorkShopProduceTopData()
    },
    // 获取当前时间
@@ -348,6 +348,10 @@
  background-color: transparent;
}
::v-deep .gutter {
  display: none;
}
.all_block01 {
  width: 237px;
  height: 180px;