| | |
| | | // 开始查找库位 ==============================>> |
| | | // 四期项目:需要改查找库位逻辑 |
| | | // 箱壳入库 |
| | | if (type == 3) { |
| | | if (type == 3 && factory != null) { |
| | | //优先入库吸塑1楼,在2楼 |
| | | locMast = locUtils.getLocNoRuleByFactory(type,isEmpty ,factory); |
| | | locMast = locUtils.getLocNoRuleByFactory(type, isEmpty, factory); |
| | | } else if (type == 6) { |
| | | //半成品箱壳入库,入到吸塑2楼的370个库位里 |
| | | locMast = locUtils.getLocNoRuleByFloor(type, floor, isEmpty,2); |
| | | locMast = locUtils.getLocNoRuleByFloor(type, floor, isEmpty, 2); |
| | | } else { |
| | | //不动这个逻辑 |
| | | locMast = getLocNoRule(type, floor, isEmpty, isCurrLev); |