| | |
| | | > |
| | | </HxlhTable> |
| | | </el-dialog> |
| | | <el-dialog |
| | | :title="'批量更新工单计划日期'" |
| | | v-model="openBatchDialog" |
| | | width="900px" |
| | | append-to-body |
| | | > |
| | | <HxlhTable |
| | | style="width: 100%" |
| | | :columns="subGridOptions" |
| | | :data="subList" |
| | | :loading="loading" |
| | | :height="heightSub" |
| | | > |
| | | </HxlhTable> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | const { t, locale } = useI18n(); |
| | | const { proxy } = getCurrentInstance(); |
| | | const openDialog = ref(false); |
| | | const openBatchDialog = ref(false); |
| | | const subGridOptions = ref([]); |
| | | // const tableRef = ref(); |
| | | const calendarList = ref([]); |
| | |
| | | } |
| | | ); |
| | | function handleBatchUpdatePlanDate(){ |
| | | |
| | | openBatchDialog.value = true |
| | | } |
| | | function handleCheckView(row) { |
| | | openDialog.value = true; |