From c68366f4601f543e90ff2e81633c2a166e0c819d Mon Sep 17 00:00:00 2001
From: hongji.li <hongji.a.li@capgemini.com>
Date: 星期三, 08 十一月 2023 15:36:20 +0800
Subject: [PATCH] 优化手动添加模组&面板对应关系

---
 _Main/Sys/ImgAttr/Product_MP.dme |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/_Main/Sys/ImgAttr/Product_MP.dme b/_Main/Sys/ImgAttr/Product_MP.dme
index a660d95..ac4f0ae 100644
--- a/_Main/Sys/ImgAttr/Product_MP.dme
+++ b/_Main/Sys/ImgAttr/Product_MP.dme
@@ -45,6 +45,25 @@
       }
     ]
   }
+  ImageDataMember ImgIsPanel
+  {
+    #keys: '1[414702.1.418500741]'
+    ImageSpecifications:
+    [
+      ImageDataMemberImageSpecification
+      {
+        Image: 'CHECK'
+        Quill: 'object.IsPanelMaterial()'
+        Value: 'IsPanel'
+      }
+      ImageDataMemberImageSpecification
+      {
+        Image: 'DELETE2'
+        Quill: 'not object.IsPanelMaterial()'
+        Value: 'NotIsPanel'
+      }
+    ]
+  }
   ImageDataMember Type
   {
     #keys: '1[11660.0.24511487]'

--
Gitblit v1.9.3