From 1b56e5ca59f20aebc5add65a6a76d9a5f2b1b03b Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期三, 07 五月 2025 17:53:01 +0800 Subject: [PATCH] 钣金冗余工单联调 --- src/views/mainPlan/sheetMetalOrderManage/index.vue | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/src/views/mainPlan/sheetMetalOrderManage/index.vue b/src/views/mainPlan/sheetMetalOrderManage/index.vue index 232c9cd..1d441ba 100644 --- a/src/views/mainPlan/sheetMetalOrderManage/index.vue +++ b/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; -- Gitblit v1.9.3