| | |
| | | |
| | | Dt_LocationInfo? AssignLocation(string stationCode, int inboundType); |
| | | Dt_LocationInfo? AssignLocation(string RoadwayNo); |
| | | |
| | | /// <summary> |
| | | /// 货位分配逻辑 |
| | | /// </summary> |
| | | /// <param name="roadwayNo">巷道号</param> |
| | | /// <param name="palletType">托盘类型</param> |
| | | /// <returns></returns> |
| | | Dt_LocationInfo? AssignLocation(string roadwayNo, int palletType, int warehouseId, string beRelocationCode = "", int heightType = 0); |
| | | |
| | | void UpdateLocationLock(Dt_LocationInfo locationInfo,int task, int changType,bool black); |
| | | void UpdateLocationFree(Dt_LocationInfo locationInfo, int task, int changType, bool black); |
| | | |