From 65f86f41dedbbbb7030e2f37ce3e001bbca4923a Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期四, 15 五月 2025 13:03:25 +0800
Subject: [PATCH] 查询日历带适用工厂

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

diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue
index af43b52..45087c9 100644
--- a/src/views/mainPlan/platePlanList/index.vue
+++ b/src/views/mainPlan/platePlanList/index.vue
@@ -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