From b3af6ad7ee5f457fb289bfb90b45f1a5dc4dc53a Mon Sep 17 00:00:00 2001
From: admin <admin@admin.com>
Date: 星期三, 09 十月 2024 19:40:55 +0800
Subject: [PATCH] 上线计划优化
---
_Main/BL/Type_AssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_Main/BL/Type_AssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl b/_Main/BL/Type_AssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl
index d262ddd..1d69434 100644
--- a/_Main/BL/Type_AssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl
+++ b/_Main/BL/Type_AssemblyOnlinePlanCell/StaticMethod_RefreshData.qbl
@@ -12,11 +12,11 @@
// 鎵捐閰嶇嚎琛�
oprs := selectsortedset( opt, OfflinePlanRow, tempOPR,
- // tempOPR.ProductionLine() = "DL MoMo"
- // or
+ tempOPR.ProductionLine() = "DL MoMo"
+ or
tempOPR.ProductionLine() = "CC MoMo"
- // or
- // tempOPR.ProductionLine() = "DL ZKM"
+ or
+ tempOPR.ProductionLine() = "DL ZKM"
,
tempOPR.ProductionLine(), tempOPR.ProductID(), tempOPR.Type() );
opcs := selectsortedset( opt, OfflinePlanColumn, tempOPC, true, tempOPC.ColumnDate() );
--
Gitblit v1.9.3