From 7a4c218909936721fe281737491d10efc7378e09 Mon Sep 17 00:00:00 2001
From: dengjunjie <dengjunjie@hnkhzn.com>
Date: 星期五, 19 七月 2024 17:53:30 +0800
Subject: [PATCH] 优化工单信息页面

---
 代码管理/WMS/WMS_Server/WIDESEA_WMS/ToMes/OutsourceInbound.cs |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_WMS/ToMes/OutsourceInbound.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_WMS/ToMes/OutsourceInbound.cs"
index aa074ec..23b5100 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_WMS/ToMes/OutsourceInbound.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WMS_Server/WIDESEA_WMS/ToMes/OutsourceInbound.cs"
@@ -89,15 +89,14 @@
                             station.quantity = station.quantity - 1;
                             if (station.quantity < 1)
                             {
-                                station.quantity = 0;
+                                station.quantity = 1;
                                 station.stationType = string.Empty;
                                 station.heatNumber = string.Empty;
                                 station.Number = string.Empty;
                                 station.billetID = string.Empty;
                                 station.bindSN = string.Empty;
-                                station.enable = false;
-                                station.tray_status = string.Empty;
-                                station.location_state = LocationStateEnum.Empty.ToString();
+                                station.tray_status = "EmptyTrayss";
+                                station.location_state = LocationStateEnum.Stroge.ToString();
                             }
                             else
                             {

--
Gitblit v1.9.3