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/BllExportAllot.cs | 26 ++++++++++++++++++++++++--
1 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
index 2e8db41..0718c18 100644
--- a/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
+++ b/Wms/WMS.Entity/BllSoEntity/BllExportAllot.cs
@@ -116,14 +116,14 @@
/// Default:
/// Nullable:False
/// </summary>
- public int Qty {get;set;}
+ public decimal Qty {get;set;}
/// <summary>
/// Desc:鎷h揣鏁伴噺
/// Default:
/// Nullable:True
/// </summary>
- public int? CompleteQty {get;set;}
+ public decimal? CompleteQty {get;set;}
/// <summary>
/// Desc:鐘舵��
@@ -153,6 +153,28 @@
/// </summary>
public string OutMode { get; set; }
+ /// <summary>
+ /// Desc:瑁呰溅鍙�
+ /// Default:
+ /// Nullable:True
+ /// </summary>
+ public string LoadingAddre { get; set; }
+
+ /// <summary>
+ /// Desc:鎷嗗灈妯″紡
+ /// Default:
+ /// Nullable:True
+ /// </summary>
+ public string UnstackingMode { get; set; }
+
+
+ /// <summary>
+ /// 鏄惁鎶芥鎵� 0锛氬惁 1锛氭槸
+ /// Default:
+ /// Nullable:True
+ /// </summary>
+ public string InspectMark { get; set; }
+
[Navigate(NavigateType.OneToOne, nameof(LogisticsId))]
public SysLogisticsInfo LogisticsInfoInfo { get; set; }
--
Gitblit v1.8.0