From 4a91989724fb5980b8f96df720cbda678524d82f Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 21 四月 2023 17:04:34 +0800
Subject: [PATCH] 称重入库模块生成条码增加写入客户、流转卡号

---
 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 fd7de8a..94d7038 100644
--- a/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
+++ b/WebAPI/Controllers/CJGL/Sc_ProcessExchangeBillController.cs
@@ -1006,6 +1006,8 @@
                     oBill.DetailColl[i].HBackProc = oItemSub.HBackProc;
                     oBill.DetailColl[i].HPrevSourceInterID = oItemSub.HPrevSourceInterID;
                     oBill.DetailColl[i].HPrevSourceEntryID = oItemSub.HPrevSourceEntryID;
+                    oBill.DetailColl[i].HRemark = oItemSub.HRemark;
+                    oBill.DetailColl[i].HTechnologyParameter = oItemSub.HTechnologyParameter;
                     i++;
                 }
 

--
Gitblit v1.9.1