CD配唱片
2025-05-07 1b56e5ca59f20aebc5add65a6a76d9a5f2b1b03b
src/views/mainPlan/sheetMetalOrderManage/index.vue
@@ -125,6 +125,21 @@
      >
      </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>
@@ -145,6 +160,7 @@
const { t, locale } = useI18n();
const { proxy } = getCurrentInstance();
const openDialog = ref(false);
const openBatchDialog = ref(false);
const subGridOptions = ref([]);
// const tableRef = ref();
const calendarList = ref([]);
@@ -410,7 +426,7 @@
  }
);
function handleBatchUpdatePlanDate(){
  openBatchDialog.value = true
}
function handleCheckView(row) {
  openDialog.value = true;