loulijun2021
2023-10-30 7318acb9143a37e7c10369a975a8717c06eaaf87
1.看板字段调整
已修改3个文件
44 ■■■■ 文件已修改
src/views/kanbanManager/cgdd.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kanbanManager/ckgl.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kanbanManager/zhkb.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kanbanManager/cgdd.vue
@@ -286,7 +286,7 @@
    // 两小时看板刷新一次
    setInterval(() => {
      window.location.reload()
    }, 1000 * 60 * 60 * 10)
    }, 1000 * 60 * 120)
  },
  mounted() {
    // 监听网络是否在线
src/views/kanbanManager/ckgl.vue
@@ -170,7 +170,7 @@
              >
                <el-table-column
                  prop="voucherdate"
                  label="销售订单号"
                  label="单据日期"
                  width="131"
                >
                  <template slot-scope="{row}">
@@ -187,16 +187,16 @@
                    <div class="ellipsis">{{ row.wo }}</div>
                  </template>
                </el-table-column>
                <el-table-column
                  prop="customename"
                  label="客户"
                  width="288"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.customename" class="ellipsis">{{ row.customename }}</div>
                    <div v-else>/</div>
                  </template>
                </el-table-column>
                <!--                <el-table-column-->
                <!--                  prop="customename"-->
                <!--                  label="客户"-->
                <!--                  width="288"-->
                <!--                >-->
                <!--                  <template slot-scope="{row}">-->
                <!--                    <div v-if="row.customename" class="ellipsis">{{ row.customename }}</div>-->
                <!--                    <div v-else>/</div>-->
                <!--                  </template>-->
                <!--                </el-table-column>-->
                <!--                  <el-table-column-->
                <!--                    prop="username"-->
                <!--                    label="业务员"-->
@@ -225,7 +225,7 @@
                <el-table-column
                  prop="materiel_name"
                  label="产品名称"
                  width="200"
                  width="288"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.materiel_name" class="ellipsis">{{ row.materiel_name }}</div>
@@ -234,7 +234,7 @@
                <el-table-column
                  prop="specification"
                  label="规格型号"
                  width="100"
                  width="300"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.specification" class="ellipsis">{{ row.specification }}</div>
@@ -364,7 +364,7 @@
    // 两小时看板刷新一次
    setInterval(() => {
      window.location.reload()
    }, 1000 * 60 * 60 * 10)
    }, 1000 * 60 * 120)
  },
  mounted() {
    // 监听网络是否在线
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 // 初始值