小小儁爺
2024-10-14 5663cc8d4c1d2c0f0199d0eaf31bc6aaab9ed3ec
1.仓库管理看板修改
已修改1个文件
14 ■■■■ 文件已修改
src/views/kanbanManager/ckgl.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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数据