From 63edfee9e4f8b3f5810386815816e126312eb6a6 Mon Sep 17 00:00:00 2001
From: lihongji <3117313295@qq.com>
Date: 星期三, 05 六月 2024 15:05:03 +0800
Subject: [PATCH] 库存更新优化

---
 _Main/UI/MacroPlannerWebApp/Component_FormInventoryPointSelection/Response_ListInventoryPointSelection_mEnable_OnClick.def |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPointSelection/Response_ListInventoryPointSelection_mEnable_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPointSelection/Response_ListInventoryPointSelection_mEnable_OnClick.def
index c36de39..23c8be4 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPointSelection/Response_ListInventoryPointSelection_mEnable_OnClick.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormInventoryPointSelection/Response_ListInventoryPointSelection_mEnable_OnClick.def
@@ -7,6 +7,10 @@
   #keys: '[413988.0.1235645466]'
   DefinitionID => /ListInventoryPointSelection/Responsedef_ListInventoryPointSelection_WebMenu_OnClick
   Initiator: 'mEnable'
+  Precondition:
+  [*
+    return selection.StockpoingPoint() <> "";
+  *]
   QuillAction
   {
     Body:

--
Gitblit v1.9.3