From 7fc396a604d4c33d858c9be7720d1ccfa31222b8 Mon Sep 17 00:00:00 2001
From: 18942506660 <18942506660@A18942506660>
Date: Thu, 23 Nov 2023 16:19:35 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml | 7 ++++++-
src/WMS.Web.Domain/Entitys/OutStock.cs | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml b/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml
index 3c4fd84f..f2a7be56 100644
--- a/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml
+++ b/src/WMS.Web.Api/wwwroot/WMS.Web.Domain.xml
@@ -1009,6 +1009,11 @@
单据编号
+
+
+ 出库方式 1 按箱 2 按产品
+
+
单据类型
@@ -1074,7 +1079,7 @@
明细
-
+
创建(需要在明细都生成后最后调用)
diff --git a/src/WMS.Web.Domain/Entitys/OutStock.cs b/src/WMS.Web.Domain/Entitys/OutStock.cs
index b6715c98..fea38b68 100644
--- a/src/WMS.Web.Domain/Entitys/OutStock.cs
+++ b/src/WMS.Web.Domain/Entitys/OutStock.cs
@@ -32,7 +32,7 @@ namespace WMS.Web.Domain.Entitys
[Column("BillNo")]
public string BillNo { get; set; }
///
- /// 出货方式
+ /// 出库方式 1 按箱 2 按产品
///
[Column("Method")]
public InventoryInOutMethod Method { get; set; } = InventoryInOutMethod.Box;