From b2d25faa69ee7e9f24b6ac98d3b4dcbddada70bc Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期四, 14 三月 2024 13:37:15 +0800
Subject: [PATCH] 修改pda托盘绑定同一物料多批次 无法具体选中批次问题。
---
Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs b/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
index cc2dba3..c7580de 100644
--- a/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
+++ b/Wms/WMS.Entity/BllSoEntity/BLLExportNoticeDetail.cs
@@ -66,28 +66,28 @@
/// Default:
/// Nullable:False
/// </summary>
- public int Qty {get;set;}
+ public decimal Qty {get;set;}
/// <summary>
/// Desc:鍒嗛厤鏁伴噺
/// Default:
/// Nullable:True
/// </summary>
- public int? AllotQty {get;set;}
+ public decimal? AllotQty {get;set;}
/// <summary>
/// Desc:涓嬫灦鏁伴噺
/// Default:0
/// Nullable:True
/// </summary>
- public int? FactQty {get;set;}
+ public decimal? FactQty {get;set;}
/// <summary>
/// Desc:鎷h揣鏁伴噺
/// Default:0
/// Nullable:True
/// </summary>
- public int? CompleteQty {get;set;}
+ public decimal? CompleteQty {get;set;}
/// <summary>
/// Desc:鍖呰缂栫爜
@@ -148,6 +148,14 @@
public string OrderDetailCode { get; set; }
/// <summary>
+ /// Desc:鏄惁涓嬪彂鎵规(涓婃父绯荤粺)
+ /// Default: 0锛氭湭涓嬪彂鎵规 1锛氫笅鍙戞壒娆�
+ /// Nullable:True
+ /// </summary>
+ public string IsIssueLotNo { get; set; }
+
+
+ /// <summary>
/// 鑷畾涔夊垪1
/// </summary>
public string UDF1 { get; set; }
--
Gitblit v1.8.0