loulijun2021
2023-03-27 e811bfc52c2126af45e8fe49dd29af12c022f6c1
1.看板优化
已修改3个文件
44 ■■■■■ 文件已修改
src/views/kb/cjsc.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kb/zhkb.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/zzmx/jpgj.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/kb/cjsc.vue
@@ -37,8 +37,8 @@
              >
                <el-table-column
                  prop="saleOrderCode"
                  label="销售单号"
                  width="130"
                  label="生产订单"
                  width="170"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{
@@ -50,7 +50,7 @@
                </el-table-column>
                <el-table-column
                  prop="partname"
                  width="170"
                  width="140"
                  label="产品名称"
                >
                  <template slot-scope="{row}">
@@ -61,7 +61,7 @@
                <el-table-column
                  prop="good_qty"
                  label="数量"
                  width="70"
                  width="60"
                />
              </el-table>
            </div>
@@ -123,7 +123,7 @@
              </el-table-column>
              <el-table-column
                prop="partname"
                width="150"
                width="120"
                label="产品名称"
              >
                <template slot-scope="{row}">
@@ -177,7 +177,7 @@
              <el-table-column
                prop="stepname"
                label="工序"
                width="100"
                width="130"
              >
                <template slot-scope="{row}">
                  <div
@@ -219,8 +219,8 @@
              >
                <el-table-column
                  prop="saleOrderCode"
                  label="销售单号"
                  width="130"
                  label="生产订单"
                  width="170"
                >
                  <template slot-scope="{row}">
                    <div v-if="row.saleOrderCode" style="text-align: left" class="ellipsis">{{
@@ -232,7 +232,7 @@
                </el-table-column>
                <el-table-column
                  prop="partname"
                  width="170"
                  width="140"
                  label="产品名称"
                >
                  <template slot-scope="{row}">
@@ -243,7 +243,7 @@
                <el-table-column
                  prop="good_qty"
                  label="数量"
                  width="70"
                  width="60"
                />
              </el-table>
            </div>
@@ -349,7 +349,7 @@
    // 获取左上数据并定时刷新
    getLeftTopTableDataSetInterval() {
      let startValue = 0 // 初始值
      const scale = 10// 刻度
      const scale = 24// 刻度
      WkshpLineData({ LineCode: '001' }).then(res => {
        this.tableDataLeftTopTemp = res.data
@@ -373,7 +373,7 @@
    // 获取右上数据并定时刷新
    getRightTopTableDataSetInterval() {
      let startValue = 0 // 初始值
      const scale = 10// 刻度
      const scale = 24// 刻度
      WkshpLineData({ LineCode: '002' }).then(res => {
        this.tableDataRightTopTemp = res.data
src/views/kb/zhkb.vue
@@ -264,7 +264,7 @@
              <svg-icon icon-class="top5" class="svg_class" />
              一周不良Top5
            </div>
            <div class="lineContent horn">
            <div class="lineContent horn" style="height: 435px;">
              <div id="bar01" class="flex_c_c" style="width: 100%;height:100%" />
            </div>
src/views/zzmx/jpgj.vue
@@ -88,7 +88,9 @@
              </el-select>
            </el-form-item>
          </div>
          <div class="bodySearchReset" :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}">
          <div class="bodySearchReset"
               :style="{marginLeft:$store.state.app.sidebar.opened? $store.state.settings.menuIsHorizontal?'15%':'3%':'10%'}"
          >
            <el-button v-waves type="primary" icon="el-icon-search" @click="search">查询</el-button>
            <el-button v-waves type="info" icon="el-icon-refresh" @click="reset">重置</el-button>
          </div>
@@ -223,7 +225,9 @@
            <template slot-scope="{row}">
              <div class="operationClass">
                <el-tooltip class="item" effect="dark" content="编辑" placement="top">
                  <i :style="{color:$store.state.settings.theme}" class="el-icon-edit-outline" @click="edit('edit',row)" />
                  <i :style="{color:$store.state.settings.theme}" class="el-icon-edit-outline"
                     @click="edit('edit',row)"
                  />
                </el-tooltip>
                <el-tooltip v-del-tab-index class="item" effect="dark" content="删除" placement="top">
                  <i :style="{color:$store.state.settings.theme}" class="el-icon-delete" @click="del(row)" />
@@ -272,7 +276,7 @@
              <el-option
                v-for="item in partArr2"
                :key="item.partcode"
                :label="item.partname"
                :label="item.partname+'/'+item.partcode"
                :value="item.partcode"
              />
            </el-select>
@@ -312,7 +316,9 @@
      </el-form>
      <div style="display: flex;flex-direction: column;margin-bottom: 20px">
        <div>
          <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" style="margin: -20px 10px 20px 0;" />工序集合
          <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}"
             style="margin: -20px 10px 20px 0;"
          />工序集合
        </div>
        <div style="display: flex;background-color: #F2F6FC;padding:20px 0  20px 20px; min-height: 100px">
          <el-radio-group v-model="dialogForm.stepcode" @change="radioChange">
@@ -329,7 +335,9 @@
      <div style="display: flex;flex-direction: column;min-height: 300px">
        <div>
          <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}" style="margin: -20px 10px 20px 0" />设备列表
          <i class="el-icon-s-operation" :style="{color:$store.state.settings.theme}"
             style="margin: -20px 10px 20px 0"
          />设备列表
        </div>
        <el-table