From 377c0a70c094d024aeb0bb94f4b791c6d5530c1e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 06 八月 2026 10:21:55 +0800
Subject: [PATCH] 新疆_马铃薯 1.不合格管理添加拒收逻辑

---
 src/views/productionManagement/productionReporting/index.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/views/productionManagement/productionReporting/index.vue b/src/views/productionManagement/productionReporting/index.vue
index aff050f..d3f1357 100644
--- a/src/views/productionManagement/productionReporting/index.vue
+++ b/src/views/productionManagement/productionReporting/index.vue
@@ -74,7 +74,7 @@
                              prop="schedulingUserId"
                              width="400">
               <template #default="scope">
-                <el-select v-model="scope.row.schedulingUserId"
+                <el-select filterable v-model="scope.row.schedulingUserId"
                            placeholder="閫夋嫨浜哄憳"
                            :disabled="!scope.row.editType"
                            style="width: 100%;">
@@ -187,6 +187,11 @@
       width: 120,
     },
     {
+      label: "宸ユ椂锛坔锛�",
+      width: 100,
+      prop: "workHour",
+    },
+    {
       label: "宸ュ簭",
       prop: "process",
       width: 120,
@@ -197,7 +202,7 @@
       width: 120,
     },
     {
-      label: "閿�鍞悎鍚屽彿",
+      label: "璁㈠崟鍙�",
       prop: "salesContractNo",
       width: 120,
     },
@@ -259,6 +264,7 @@
           clickFun: row => {
             deleteReport(row);
           },
+          hasPermi: ['productionManagement:productionReporting:remove']
         },
       ],
     },

--
Gitblit v1.9.3