ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_TaskInfoService/TaskService_Inbound.cs
@@ -32,8 +32,15 @@ Dt_Task dbtask = Repository.QueryFirst(x => x.PalletCode == palletCode); if (dbtask != null) { if (dbtask.TaskType == TaskTypeEnum.Outbound.ObjToInt()) { return WebResponseContent.Instance.Error($"åºåºå¾ 忣任å¡"); } else { return WebResponseContent.Instance.Error($"该æçå·²çæä»»å¡"); } } Dt_StockInfo stockInfo = _stockRepository.Db.Queryable<Dt_StockInfo>().Where(x => x.PalletCode == palletCode).Includes(x => x.Details).First(); if (stockInfo == null)