From 1751adf783d2c7203b86c0f02f5f737277ca9192 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 09 五月 2024 14:34:50 +0800
Subject: [PATCH] 1.仓库看板递交
---
src/views/kanbanManager/cj.vue | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/src/views/kanbanManager/cj.vue b/src/views/kanbanManager/cj.vue
index 84972af..eafa9fb 100644
--- a/src/views/kanbanManager/cj.vue
+++ b/src/views/kanbanManager/cj.vue
@@ -6,10 +6,10 @@
<div class="kb_header">
<div class="kb_headTime" style="top: 35px;left: 20px">
- <span>鍦f玻</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>
@@ -251,14 +251,14 @@
})
}, 1000 * 50)
- const res5 = await WorkShopProduceBottomRightData({ wkshopcode: this.wkshopcode.join(',') })
+ const res5 = await WorkShopProduceBottomRightData({ wkshopcode: 'CJ001' })
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: 'CJ001' }).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;
--
Gitblit v1.9.3