From 316564c9b8ca21287def1bd25b4ce4060c8cdafe Mon Sep 17 00:00:00 2001
From: lazhen <17772815105@139.com>
Date: 星期四, 05 十二月 2024 10:44:06 +0800
Subject: [PATCH] 装配上线计划到数据中台添加字段备注

---
 _Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_RefreshData.qbl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/_Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_RefreshData.qbl b/_Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_RefreshData.qbl
index b779133..d98898d 100644
--- a/_Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_RefreshData.qbl
+++ b/_Main/BL/Type_AssemblyOnlinePlanVersion/StaticMethod_RefreshData.qbl
@@ -38,6 +38,7 @@
           cell             := column.Cell( relnew, InventoryWeight := 0, ProductionSerialNumber := 0, Quantity := 0, Shift := '', Value := '' );
           row.Cell( relinsert, cell );
         }
+        cell.Note( aopcell.Note() );
         cell.Order( aopcell.Order() );
         cell.OrderNr( aopcell.OrderNr() );
         cell.Quantity( aopcell.Quantity() );

--
Gitblit v1.9.3