|  |  | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableId; | 
 |  |  | import com.baomidou.mybatisplus.annotations.TableName; | 
 |  |  | import com.baomidou.mybatisplus.enums.IdType; | 
 |  |  | import com.baomidou.mybatisplus.mapper.EntityWrapper; | 
 |  |  | import com.core.common.Cools; | 
 |  |  | import com.core.common.SpringUtils; | 
 |  |  | import com.zy.asrs.service.BasBoxTypeService; | 
 |  |  | import com.zy.asrs.service.OrderService; | 
 |  |  | import com.zy.common.utils.Synchro; | 
 |  |  | import com.zy.system.entity.User; | 
 |  |  | 
 |  |  |     /** | 
 |  |  |      * 作业数量 | 
 |  |  |      * | 
 |  |  |      *  1. 入库 : qty 👆 | 
 |  |  |      *  1. 出库 : qty 👆 | 
 |  |  |      *  入库 : 组托完成,组托档、工作档、入库完成数量 | 
 |  |  |      *  出库 : 工作档、出库完成数量 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "作业数量") | 
 |  |  |     @TableField("work_qty") | 
 |  |  |     private Double workQty; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 完成数量 | 
 |  |  |      * | 
 |  |  |      *  入库 : qty 👆 | 
 |  |  |      *  出库 : qty 👆 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "完成数量") | 
 |  |  |     private Double qty; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  | 
 |  |  |     private String maktx; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 序列码 | 
 |  |  |      * 批号 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "序列码") | 
 |  |  |     @ApiModelProperty(value= "批号") | 
 |  |  |     private String batch; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  | 
 |  |  |     private String origin; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 厂家 | 
 |  |  |      * 厂家 、、江铜:暂存库位号 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "厂家") | 
 |  |  |     private String manu; | 
 |  |  | 
 |  |  |     private Integer deadWarn; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 制购 1: 制造  2: 采购  3: 外协 | 
 |  |  |      * 制购 1: 制造  2: 采购  3: 外协  、、江铜:是否确认   1: 确认  2: 未确认 | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "制购 1: 制造  2: 采购  3: 外协  ") | 
 |  |  |     private Integer source; | 
 |  |  | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "备注") | 
 |  |  |     private String memo; | 
 |  |  |  | 
 |  |  |     @ApiModelProperty(value = "退库标记") | 
 |  |  |     @TableField("tk_type") | 
 |  |  |     private Integer tkType; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 卷信息ID | 
 |  |  |      */ | 
 |  |  |     @ApiModelProperty(value= "卷信息ID") | 
 |  |  |     @TableField("roll_up") | 
 |  |  |     private Long rollUp; | 
 |  |  |  | 
 |  |  |     public OrderDetl() {} | 
 |  |  |  | 
 |  |  | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | //    public String getSource$(){ | 
 |  |  | //        if (null == this.source){ return null; } | 
 |  |  | //        switch (this.source){ | 
 |  |  | //            case 1: | 
 |  |  | //                return "制造"; | 
 |  |  | //            case 2: | 
 |  |  | //                return "采购"; | 
 |  |  | //            case 3: | 
 |  |  | //                return "外协"; | 
 |  |  | //            default: | 
 |  |  | //                return String.valueOf(this.source); | 
 |  |  | //        } | 
 |  |  | //    } | 
 |  |  |     public String getSource$(){ | 
 |  |  |         if (null == this.source){ return null; } | 
 |  |  |         if (null == this.source){ return "未确认"; } | 
 |  |  |         switch (this.source){ | 
 |  |  |             case 1: | 
 |  |  |                 return "制造"; | 
 |  |  |             case 2: | 
 |  |  |                 return "采购"; | 
 |  |  |             case 3: | 
 |  |  |                 return "外协"; | 
 |  |  |                 return "已确认"; | 
 |  |  |             default: | 
 |  |  |                 return String.valueOf(this.source); | 
 |  |  |                 return "未确认"; | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | 
 |  |  |             default: | 
 |  |  |                 return String.valueOf(this.inspect); | 
 |  |  |         } | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getTkType$(){ | 
 |  |  |         if (null == this.tkType) return "正常"; | 
 |  |  |         if (this.tkType == 1) { | 
 |  |  |             return "退库"; | 
 |  |  |         } | 
 |  |  |         return "正常"; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public String getDanger$(){ | 
 |  |  | 
 |  |  |         return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.updateTime); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Double getEnableQty() { | 
 |  |  |         if (null != this.anfme && this.qty != null) { | 
 |  |  |             return this.anfme - this.qty; | 
 |  |  |     public String getQty$(){ | 
 |  |  |         if (getAnfme().equals(getQty())){ | 
 |  |  |             return "已完成"; | 
 |  |  |         } | 
 |  |  |         return "未完成"; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  |     public Double getEnableQty() { | 
 |  |  |         if (null != this.anfme && this.workQty != null) { | 
 |  |  |             return this.anfme - this.workQty; | 
 |  |  |         } | 
 |  |  | //        if (null != this.anfme && this.qty != null) { | 
 |  |  | //            return this.anfme - this.qty; | 
 |  |  | //        } | 
 |  |  |         return null; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | 
 |  |  |         Synchro.Copy(source, this); | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | } | 
 |  |  |     public String getBrand$(){ | 
 |  |  |         BasBoxTypeService basBoxTypeService = SpringUtils.getBean(BasBoxTypeService.class); | 
 |  |  |         BasBoxType basBoxType = basBoxTypeService.selectOne(new EntityWrapper<BasBoxType>().eq("box_type", this.brand)); | 
 |  |  |         if (!Cools.isEmpty(basBoxType)){ | 
 |  |  |             return String.valueOf(basBoxType.getBoxSpecs()); | 
 |  |  |         } | 
 |  |  |         return this.brand; | 
 |  |  |     } | 
 |  |  |  | 
 |  |  | } |