| | |
| | | import com.zy.asrs.entity.BasLocSts; |
| | | import com.zy.asrs.entity.BasWhs; |
| | | import com.zy.asrs.service.BasLocStsService; |
| | | import com.zy.asrs.service.BasLocType1Service; |
| | | import com.zy.asrs.service.BasWhsService; |
| | | import com.zy.system.entity.User; |
| | | import com.zy.system.service.UserService; |
| | |
| | | @ApiModelProperty(value= "") |
| | | private String status; |
| | | |
| | | /** |
| | | * 排 |
| | | */ |
| | | @ApiModelProperty(value= "地图排") |
| | | private Integer mapRow1; |
| | | |
| | | /** |
| | | * 列 |
| | | */ |
| | | @ApiModelProperty(value= "地图列") |
| | | private Integer mapBay1; |
| | | |
| | | @ApiModelProperty(value= "地图列") |
| | | private Integer rightSide; |
| | | |
| | | |
| | | public String getWhsType$(){ |
| | | BasWhsService service = SpringUtils.getBean(BasWhsService.class); |
| | |
| | | } |
| | | |
| | | public String getLocType1$() { |
| | | if (null == this.locType1){ return null; } |
| | | switch (this.locType1){ |
| | | case 0: |
| | | return "未知"; |
| | | case 1: |
| | | return "待包装"; |
| | | case 2: |
| | | return "原材料"; |
| | | case 3: |
| | | return "箱壳"; |
| | | default: |
| | | return String.valueOf(this.locType1); |
| | | BasLocType1Service service = SpringUtils.getBean(BasLocType1Service.class); |
| | | BasLocType1 basLocType1 = service.selectById(this.locType1); |
| | | if (!Cools.isEmpty(basLocType1)){ |
| | | return String.valueOf(basLocType1.getLocDesc()); |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | public String getLocType2$() { |