From ed903443d28d390401904427bd1c1befaade33bb Mon Sep 17 00:00:00 2001
From: Rodney Chen <rodney.chen@hotmail.com>
Date: 星期二, 18 三月 2025 10:16:46 +0800
Subject: [PATCH] 优化清点逻辑again

---
 Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN.cs |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN.cs b/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN.cs
index 88ec62d..c14dca7 100644
--- a/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN.cs
+++ b/Tiger.Model.Net/Entitys/WMS/BIZ_U9_ASN.cs
@@ -165,16 +165,10 @@
 			Arrived = 2,
 			[Description("娓呯偣涓�")]
 			Counting = 3,
-			[Description("妫�楠屼腑")]
-			InQC = 4,
-			[Description("涓婃灦涓�")]
-			Storing = 5,
-			[Description("寰呭鏍�")]
-			Review = 6,
 			[Description("宸插畬鎴�")]
-			Finished = 7,
+			Finished = 4,
 			[Description("宸蹭綔搴�")]
-			Cancel = 8,
+			Cancel = 5,
 		}
 		#endregion
 

--
Gitblit v1.9.3