| | |
| | | @ApiModelProperty(value = "能否申请延期") |
| | | private Integer applyState; |
| | | |
| | | @ApiModelProperty(value = "能否审批") |
| | | private Integer isApprove; |
| | | |
| | | public static AllocationPageVo convert(AllocationPageExt allocationPageExt) { |
| | | AllocationPageVo allocationPageVo = BeanConverts.convert(allocationPageExt, AllocationPageVo.class); |
| | |
| | | } |
| | | |
| | | public Integer getResidueDay() { |
| | | int day = this.changeDay; |
| | | int day = Objects.isNull(this.changeDay)?0:this.changeDay; |
| | | if(AllocationApproveEnum.UNDER_RECTIFICATION.value.equals(state)){ |
| | | Date date = new Date(); |
| | | int days = DateUtils.getDays(escalationTime, date); |