| | |
| | | private String manuDate; |
| | | |
| | | /** |
| | | * 品项数 |
| | | * 仓库 |
| | | */ |
| | | @ApiModelProperty(value= "品项数") |
| | | @ApiModelProperty(value= "仓库") |
| | | @TableField("item_num") |
| | | private String itemNum; |
| | | |
| | |
| | | public String getDanger$(){ |
| | | DocTypeService service = SpringUtils.getBean(DocTypeService.class); |
| | | OrderService orderServicer=SpringUtils.getBean(OrderService.class); |
| | | if(Cools.isEmpty(this.orderNo)){ |
| | | return null; |
| | | } |
| | | Order order = orderServicer.selectByNo(this.orderNo); |
| | | DocType docType = service.selectById(order.getDocType()); |
| | | if (!Cools.isEmpty(docType)){ |