| | |
| | | } |
| | | else |
| | | { |
| | | bool LayerLimit = false; |
| | | if (stockInfo.CheckThickness <=700) |
| | | { |
| | | LayerLimit = true; |
| | | } |
| | | //æ¥è¯¢ç©ºè´§ä½ä¿¡æ¯å¹¶æé¤5åéå
åé
çè´§ä½,æ ¹æ®å±ãåãæ·±åº¦ãè¡æåº |
| | | List<Dt_LocationInfo> locationInfosMedium = BaseDal.QueryData(x => x.LocationType == LocationTypeEnum.MediumPallet.ObjToInt() && x.RoadwayNo == roadwayNo && x.LocationStatus == LocationStatusEnum.Free.ObjToInt() && x.EnableStatus != EnableStatusEnum.Disable.ObjToInt() && !lockLocations.Contains(x.LocationCode), orderBy); |
| | | Dt_LocationInfo locationInfo = new Dt_LocationInfo(); |
| | |
| | | else |
| | | { |
| | | bool LayerLimit = false; |
| | | if (stockInfo.MaterielThickness > 1300) |
| | | if (stockInfo.CheckThickness > 1300) |
| | | { |
| | | LayerLimit = true; |
| | | } |