From 6566fbf8b6a78296e81540731d5c10c97ee97857 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期四, 24 四月 2025 08:52:12 +0800
Subject: [PATCH] 日历管理新增,修改,删除,分页,查询功能提交

---
 src/views/mainPlan/platePlan/index.vue |  286 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 143 insertions(+), 143 deletions(-)

diff --git a/src/views/mainPlan/platePlan/index.vue b/src/views/mainPlan/platePlan/index.vue
index 9c5b432..38fc61f 100644
--- a/src/views/mainPlan/platePlan/index.vue
+++ b/src/views/mainPlan/platePlan/index.vue
@@ -433,46 +433,46 @@
   { field: 'expand', type: 'expand', width: 60, align: 'center', slots: { content: 'expandContent' } },
   { type: 'checkbox', width: 60, align:"center"},
   { type: 'seq', title: '搴忓彿', width: 60 },
-  {
-    title: '涓昏鍒掑憳',
-    field: 'masterPlanner',
-    width: 100,
-  },
-  {
-    title: '鍛ㄦ棩',
-    field: 'weekDay',
-    width: 100,
-    formatter: (({ cellValue, row, column }) => {
-      if (cellValue) {
-        const weekDay = new Date(cellValue);
-        const year = weekDay.getFullYear();
-        const month = String(weekDay.getMonth() + 1).padStart(2, '0');
-        const day = String(weekDay.getDate()).padStart(2, '0');
-        return `${month}-${day}`;
-      }
-      return '';
-    })
-  },
-  {
-    title: '鍛ㄥ害',
-    field: 'weekCycle',
-    width: 80,
-  },
+  // {
+  //   title: '涓昏鍒掑憳',
+  //   field: 'masterPlanner',
+  //   width: 100,
+  // },
+  // {
+  //   title: '鍛ㄦ棩',
+  //   field: 'weekDay',
+  //   width: 100,
+  //   formatter: (({ cellValue, row, column }) => {
+  //     if (cellValue) {
+  //       const weekDay = new Date(cellValue);
+  //       const year = weekDay.getFullYear();
+  //       const month = String(weekDay.getMonth() + 1).padStart(2, '0');
+  //       const day = String(weekDay.getDate()).padStart(2, '0');
+  //       return `${month}-${day}`;
+  //     }
+  //     return '';
+  //   })
+  // },
+  // {
+  //   title: '鍛ㄥ害',
+  //   field: 'weekCycle',
+  //   width: 80,
+  // },
   {
     title: '涓讳欢鏂欏彿',
     field: 'mainPartNumber',
     width: 150,
   },
-  {
-    title: '涓讳欢鍥惧彿',
-    field: 'mainPartDrawingNumber',
-    width: 150,
-  },
-  {
-    title: '瀹㈡埛鍚嶇О',
-    field: 'customer',
-    width: 200,
-  },
+  // {
+  //   title: '涓讳欢鍥惧彿',
+  //   field: 'mainPartDrawingNumber',
+  //   width: 150,
+  // },
+  // {
+  //   title: '瀹㈡埛鍚嶇О',
+  //   field: 'customer',
+  //   width: 200,
+  // },
   {
     title: '涓氬姟绫诲瀷',
     field: 'businessType',
@@ -503,21 +503,21 @@
     field: 'drawingNo',
     width: 100,
   },
-  {
-    title: '鐗堟湰鍙�',
-    field: 'versionNumber',
-    width: 100,
-  },
+  // {
+  //   title: '鐗堟湰鍙�',
+  //   field: 'versionNumber',
+  //   width: 100,
+  // },
   {
     title: '鐢熶骇鏁伴噺',
     field: 'productionQuantity',
     width: 100,
   },
-  {
-    title: '鑹搧鏁伴噺',
-    field: 'goodProductsQuantity',
-    width: 100,
-  },
+  // {
+  //   title: '鑹搧鏁伴噺',
+  //   field: 'goodProductsQuantity',
+  //   width: 100,
+  // },
   {
     title: '宸ュ簭鍙�',
     field: 'processNumber',
@@ -528,91 +528,91 @@
     field: 'workCenter',
     width: 180,
   },
-  {
-    title: '鎵�灞為儴闂�',
-    field: 'department',
-    width: 100,
-  },
-  {
-    title: '璁″垝寮�宸ユ棩',
-    field: 'planStartDay',
-    width: 100,
-  },
+  // {
+  //   title: '鎵�灞為儴闂�',
+  //   field: 'department',
+  //   width: 100,
+  // },
+  // {
+  //   title: '璁″垝寮�宸ユ棩',
+  //   field: 'planStartDay',
+  //   width: 100,
+  // },
   {
     title: '璁″垝瀹屽伐鏃�',
     field: 'planEndDay',
     width: 100,
   },
