| | |
| | | case 30: |
| | | br = 3; |
| | | break; |
| | | case 31: |
| | | br = 6; |
| | | break; |
| | | case 40: |
| | | br = 5; |
| | | break; |
| | |
| | | locType = 2; |
| | | } else if (containerType == 30) { |
| | | locType = 3; |
| | | } else { |
| | | } else if (containerType == 31) { |
| | | locType = 6; |
| | | }else { |
| | | locType = agvBasDevp.getLocType1(); |
| | | } |
| | | |
| | |
| | | throw new CoolException(matnr + "商品维护失败"); |
| | | } |
| | | OrderDetl orderDetl = orderDetlService.selectItem(orderNo, mat.getMatnr(), batch, csocode); |
| | | if (orderDetl == null) { |
| | | throw new CoolException("订单明细不存在"); |
| | | } |
| | | AgvWrkDetl wrkDetl = new AgvWrkDetl(); |
| | | wrkDetl.sync(mat); |
| | | if (orderDetl != null) { |