loulijun2021
2023-10-30 7318acb9143a37e7c10369a975a8717c06eaaf87
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() {
    // 监听网络是否在线