Admin
4 天以前 bd6818fc9d40f343547bafca0743658f3c0379dc
ÏîÄ¿´úÂë/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,7 +131,7 @@
                        //称重站台调度 20201
                        InboundAreaDispatch.InboundWeighAction(taskWCSinfoRepository, client);
                        //出库RFID确认
                        //出库RFID确认(测量)
                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30301");
                        InboundAreaDispatch.CheckBarcodeAction(taskWCSinfoRepository, client, "30302");