From 2fb930ae07c12dbd5045596363a459a7726b3d6c Mon Sep 17 00:00:00 2001 From: 陈清红 <420599804@qq.com> Date: 星期三, 20 十一月 2024 15:13:10 +0800 Subject: [PATCH] 下线计划非0变红 --- _Main/Sys/Repr/Global/NewAssemblyOnlinePlanCell.qrp | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/_Main/Sys/Repr/Global/NewAssemblyOnlinePlanCell.qrp b/_Main/Sys/Repr/Global/NewAssemblyOnlinePlanCell.qrp index c8ae0df..59a9871 100644 --- a/_Main/Sys/Repr/Global/NewAssemblyOnlinePlanCell.qrp +++ b/_Main/Sys/Repr/Global/NewAssemblyOnlinePlanCell.qrp @@ -25,6 +25,14 @@ DefaultBackgroundColor: false InheritConversion: false } + DataRepresentation.Conditional + { + BackgroundColor: '$FF0066' + ConditionBody: 'object.Quantity() < 0.0' + ConversionBody: '' + DefaultBackgroundColor: false + InheritConversion: false + } ] } AttributeRepresentation ShiftPatternEnd -- Gitblit v1.9.3