From c70ff9aa94e34f968851e813a0b80a25a7b4ea74 Mon Sep 17 00:00:00 2001 From: hongjli <3117313295@qq.com> Date: 星期二, 05 九月 2023 14:15:23 +0800 Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/dev' --- _Main/BL/Type_MacroPlan/Method_MappingOperationBOMDataSupplyPurchase.qbl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_Main/BL/Type_MacroPlan/Method_MappingOperationBOMDataSupplyPurchase.qbl b/_Main/BL/Type_MacroPlan/Method_MappingOperationBOMDataSupplyPurchase.qbl index 41be758..ab499a8 100644 --- a/_Main/BL/Type_MacroPlan/Method_MappingOperationBOMDataSupplyPurchase.qbl +++ b/_Main/BL/Type_MacroPlan/Method_MappingOperationBOMDataSupplyPurchase.qbl @@ -8,8 +8,8 @@ { TextBody: [* - routingId := orgCode + "_" + productId; - unitId := orgCode + "_PR_" + productId; + routingId := "PR_"+orgCode + "_" + productId; + unitId := "渚涘簲鍟�"; routingStepName := "Purchase"; operationId := orgCode + "_PR_" + productId; routing := Routing::CreateOrUpdate( this, routingId ); -- Gitblit v1.9.3