From 7719247e394ad08fccd7f5ec051f039b60ea8576 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 28 八月 2026 11:44:14 +0800
Subject: [PATCH] 新疆-新聚 1.主生产计划隐藏字段

---
 src/views/productionPlan/productionPlan/index.vue |   92 +++++++++++++++++++++++-----------------------
 1 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/src/views/productionPlan/productionPlan/index.vue b/src/views/productionPlan/productionPlan/index.vue
index 2c7cd47..c73a25b 100644
--- a/src/views/productionPlan/productionPlan/index.vue
+++ b/src/views/productionPlan/productionPlan/index.vue
@@ -32,21 +32,21 @@
                           style="width: 240px;"
                           @change="handleQuery" />
         </el-form-item>
-        <el-form-item label="涓嬪彂鐘舵��:"
-                      prop="status">
-          <el-select v-model="searchForm.status"
-                     placeholder="璇烽�夋嫨鐘舵��"
-                     clearable
-                     filterable
-                     style="width: 100px">
-            <el-option label="寰呬笅鍙�"
-                       value="0" />
-            <el-option label="閮ㄥ垎涓嬪彂"
-                       value="1" />
-            <el-option label="宸蹭笅鍙�"
-                       value="2" />
-          </el-select>
-        </el-form-item>
+<!--        <el-form-item label="涓嬪彂鐘舵��:"-->
+<!--                      prop="status">-->
+<!--          <el-select v-model="searchForm.status"-->
+<!--                     placeholder="璇烽�夋嫨鐘舵��"-->
+<!--                     clearable-->
+<!--                     filterable-->
+<!--                     style="width: 100px">-->
+<!--            <el-option label="寰呬笅鍙�"-->
+<!--                       value="0" />-->
+<!--            <el-option label="閮ㄥ垎涓嬪彂"-->
+<!--                       value="1" />-->
+<!--            <el-option label="宸蹭笅鍙�"-->
+<!--                       value="2" />-->
+<!--          </el-select>-->
+<!--        </el-form-item>-->
         <!-- 灞曞紑鐗堟悳绱㈡潯浠� -->
         <el-form-item label="浜у搧鍚嶇О:"
                       prop="productName">
@@ -344,37 +344,37 @@
       prop: "unit",
       width: "100px",
     },
-    {
-      label: "鎵�闇�鏁伴噺",
-      prop: "qtyRequired",
-      width: "150px",
-      dataType: "slot",
-      slot: "qtyRequired",
-      className: "volume-cell",
-    },
-    {
-      label: "涓嬪彂鐘舵��",
-      prop: "status",
-      width: "120px",
-      className: "status-cell",
-      dataType: "tag",
-      formatType: params => {
-        const typeMap = {
-          0: "warning",
-          1: "primary",
-          2: "info",
-        };
-        return typeMap[params] || "info";
-      },
-      formatData: cell => {
-        const statusMap = {
-          0: "寰呬笅鍙�",
-          1: "閮ㄥ垎涓嬪彂",
-          2: "宸蹭笅鍙�",
-        };
-        return statusMap[cell] || "";
-      },
-    },
+    // {
+    //   label: "鎵�闇�鏁伴噺",
+    //   prop: "qtyRequired",
+    //   width: "150px",
+    //   dataType: "slot",
+    //   slot: "qtyRequired",
+    //   className: "volume-cell",
+    // },
+    // {
+    //   label: "涓嬪彂鐘舵��",
+    //   prop: "status",
+    //   width: "120px",
+    //   className: "status-cell",
+    //   dataType: "tag",
+    //   formatType: params => {
+    //     const typeMap = {
+    //       0: "warning",
+    //       1: "primary",
+    //       2: "info",
+    //     };
+    //     return typeMap[params] || "info";
+    //   },
+    //   formatData: cell => {
+    //     const statusMap = {
+    //       0: "寰呬笅鍙�",
+    //       1: "閮ㄥ垎涓嬪彂",
+    //       2: "宸蹭笅鍙�",
+    //     };
+    //     return statusMap[cell] || "";
+    //   },
+    // },
     {
       label: "宸蹭笅鍙戞暟閲�",
       prop: "quantityIssued",

--
Gitblit v1.9.3