From 1517fd1a8a5ab43a6beeeebb6e899e235a3c8752 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 14 十月 2024 11:30:14 +0800
Subject: [PATCH] 流转卡子表添加工艺路线id字段

---
 WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
index e73414c..7b484c2 100644
--- a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
+++ b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
@@ -2341,6 +2341,8 @@
                         oItemSubs.HSeOrderInterID = 0;
                         oItemSubs.HSeOrderEntryID = 0;
                         oItemSubs.HSNCtrl = false;
+                        oItemSubs.HRoutingBillMainID = Pub_Class.ClsPub.isLong(ds.Tables[0].Rows[i]["HRoutingID"]);
+                        oItemSubs.HRoutingBillEntryID = Pub_Class.ClsPub.isLong(ds.Tables[0].Rows[i]["HRoutingEntryID"]);
 
                         oBill.DetailColl.Add(oItemSubs);//娣诲姞鏄庣粏琛屽��                
                     }

--
Gitblit v1.9.1