From b532ba8806996246ab7a0896bf34b884c47dee7e Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期二, 14 四月 2026 14:06:25 +0800
Subject: [PATCH] 试生产版本
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA.Services/Common/GetZCInfo.cs | 9 ++++++---
1 files changed, 6 insertions(+), 3 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 9223f7e..e0ba667 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"
@@ -61,8 +61,9 @@
record_direction = "left".Equals(direction) ? "宸︿晶" : "鍙充晶",
record_outstation = target,
record_inboundTime = container.DateDiffResult,
- record_lotNumber=container.containerdtl_lotNumber==""?"0": container.containerdtl_lotNumber,
- record_ProductDate=container.containerdtl_ProductDate == "" ? "0" : container.containerdtl_ProductDate
+ record_lotNumber = container.containerdtl_lotNumber == "" ? "0" : container.containerdtl_lotNumber,
+ record_ProductDate = container.containerdtl_ProductDate == "" ? "0" : container.containerdtl_ProductDate,
+ Standard_value = container.Standard_value
};
dt_selectionRecordRepository.Instance.Add(record, true);
@@ -244,7 +245,9 @@
record_outstation = "鎵嬪姩閫夐厤",
record_inboundTime = "鎵嬪姩閫夐厤",
record_lotNumber = "鎵嬪姩閫夐厤",
- record_ProductDate = "鎵嬪姩閫夐厤"
+ record_ProductDate = "鎵嬪姩閫夐厤",
+ Standard_value = detail_hty.Standard_value
+
};
dt_selectionRecordRepository.Instance.Add(record, true);
--
Gitblit v1.9.3