From 7318acb9143a37e7c10369a975a8717c06eaaf87 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 30 十月 2023 10:52:29 +0800
Subject: [PATCH] 1.看板字段调整
---
src/views/kanbanManager/zhkb.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/kanbanManager/zhkb.vue b/src/views/kanbanManager/zhkb.vue
index 0c712da..ef51b9b 100644
--- a/src/views/kanbanManager/zhkb.vue
+++ b/src/views/kanbanManager/zhkb.vue
@@ -143,7 +143,7 @@
<el-table-column
prop="saleOrderCode"
label="閿�鍞鍗曞彿"
- width="170"
+ width="160"
>
<template slot-scope="{row}">
<div v-if="row.saleOrderCode">{{ row.saleOrderCode }}</div>
@@ -153,7 +153,7 @@
<el-table-column
prop="wo_code"
label="鍔犲伐鍗曞彿"
- width="190"
+ width="200"
/>
<el-table-column
prop="partname"
@@ -326,7 +326,7 @@
// 涓ゅ皬鏃剁湅鏉垮埛鏂颁竴娆�
setInterval(() => {
window.location.reload()
- }, 1000 * 60 * 60 * 10)
+ }, 1000 * 60 * 120)
},
mounted() {
// 鐩戝惉缃戠粶鏄惁鍦ㄧ嚎
@@ -561,13 +561,13 @@
LineSearchTopRightData({ shopcode: this.ShopArr.join(',') }).then(res => {
this.tableDataRightTop = res.data
- if (this.tableDataRightTop.length > 10) {
+ if (this.tableDataRightTop.length > 9) {
clearInterval(temp)
this.getLineSearchTopRightData()
}
})
}
- }, this.tableDataRightTop.length <= 10 ? 1000 * 15 : 300)
+ }, this.tableDataRightTop.length <= 9 ? 1000 * 15 : 300)
})
// let startValue = 0 // 鍒濆鍊�
@@ -607,13 +607,13 @@
LineSearchBottomLeftData({ shopcode: this.ShopArr.join(',') }).then(res => {
this.tableDataLeftBottom = res.data
- if (this.tableDataLeftBottom.length > 10) {
+ if (this.tableDataLeftBottom.length > 9) {
clearInterval(this.TableDataRollTask)
this.getLeftBottomData()
}
})
}
- }, this.tableDataLeftBottom.length <= 10 ? 1000 * 15 : 200)
+ }, this.tableDataLeftBottom.length <= 9 ? 1000 * 15 : 200)
})
// let startValue = 0 // 鍒濆鍊�
@@ -753,7 +753,7 @@
.content01 {
height: 30px;
width: 100%;
- border-bottom: 1px solid $main_color;
+ //border-bottom: 1px solid $main_color;
display: flex;
align-items: center;
justify-content: center;
@@ -761,7 +761,7 @@
.content02Parent {
display: flex;
-
+border-top: 1px solid $main_color;
.content02 {
width: 60px;
border-right: 1px solid $main_color;
--
Gitblit v1.9.3