Tiger.Business.WMS/Common/WmsTask.cs
@@ -144,7 +144,7 @@ var location = Biz.Db.Queryable<V_WH_UNIT>().Where(q => q.LOCATION_CODE == targetLocation && q.AUTH_ORG == option.CurOrg).IncludesAllFirstLayer().First(); if (!location.IsNullOrEmpty()) { var isTransfer = CurInvItem.Location.LOCATION_CODE != location.LOCATION_CODE; var isTransfer = CurInvItem.Location?.LOCATION_CODE != location.LOCATION_CODE; foreach (var item in CurInvItem.Items) { item.STATUS = WMS_ITEM.STATUSs.InStore.GetValue();