From 74050152b7579db1378131c54e97ee9cb73613e1 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 15:33:02 +0800
Subject: [PATCH] 提交所有页面表格高度更改

---
 src/views/mainPlan/abnormalProcessAnalysis/index.vue |    2 +-
 src/views/mainPlan/plateProcessStat/index.vue        |    2 +-
 src/views/basicData/processRoute/index.vue           |    2 +-
 src/views/mainPlan/platePlanList/index.vue           |   13 +++++++++----
 src/views/basicData/resourceGroup/index.vue          |    2 +-
 src/views/basicData/calendar/index.vue               |    2 +-
 src/views/mainPlan/weldSeam/index.vue                |    2 +-
 7 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/src/views/basicData/calendar/index.vue b/src/views/basicData/calendar/index.vue
index 9a4549a..3cb4745 100644
--- a/src/views/basicData/calendar/index.vue
+++ b/src/views/basicData/calendar/index.vue
@@ -411,7 +411,7 @@
 const shopList = ref([]);
 const allShopList = ref([]);
 const processList = ref([]);
-const height = ref(document.documentElement.clientHeight - 260 + "px;");
+const height = ref(document.documentElement.clientHeight - 220 + "px;");
 // 琛ㄦ牸閰嶇疆-鍒楄〃
 const columns = ref([
   { type: "checkbox", width: 60, align: "center" },
diff --git a/src/views/basicData/processRoute/index.vue b/src/views/basicData/processRoute/index.vue
index ce3af19..e209bff 100644
--- a/src/views/basicData/processRoute/index.vue
+++ b/src/views/basicData/processRoute/index.vue
@@ -220,7 +220,7 @@
 const title = ref("");
 const daterangeIntegrationDay = ref([]);
 //寮圭獥鐩稿叧
-const height = ref(document.documentElement.clientHeight - 260 + "px;");
+const height = ref(document.documentElement.clientHeight - 230 + "px;");
 const isVisible = ref(false);
 const isError = ref(false);
 const planned = ref(true);
diff --git a/src/views/basicData/resourceGroup/index.vue b/src/views/basicData/resourceGroup/index.vue
index 8ffcc2d..e949e26 100644
--- a/src/views/basicData/resourceGroup/index.vue
+++ b/src/views/basicData/resourceGroup/index.vue
@@ -175,7 +175,7 @@
 const title = ref("");
 const daterangeRequestDate = ref([]);
 //寮圭獥鐩稿叧
-const height = ref(document.documentElement.clientHeight - 260 + "px;")
+const height = ref(document.documentElement.clientHeight - 230 + "px;")
 const isVisible = ref(false);
 const isError = ref(false);
 const planned = ref(true);
diff --git a/src/views/mainPlan/abnormalProcessAnalysis/index.vue b/src/views/mainPlan/abnormalProcessAnalysis/index.vue
index ce07e44..0b52b60 100644
--- a/src/views/mainPlan/abnormalProcessAnalysis/index.vue
+++ b/src/views/mainPlan/abnormalProcessAnalysis/index.vue
@@ -40,7 +40,7 @@
 const multiple = ref(true);
 const total = ref(0);
 const title = ref("");
-const height = ref(document.documentElement.clientHeight - 270 + "px;")
+const height = ref(document.documentElement.clientHeight - 180 + "px;")
 
 const data = reactive({
   form: {},
diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index 0d50ddf..5e9548d 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/src/views/mainPlan/platePlanList/index.vue
@@ -55,7 +55,7 @@
       </el-col>
 
       <right-toolbar
-        v-model:showSearch="showSearch"
+        :search="false"
         @queryTable="getList"
       ></right-toolbar>
     </el-row>
@@ -128,7 +128,7 @@
 const multiple = ref(true);
 const total = ref(0);
 const title = ref("");
-const height = ref(document.documentElement.clientHeight - 270 + "px;");
+const height = ref(document.documentElement.clientHeight-180 + "px;");
 const columnsVersion = ref(0);
 const data = reactive({
   // form: {},
@@ -160,16 +160,19 @@
     title: "涓讳欢鏂欏彿",
     field: "mainPartNumber",
     width: 150,
+    fixed:"left"
   },
   {
     title: "涓氬姟绫诲瀷",
     field: "businessType",
-    width: 150,
+    width: 120,
+    fixed:"left"
   },
   {
     title: "鍗曟嵁鍙�",
     field: "documentNumber",
-    width: 200,
+    width: 160,
+    fixed:"left"
   },
   // {
   //   title: "褰撳墠宸ュ簭鍙�",
@@ -180,11 +183,13 @@
     title: "闇�姹傚垎绫�",
     field: "requirementType",
     width: 100,
+    fixed:"left"
   },
   {
     title: "鍗曟嵁鐘舵��",
     field: "documentStatus",
     width: 100,
+    fixed:"left"
   },
   {
     title: "褰撳墠宸ュ簭",
diff --git a/src/views/mainPlan/plateProcessStat/index.vue b/src/views/mainPlan/plateProcessStat/index.vue
index 17ba217..1c9d002 100644
--- a/src/views/mainPlan/plateProcessStat/index.vue
+++ b/src/views/mainPlan/plateProcessStat/index.vue
@@ -101,7 +101,7 @@
 const multiple = ref(true);
 const total = ref(0);
 const title = ref("");
-const height = ref(document.documentElement.clientHeight - 270 + "px;")
+const height = ref(document.documentElement.clientHeight - 220 + "px;")
 
 
 const data = reactive({
diff --git a/src/views/mainPlan/weldSeam/index.vue b/src/views/mainPlan/weldSeam/index.vue
index 56b39ea..8b67ca3 100644
--- a/src/views/mainPlan/weldSeam/index.vue
+++ b/src/views/mainPlan/weldSeam/index.vue
@@ -181,7 +181,7 @@
 const isVisible = ref(false);
 const isError = ref(false);
 const planned = ref(true);
-const height = ref(document.documentElement.clientHeight - 210 + "px;")
+const height = ref(document.documentElement.clientHeight - 170 + "px;")
 const exampleHeight = ref("500px");
 const uploadRef = ref();
 const exampleList = ref([]);

--
Gitblit v1.9.3