From 3fa1df3286670f5480fc1eca31ef81d30b6865f5 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 30 四月 2026 16:31:36 +0800
Subject: [PATCH] 已结束订单的报工扫码限制,以及一些废弃接口处理
---
src/pages/productionManagement/productionOrder/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/pages/productionManagement/productionOrder/index.vue b/src/pages/productionManagement/productionOrder/index.vue
index 3a55461..4894507 100644
--- a/src/pages/productionManagement/productionOrder/index.vue
+++ b/src/pages/productionManagement/productionOrder/index.vue
@@ -154,6 +154,7 @@
2: "杩涜涓�",
3: "宸插畬鎴�",
4: "宸插彇娑�",
+ 5: "宸茬粨鏉�",
};
return statusMap[status] || "鏈煡";
};
@@ -164,7 +165,8 @@
1: "primary",
2: "warning",
3: "success",
- 4: "danger",
+ 4: "info",
+ 5: "danger",
};
return typeMap[status] || "info";
};
--
Gitblit v1.9.3