| | |
| | | Dt_LocationInfo newLocation; |
| | | //æ¥èµ°è´§ä½ï¼è¿è¡çæç§»åºä»»å¡ |
| | | int Locationtype = 9; //é»è®¤ä¸º9 |
| | | if (dt_StockInfo.MaterialType == (int)InventoryMaterialType.æå) |
| | | if (locationInfos.LocationType== (int)LocationStatusEnum.InStock) |
| | | { |
| | | Locationtype = 11; |
| | | } |
| | | else if (dt_StockInfo.MaterialType == (int)InventoryMaterialType.åææ) |
| | | { |
| | | Locationtype = 10; |
| | | } |
| | | newLocation = _basicService.LocationInfoService.GetLocation(locationInfos.RoadwayNo,Locationtype); //æ¿å°äºç§»åºåçè´§ä½ |
| | | if (newLocation != null) |