loulijun2021
2022-11-24 4a6d69f3ff895918b1b8f1e8e9b122ed8fcd5afa
src/views/scgl/cngh.vue
@@ -125,7 +125,9 @@
            min-width="300"
          >
            <template slot-scope="{row}">
              <el-input v-if="row.CaptPlanWorkShift===null" :disabled="row.CaptPlanWorkShift===null" />
              <date-picker
                v-else
                v-model="row.CaptPlanShopCalendarList"
                :row-data="row"
                style="width: 100%;"
@@ -203,6 +205,7 @@
          highlight-current-row
          :header-cell-style="this.$headerCellStyle"
          :cell-style="this.$cellStyle"
          @row-click="rowClick"
        >
          <el-table-column
@@ -214,8 +217,9 @@
                v-model="radioSelectedCode"
                :label="row.code"
                style="padding-left: 10px;"
                @change.native="getCurrentRowSource(row.code)"
              />
              <!--              @change.native="getCurrentRowSource(row.code)"-->
            </template>
          </el-table-column>
          <el-table-column
@@ -659,6 +663,10 @@
    this.getHeight()
  },
  methods: {
    // 行点击事件
    rowClick(row, event, column) {
      this.radioSelectedCode = row.code
    },
    // 子组件失焦时执行
    over(val) {
      if (val) {