From 5663cc8d4c1d2c0f0199d0eaf31bc6aaab9ed3ec Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 14 十月 2024 09:13:14 +0800
Subject: [PATCH] 1.仓库管理看板修改
---
src/views/kanbanManager/ckgl.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/views/kanbanManager/ckgl.vue b/src/views/kanbanManager/ckgl.vue
index 2117bae..95686ce 100644
--- a/src/views/kanbanManager/ckgl.vue
+++ b/src/views/kanbanManager/ckgl.vue
@@ -19,12 +19,12 @@
<div style="display: flex;justify-content: space-between;padding:0 20px 20px 20px;height: 950px">
<div style="width: 1350px;z-index: 2;margin-top: 50px;" class="flex_c_b">
- <div style="height: 470px;">
+ <div style="height: 945px;">
<div class="smallTitle">
<svg-icon icon-class="cpdrk" class="svg_class" />
鐢熶骇寰呭叆搴�
</div>
- <div class="lineContent horn" style="height: 410px">
+ <div class="lineContent horn" style="height: 885px">
<el-table
ref="tableDataTopRef"
:data="tableDataTop"
@@ -32,7 +32,7 @@
class="tableData"
:header-cell-style="headerCellStyleCenter"
:cell-style="cellStyleCenter"
- height="405"
+ height="880"
>
<el-table-column
prop="voucherdate"
@@ -154,7 +154,7 @@
</el-table>
</div>
</div>
- <div style="height: 470px;margin-top: 30px;">
+ <div v-if="false" style="height: 470px;margin-top: 30px;">
<div class="smallTitle">
<svg-icon icon-class="drk" class="svg_class" />
濮斿寰呭叆搴�
@@ -332,7 +332,7 @@
this.updateOnlineStatus({ type: this.onLine ? 'online' : 'offline', isFirst: true })
this.getWareHouseTopLeftData()
- this.getWareHouseTopBottomData()
+ // this.getWareHouseTopBottomData()
this.getEcharts()
},
beforeDestroy() {
@@ -380,13 +380,13 @@
WareHouseTopLeftData().then(res => {
this.tableDataTop = res.data
// this.number1 = this.tableDataTop.length
- if (this.tableDataTop.length > 10) {
+ if (this.tableDataTop.length > 22) {
clearInterval(this.tableTopTask)
this.getWareHouseTopLeftData()
}
})
}
- }, this.tableDataTop.length <= 10 ? 1000 * 30 : 200)
+ }, this.tableDataTop.length <= 22 ? 1000 * 30 : 200)
})
},
// 鑾峰彇宸︿笅table鏁版嵁
--
Gitblit v1.9.3