分支自 SuZhouGuanHong/TaiYuanTaiZhong

huanghongfeng
2024-07-08 32678f5c24c7681a198b517fa72db1de2e98646d
代码管理/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
                            {