From fcac164d607958b8271e70b010376ab52a843ce1 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 06 五月 2024 17:23:03 +0800
Subject: [PATCH] 1.递交
---
src/views/kanbanManager/zhkb.vue | 48 ++++++++++++++++++++++++------------------------
1 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/src/views/kanbanManager/zhkb.vue b/src/views/kanbanManager/zhkb.vue
index 2da36ea..24b784d 100644
--- a/src/views/kanbanManager/zhkb.vue
+++ b/src/views/kanbanManager/zhkb.vue
@@ -233,14 +233,14 @@
label="搴忓彿"
width="60"
/>
- <el-table-column
- prop="linename"
- width="125"
- label="浜х嚎"
- />
+ <!-- <el-table-column-->
+ <!-- prop="linename"-->
+ <!-- width="125"-->
+ <!-- label="浜х嚎"-->
+ <!-- />-->
<el-table-column
prop="partname"
- width="160"
+ width="260"
label="浜у搧"
>
<template slot-scope="{row}">
@@ -251,7 +251,7 @@
<el-table-column
prop="good_qty"
label="鏁伴噺"
- width="90"
+ width="115"
>
<template slot-scope="{row}">
<div>{{ parseFloat(row.good_qty) }}</div>
@@ -552,23 +552,23 @@
getLineSearchTopRightData() {
LineSearchTopRightData({ shopcode: this.ShopArr.join(',') }).then(res => {
this.tableDataRightTop = res.data
- const divData = this.$refs.tableDataRightTopRef.bodyWrapper
-
- const temp = setInterval(() => {
- divData.scrollTop += 1
-
- if (divData.clientHeight + divData.scrollTop === divData.scrollHeight) {
- divData.scrollTop = 0
- LineSearchTopRightData({ shopcode: this.ShopArr.join(',') }).then(res => {
- this.tableDataRightTop = res.data
-
- if (this.tableDataRightTop.length > 9) {
- clearInterval(temp)
- this.getLineSearchTopRightData()
- }
- })
- }
- }, this.tableDataRightTop.length <= 9 ? 1000 * 15 : 300)
+ // const divData = this.$refs.tableDataRightTopRef.bodyWrapper
+ //
+ // const temp = setInterval(() => {
+ // divData.scrollTop += 1
+ //
+ // if (divData.clientHeight + divData.scrollTop === divData.scrollHeight) {
+ // divData.scrollTop = 0
+ // LineSearchTopRightData({ shopcode: this.ShopArr.join(',') }).then(res => {
+ // this.tableDataRightTop = res.data
+ //
+ // if (this.tableDataRightTop.length > 9) {
+ // clearInterval(temp)
+ // this.getLineSearchTopRightData()
+ // }
+ // })
+ // }
+ // }, this.tableDataRightTop.length <= 9 ? 1000 * 15 : 300)
})
// let startValue = 0 // 鍒濆鍊�
--
Gitblit v1.9.3