WMS
dengjunjie
2024-10-25 bd33ae847fc0b0e1a07a21a57fb0a0d13a38c1c5
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/ConveyorLineJob/CommonConveyorLineJob.cs
@@ -110,7 +110,7 @@
        /// <param name="childDeviceCode">子设备编号</param>
        public void RequestInbound(CommonConveyorLine conveyorLine, ConveyorLineTaskCommandR command, string childDeviceCode)
        {
            if (_taskService.RequestWMSTask(command.Barcode, childDeviceCode).Status)
            if (_taskService.RequestWMSTask(command.Barcode, childDeviceCode).Status)//需添加和WMS接口!!!!!!!!!!!!!!!!!!!!
            {
                Dt_Task task = _taskService.QueryConveyorLineTask(conveyorLine.DeviceCode, childDeviceCode);
                if (task != null)