From ba4e2d066c37d9439c1446e5d6ba7dc6b15db7d7 Mon Sep 17 00:00:00 2001
From: yuyou_x <2336760928@qq.com>
Date: 星期二, 26 三月 2024 16:27:22 +0800
Subject: [PATCH] 修改拣货信息双提示问题。排查并修改平库出库流程。
---
Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs b/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs
index aa41732..b0afa5a 100644
--- a/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs
+++ b/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs
@@ -205,6 +205,20 @@
public string ProductionTime { get; set; }
public string ExpirationTime { get; set; }
public string StoreTime { get; set; }
+ public string SupplierLot { get; set; }
+
+ }
+
+ /// <summary>
+ /// 琛ユ墦鐗╂枡鏍囩Vm
+ /// </summary>
+ public class BuDaLabelBoxVm
+ {
+ public string BoxNo { get; set; }
+ public string EndBoxNo { get; set; }
+ public string BoxNo2 { get; set; }
+ public string EndBoxNo2 { get; set; }
+ public string Type { get; set; }
}
--
Gitblit v1.8.0