From af1c9e588f1de0240390648f9bb56aa486870aff Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期五, 16 五月 2025 17:40:18 +0800
Subject: [PATCH] 提交高度修改;

---
 src/views/mainPlan/platePlanList/index.vue |   56 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index af43b52..593c557 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/src/views/mainPlan/platePlanList/index.vue
@@ -55,7 +55,7 @@
         >
       </el-col>
 
-      <right-toolbar :search="false" @queryTable="getList"></right-toolbar>
+      <right-toolbar :search="false" @refreshTable="getList"></right-toolbar>
     </el-row>
 
     <HxlhTable
@@ -133,7 +133,7 @@
 const multiple = ref(true);
 const total = ref(0);
 const title = ref("");
-const height = ref(document.documentElement.clientHeight - 180 + "px;");
+const height = ref(document.documentElement.clientHeight - 170 + "px;");
 const columnsVersion = ref(0);
 const data = reactive({
   // form: {},
@@ -166,112 +166,112 @@
     {
       title: t("plan.table.mainPartCustomer"),
       field: "customer",
-      width: 150,
+      width: "200",
       fixed: "left",
     },
     {
       title: t("plan.table.mainPartNumber"),
       field: "mainPartNumber",
-      width: 120,
+      width: "120",
       fixed: "left",
     },
     {
       title: t("plan.table.businessType"),
       field: "businessType",
-      width: 90,
+      width: "auto",
       fixed: "left",
     },
     {
       title: t("plan.table.documentNumber"),
       field: "documentNumber",
-      width: 140,
+      width: "180",
       fixed: "left",
     },
     {
       title: t("plan.table.requirementType"),
       field: "requirementType",
-      width: 100,
+      width: "auto",
       fixed: "left",
     },
     {
       title: t("plan.table.documentStatus"),
       field: "documentStatus",
-      width: 70,
+      width: "auto",
       fixed: "left",
     },
-    {
-      title: t("plan.table.updateBy"),
-      field: "updateBy",
-      width: 100,
-    },
+    // {
+    //   title: t("plan.table.updateBy"),
+    //   field: "updateBy",
+    //   width: "auto",
+    // },
     {
       title: t("plan.table.workCenter"),
       field: "workCenter",
-      width: 200,
+      width: "180",
     },
     {
       title: t("plan.table.department"),
       field: "department",
-      width: 200,
+      width: "auto",
     },
     {
       title: t("plan.table.opStatus"),
       field: "opStatus",
-      width: 200,
+      width: "auto",
     },
     {
       title: t("plan.table.nextOpName"),
       field: "nextOpName",
-      width: 100,
+      width: "auto",
     },
     {
       title: t("plan.table.nextProcessDeparment"),
       field: "nextProcessDeparment",
-      width: 200,
+      width: "auto",
     },
     {
       title: t("plan.table.itemNumber"),
       field: "itemNumber",
-      width: 150,
+      width: "auto",
       type: "html",
     },
     {
       title: t("plan.table.drawingNo"),
       field: "drawingNo",
-      width: 150,
+      width: "auto",
       // format: 'YYYY-MM-DD'
     },
     {
       title: t("plan.table.versionNumber"),
       field: "versionNumber",
-      width: 100,
+      width: "auto",
       type: "html",
     },
     {
       title: t("plan.table.cheaperCode"),
-      field: "cheaperCode",
-      width: 100,
+      field: "lowOrderCode",
+      width: "auto",
     },
     {
       title: t("plan.table.productionQuantity"),
       field: "productionQuantity",
-      width: 100,
+      width: "auto",
       type: "html",
     },
     {
       title: t("plan.table.workorderCreationTime"),
       field: "orderCreateTime",
-      width: 200,
+      width: "160",
     },
     {
       title: t("plan.table.workOrderReviewTime"),
       field: "approveOn",
-      width: 200,
+      width: "160",
     },
     {
       title: t("plan.table.workOrderStartTime"),
       field: "startWorkDate",
-      width: 200,
+      width: "auto",
     },
     // {
     //   title: t("plan.table.planworkOrderTime"),
@@ -281,7 +281,7 @@
     {
       title: t("plan.table.planEndDay"),
       field: "planEndDay",
-      width: 150,
+      width: "auto",
       format: "YYYY-MM-DD hh:mm:ss",
     },
   ]

--
Gitblit v1.9.3