From 01a0dbc37d2df7557f6bab27a8f3f78970b8251e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 01 四月 2026 17:39:03 +0800
Subject: [PATCH] 军泰伟业 1.军泰伟业-库存管理增加库位 2.军泰伟业-生产入库要审核,加个入库审核菜单,入库数量,库位,通过不通过

---
 src/views/productionManagement/productionProcess/index.vue |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/views/productionManagement/productionProcess/index.vue b/src/views/productionManagement/productionProcess/index.vue
index 67430cb..bdbebff 100644
--- a/src/views/productionManagement/productionProcess/index.vue
+++ b/src/views/productionManagement/productionProcess/index.vue
@@ -98,10 +98,21 @@
       label: "宸ュ簭鍚嶇О",
       prop: "name",
     },
-
     {
-      label: "宸ヨ祫瀹氶",
-      prop: "salaryQuota",
+      label: "鎶ュ伐鏉冮檺",
+      prop: "userPower",
+      width: 200,
+    },
+    // {
+    //   label: "宸ヨ祫瀹氶",
+    //   prop: "salaryQuota",
+    // },
+    {
+      label: "鏄惁璐ㄦ",
+      prop: "isQuality",
+      formatData: (params) => {
+        return params ? "鏄�" : "鍚�";
+      },
     },
     {
       label: "澶囨敞",

--
Gitblit v1.9.3