| | |
| | | id = basArmMast.getMatnr(); |
| | | length = orderDetlValueResultUtil.getLength(); |
| | | width = orderDetlValueResultUtil.getWidth(); |
| | | if (length<width){ |
| | | width = orderDetlValueResultUtil.getLength(); |
| | | length = orderDetlValueResultUtil.getWidth(); |
| | | } |
| | | weight = orderDetlValueResultUtil.getWeight(); |
| | | height = orderDetlValueResultUtil.getHeight(); |
| | | } |
| | |
| | | for (Integer site:list){ |
| | | Integer emptyCount = wrkMastMapper.countPakOutEmpty(site); |
| | | StaProtocol staProtocol = null; |
| | | if(emptyCount >= 1 && site == 1108){ |
| | | if(emptyCount >= 2 && site == 1108){ |
| | | continue; |
| | | }else if(emptyCount == 1 && site == 2031){ |
| | | continue; |
| | |
| | | private void reset() { |
| | | commandList = null; |
| | | stringBuffer.delete(0, stringBuffer.length()); |
| | | this.errorMsg.delete(0, errorMsg.length()); |
| | | } |
| | | |
| | | |