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