-  {
-    title: '澶囨枡鏂欏彿',
-    field: 'standbyNumber',
-    width: 100,
-  },
-  {
-    title: '澶囨枡鍚嶇О',
-    field: 'standbyName',
-    width: 100,
-  },
-  {
-    title: '澶囨枡搴撳瓨',
-    field: 'standbyStock',
-    width: 100,
-  },
-  {
-    title: '涓嬮亾宸ュ簭鎵�灞為儴闂�',
-    field: 'nextProcessDeparment',
-    width: 160,
-  },
-  {
-    title: '鏄惁鎸傝捣',
-    field: 'isSuspended',
-    width: 100,
-  },
-  {
-    title: '澶栧崗鏍囪瘑',
-    field: 'isOutsourcing',
-    width: 100,
-  },
-  {
-    title: '璐﹀',
-    field: 'account',
-    width: 100,
-  },
-  {
-    title: '涓婇樁鐗╂枡',
-    field: 'advancedMaterials',
-    width: 100,
-  },
-  {
-    title: '涓婇樁鍗曟嵁鍙�',
-    field: 'advancedDocumentNumber',
-    width: 100,
-  },
-  {
-    title: '涓婇樁闇�姹傛棩鏈�',
-    field: 'advancedRequirementDay',
-    width: 100,
-  },
-  {
-    title: '璁″垝榻愬',
-    field: 'isPlanComplete',
-    width: 100,
-  },
-  {
-    title: '搴撳瓨榻愬',
-    field: 'isStockComplete',
-    width: 100,
-  },
-  {
-    title: '鏄惁鏈夋姌杩斿伐搴�',
-    field: 'hasTurnback',
-    width: 120,
-  },
-  {
-    title: '椋庨櫓鏍囪瘑',
-    field: 'hasRisk',
-    width: 100,
-  },
+  // {
+  //   title: '澶囨枡鏂欏彿',
+  //   field: 'standbyNumber',
+  //   width: 100,
+  // },
+  // {
+  //   title: '澶囨枡鍚嶇О',
+  //   field: 'standbyName',
+  //   width: 100,
+  // },
+  // {
+  //   title: '澶囨枡搴撳瓨',
+  //   field: 'standbyStock',
+  //   width: 100,
+  // },
+  // {
+  //   title: '涓嬮亾宸ュ簭鎵�灞為儴闂�',
+  //   field: 'nextProcessDeparment',
+  //   width: 160,
+  // },
+  // {
+  //   title: '鏄惁鎸傝捣',
+  //   field: 'isSuspended',
+  //   width: 100,
+  // },
+  // {
+  //   title: '澶栧崗鏍囪瘑',
+  //   field: 'isOutsourcing',
+  //   width: 100,
+  // },
+  // {
+  //   title: '璐﹀',
+  //   field: 'account',
+  //   width: 100,
+  // },
+  // {
+  //   title: '涓婇樁鐗╂枡',
+  //   field: 'advancedMaterials',
+  //   width: 100,
+  // },
+  // {
+  //   title: '涓婇樁鍗曟嵁鍙�',
+  //   field: 'advancedDocumentNumber',
+  //   width: 100,
+  // },
+  // {
+  //   title: '涓婇樁闇�姹傛棩鏈�',
+  //   field: 'advancedRequirementDay',
+  //   width: 100,
+  // },
+  // {
+  //   title: '璁″垝榻愬',
+  //   field: 'isPlanComplete',
+  //   width: 100,
+  // },
+  // {
+  //   title: '搴撳瓨榻愬',
+  //   field: 'isStockComplete',
+  //   width: 100,
+  // },
+  // {
+  //   title: '鏄惁鏈夋姌杩斿伐搴�',
+  //   field: 'hasTurnback',
+  //   width: 120,
+  // },
+  // {
+  //   title: '椋庨櫓鏍囪瘑',
+  //   field: 'hasRisk',
+  //   width: 100,
+  // },
 ]);
 
 
@@ -808,24 +808,24 @@
       width: 200,
       align:"center",
     },
-    {
-      title: '鏈紑宸ユ暟閲�',
-      field: 'notStartWorkCount',
-      width: 90,
-      align:"center",
-    },
-    {
-      title: '宸插畬鎴愭暟閲�',
-      field: 'completedCount',
-      width: 90,
-      align:"center",
-    },
-    {
-      title: '搴熷純鏁伴噺',
-      field: 'discardCount',
-      width: 90,
-      align:"center",
-    },
+    // {
+    //   title: '鏈紑宸ユ暟閲�',
+    //   field: 'notStartWorkCount',
+    //   width: 90,
+    //   align:"center",
+    // },
+    // {
+    //   title: '宸插畬鎴愭暟閲�',
+    //   field: 'completedCount',
+    //   width: 90,
+    //   align:"center",
+    // },
+    // {
+    //   title: '搴熷純鏁伴噺',
+    //   field: 'discardCount',
+    //   width: 90,
+    //   align:"center",
+    // },
     {
       title: '鏍囧噯宸ユ椂',
       field: 'standardTime',

--
Gitblit v1.9.3