From 557f02072fa311eefe3123aa44afebac22adc465 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期五, 24 四月 2026 17:24:43 +0800
Subject: [PATCH] 4-24

---
 项目代码/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetZCInfo.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetZCInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetZCInfo.cs"
index e0ba667..e2ef916 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetZCInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetZCInfo.cs"
@@ -63,7 +63,9 @@
                 record_inboundTime = container.DateDiffResult,
                 record_lotNumber = container.containerdtl_lotNumber == "" ? "0" : container.containerdtl_lotNumber,
                 record_ProductDate = container.containerdtl_ProductDate == "" ? "0" : container.containerdtl_ProductDate,
-                Standard_value = container.Standard_value
+                Standard_value = container.Standard_value,
+                Standard_value_NumResult = container.Standard_value_NumResult,
+                Placeoforigin = container.Placeoforigin
             };
             dt_selectionRecordRepository.Instance.Add(record, true);
 
@@ -246,7 +248,10 @@
                 record_inboundTime = "鎵嬪姩閫夐厤",
                 record_lotNumber = "鎵嬪姩閫夐厤",
                 record_ProductDate = "鎵嬪姩閫夐厤",
-                Standard_value = detail_hty.Standard_value
+                Standard_value = detail_hty.Standard_value,
+                Standard_value_NumResult = detail_hty.Standard_value_NumResult,
+                Placeoforigin = detail_hty.Placeoforigin
+                
 
             };
             dt_selectionRecordRepository.Instance.Add(record, true);

--
Gitblit v1.9.3