From dd45231398da022f9cf6ee76f488257fef5c5afe Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期日, 26 四月 2026 16:13:28 +0800
Subject: [PATCH] feat(AGV): 添加极卷库管理
---
Code/WCS/WIDESEAWCS_Client/src/extension/taskinfo/taskHty.jsx | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/src/extension/taskinfo/taskHty.jsx b/Code/WCS/WIDESEAWCS_Client/src/extension/taskinfo/taskHty.jsx
index 642855b..5581028 100644
--- a/Code/WCS/WIDESEAWCS_Client/src/extension/taskinfo/taskHty.jsx
+++ b/Code/WCS/WIDESEAWCS_Client/src/extension/taskinfo/taskHty.jsx
@@ -30,6 +30,27 @@
// 鍙傛暟锛歱aram 鏌ヨ鍙傛暟瀵硅薄銆�
// 杩斿洖鍊硷細true 缁х画鏌ヨ锛宖alse 缁堟鏌ヨ銆�
searchBefore(param) {
+ const roadwayFilter1 = {
+ name: "roadway",
+ value: "ZJSC1",
+ displayType: "notequal",
+ };
+
+ // 绗簩涓繃婊ゆ潯浠�
+ const roadwayFilter2 = {
+ name: "roadway",
+ value: "FJSC1",
+ displayType: "notequal",
+ };
+
+ if (!param.wheres) {
+ param.wheres = [];
+ }
+
+ // 灏嗕袱涓繃婊ゆ潯浠舵坊鍔犲埌鏌ヨ鍙傛暟涓�
+ param.wheres.push(roadwayFilter1);
+ param.wheres.push(roadwayFilter2);
+ return true;
return true;
},
--
Gitblit v1.9.3