xiaojiao
2025-12-28 44b83f33ff3a35edced78d89927a734f19de81ba
ÏîÄ¿´úÂë/WCS/WIDESEA_WCSServer/WIDESEA_WCS/Jobs/ConveyorLine/ConveyorLineDispatchJob.cs
@@ -73,11 +73,13 @@
                        bool modelResult1 = bool.Parse(client.ReadValue(CLineInfoDBName.R_System_Normal_Model.ToString(), "System").ToString());
                        if (modelResult1)
                        {
                            //入库口
                            InboundAreaDispatch.InboundRequestStationAction(taskWCSinfoRepository, client, "InBound");
                            //测量站台逻辑  10301
                            InboundAreaDispatch.MeasureStationAction(taskWCSinfoRepository, client, "Measure_B");
                            //入库站台确认
                            InboundAreaDispatch.InboundStationAction(taskWCSinfoRepository, taskRGVinfoRepository, client);
                            //出库站台确认
                            InboundAreaDispatch.OutboundStationAction(taskWCSinfoRepository, taskRGVinfoRepository, client);
                        }
@@ -129,9 +131,9 @@
                        //称重站台调度 20201
                        InboundAreaDispatch.InboundWeighAction(taskWCSinfoRepository, client);
                        //出库RFID确认
                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30301");
                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30302");
                        //出库RFID确认(测量)
                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30301"); // ä¸‹é¢çš„ ä»Žè¿™é‡Œå‡ºåŽ»
                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30302"); // ä¸Šé¢çš„ ä»Žè¿™é‡Œè¿›åŽ»
                    }
                    //说明是出库区的调度,查看入库区线体的运行模式