| | |
| | | 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%;" |
| | |
| | | highlight-current-row |
| | | :header-cell-style="this.$headerCellStyle" |
| | | :cell-style="this.$cellStyle" |
| | | @row-click="rowClick" |
| | | > |
| | | |
| | | <el-table-column |
| | |
| | | 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 |
| | |
| | | this.getHeight() |
| | | }, |
| | | methods: { |
| | | // 行点击事件 |
| | | rowClick(row, event, column) { |
| | | this.radioSelectedCode = row.code |
| | | }, |
| | | // 子组件失焦时执行 |
| | | over(val) { |
| | | if (val) { |