From 8638a3df0cf157c3f626d46cfff008a858aca259 Mon Sep 17 00:00:00 2001
From: yypsybs <yypsybs@foxmail.com>
Date: 星期一, 25 九月 2023 17:15:22 +0800
Subject: [PATCH] 制造LT归集注释

---
 _Main/BL/Type_ManufactureLTImputation/StaticMethod_Transfer.qbl           |   42 +++++++++++++++++++++---------------------
 _Main/BL/Type_ManufactureLTProcessSection/StaticMethod_CreateOrUpdate.qbl |   10 +++++-----
 _Main/BL/Type_Operation/Method_OnCommitCustom.qbl                         |    4 ++--
 _Main/BL/Type_MacroPlan/Method_MappingOperationData.qbl                   |    2 +-
 4 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/_Main/BL/Type_MacroPlan/Method_MappingOperationData.qbl b/_Main/BL/Type_MacroPlan/Method_MappingOperationData.qbl
index 07e9838..a357692 100644
--- a/_Main/BL/Type_MacroPlan/Method_MappingOperationData.qbl
+++ b/_Main/BL/Type_MacroPlan/Method_MappingOperationData.qbl
@@ -76,7 +76,7 @@
                                         0.0, 0.0, false, true );
         }
         
-        ManufactureLTProcessSection::CreateOrUpdate( op );
+    //    ManufactureLTProcessSection::CreateOrUpdate( op );
     }
     info( "========" )
     // 閬嶅巻routing锛岃繘琛宭ink
diff --git a/_Main/BL/Type_ManufactureLTImputation/StaticMethod_Transfer.qbl b/_Main/BL/Type_ManufactureLTImputation/StaticMethod_Transfer.qbl
index 650b697..ae70b83 100644
--- a/_Main/BL/Type_ManufactureLTImputation/StaticMethod_Transfer.qbl
+++ b/_Main/BL/Type_ManufactureLTImputation/StaticMethod_Transfer.qbl
@@ -8,26 +8,26 @@
   Description: '绉讳氦鎺у埗鏉�'
   TextBody:
   [*
-    // yypsybs Aug-25-2023 (created)
-    if( isnull( oldMP ) ) {
-        info( "========transfer ManufactureLTImputations to macroPlan " + [String]newMP.MDSID() + "========" );
-    } else {
-        info( "========transfer ManufactureLTImputations from macroPlan " + [String]oldMP.MDSID() + " to macroPlan " + [String]newMP.MDSID() + "========" );
-    }
-    // 娓呯┖鏂扮殑锛岃�佺殑澶嶅埗鍒版柊鐨勶紝娓呯┖鑰佺殑
-    if( not isnull( oldMP ) and not isnull( newMP ) ) {
-        info( "old ManufactureLTImputation size : " + [String]oldMP.ManufactureLTImputation( relsize ) )
-        traverse( oldMP, ManufactureLTImputation, parent, true ) {
-            traverse( parent, ManufactureLTProcessSection, child, true ) {
-                  ManufactureLTProcessSection::CreateOrUpdate( newMP, parent.OrgCode(), parent.SkuID(), parent.Describe(), 
-                                                                child.ProcessSection(), child.Sequence(), child.Line(), child.SystemLT(),
-                                                               child.Edited(), child.EditLT(), child.Describe() );
-            }
-        }  
-    }
-    // 澶勭悊鏂扮殑鐨刼peration
-    traverse( newMP, Routing.RoutingStep.Operation, item ) {
-         ManufactureLTProcessSection::CreateOrUpdate( item );
-    }
+    //// yypsybs Aug-25-2023 (created)
+    //if( isnull( oldMP ) ) {
+    //    info( "========transfer ManufactureLTImputations to macroPlan " + [String]newMP.MDSID() + "========" );
+    //} else {
+    //    info( "========transfer ManufactureLTImputations from macroPlan " + [String]oldMP.MDSID() + " to macroPlan " + [String]newMP.MDSID() + "========" );
+    //}
+    //// 娓呯┖鏂扮殑锛岃�佺殑澶嶅埗鍒版柊鐨勶紝娓呯┖鑰佺殑
+    //if( not isnull( oldMP ) and not isnull( newMP ) ) {
+    //    info( "old ManufactureLTImputation size : " + [String]oldMP.ManufactureLTImputation( relsize ) )
+    //    traverse( oldMP, ManufactureLTImputation, parent, true ) {
+    //        traverse( parent, ManufactureLTProcessSection, child, true ) {
+    //              ManufactureLTProcessSection::CreateOrUpdate( newMP, parent.OrgCode(), parent.SkuID(), parent.Describe(), 
+    //                                                            child.ProcessSection(), child.Sequence(), child.Line(), child.SystemLT(),
+    //                                                           child.Edited(), child.EditLT(), child.Describe() );
+    //        }
+    //    }  
+    //}
+    //// 澶勭悊鏂扮殑鐨刼peration
+    //traverse( newMP, Routing.RoutingStep.Operation, item ) {
+    //     ManufactureLTProcessSection::CreateOrUpdate( item );
+    //}
   *]
 }
diff --git a/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_CreateOrUpdate.qbl b/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_CreateOrUpdate.qbl
index 8d40621..fe55479 100644
--- a/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_CreateOrUpdate.qbl
+++ b/_Main/BL/Type_ManufactureLTProcessSection/StaticMethod_CreateOrUpdate.qbl
@@ -30,11 +30,11 @@
         line := operationNameSplit.Element( 2 );
     }
     child := null( ManufactureLTProcessSection );
-    if( orgCode <> "" and productId <> "" and processStep <> "" and sequence <> "" ) {
-        parent := ManufactureLTImputation::CreateOrUpdate( op.RoutingStep().Routing().MacroPlan(), orgCode, productId, "" );
-        info( "DaysAsReal : " + [String]op.UserLeadTime().DaysAsReal() );
-        child := ManufactureLTProcessSection::CreateOrUpdate( parent, processStep, false, sequence, line, op.UserLeadTime().DaysAsReal(), 0.0, "" );
-    }
+    //if( orgCode <> "" and productId <> "" and processStep <> "" and sequence <> "" ) {
+    //    parent := ManufactureLTImputation::CreateOrUpdate( op.RoutingStep().Routing().MacroPlan(), orgCode, productId, "" );
+    //    info( "DaysAsReal : " + [String]op.UserLeadTime().DaysAsReal() );
+    //    child := ManufactureLTProcessSection::CreateOrUpdate( parent, processStep, false, sequence, line, op.UserLeadTime().DaysAsReal(), 0.0, "" );
+    //}
     return child;
   *]
 }
diff --git a/_Main/BL/Type_Operation/Method_OnCommitCustom.qbl b/_Main/BL/Type_Operation/Method_OnCommitCustom.qbl
index b714ef0..650047b 100644
--- a/_Main/BL/Type_Operation/Method_OnCommitCustom.qbl
+++ b/_Main/BL/Type_Operation/Method_OnCommitCustom.qbl
@@ -5,7 +5,7 @@
   TextBody:
   [*
     // yypsybs Aug-25-2023 (created)
-    info( "Operation::OnCommitCustom" )
-    ManufactureLTProcessSection::CreateOrUpdate( this );
+    //info( "Operation::OnCommitCustom" )
+    //ManufactureLTProcessSection::CreateOrUpdate( this );
   *]
 }

--
Gitblit v1.9.3