| | |
| | | |
| | | /** |
| | | * 作业数量 |
| | | * |
| | | * <p> |
| | | * 入库 : 组托完成,组托档、工作档、入库完成数量 |
| | | * 出库 : 工作档、出库完成数量 |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 完成数量 |
| | | * |
| | | * <p> |
| | | * 入库 : qty 👆 |
| | | * 出库 : qty 👆 |
| | | */ |
| | |
| | | @TableField("remark") |
| | | private String remark; |
| | | |
| | | public OrderDetl() {} |
| | | public OrderDetl() { |
| | | } |
| | | |
| | | public OrderDetl(Long orderId, String orderNo, Double anfme, Double qty, String matnr, String maktx, String batch, String specs, String model, String color, String brand, String unit, Double price, String sku, Double units, String barcode, String origin, String manu, String manuDate, String itemNum, Double safeQty, Double weight, Double manLength, Double volume, String threeCode, String supp, String suppCode, Integer beBatch, String deadTime, Integer deadWarn, Integer source, Integer inspect, Integer danger, Integer status, Long createBy, Date createTime, Long updateBy, Date updateTime, String memo) { |
| | | this.orderId = orderId; |
| | |
| | | } |
| | | |
| | | public String getBeBatch$(){ |
| | | if (null == this.beBatch){ return null; } |
| | | if (null == this.beBatch) { |
| | | return null; |
| | | } |
| | | switch (this.beBatch){ |
| | | case 1: |
| | | return "是"; |
| | |
| | | } |
| | | |
| | | public String getSource$(){ |
| | | if (null == this.source){ return null; } |
| | | if (null == this.source) { |
| | | return null; |
| | | } |
| | | switch (this.source){ |
| | | case 1: |
| | | return "制造"; |
| | |
| | | } |
| | | |
| | | public String getInspect$(){ |
| | | if (null == this.inspect){ return null; } |
| | | if (null == this.inspect) { |
| | | return null; |
| | | } |
| | | switch (this.inspect){ |
| | | case 1: |
| | | return "是"; |
| | |
| | | } |
| | | |
| | | public String getDanger$(){ |
| | | if (null == this.danger){ return null; } |
| | | if (null == this.danger) { |
| | | return null; |
| | | } |
| | | switch (this.danger){ |
| | | case 1: |
| | | return "是"; |
| | |
| | | } |
| | | |
| | | public String getStatus$(){ |
| | | if (null == this.status){ return null; } |
| | | if (null == this.status) { |
| | | return null; |
| | | } |
| | | switch (this.status){ |
| | | case 1: |
| | | return "正常"; |
| | |
| | | ); |
| | | } |
| | | |
| | | public boolean beSimilar(WrkDetl orderDetl) { |
| | | return ( |
| | | this.orderNo.equals(orderDetl.getOrderNo()) |
| | | && this.matnr.equals(orderDetl.getMatnr()) |
| | | && this.batch.equals(orderDetl.getBatch()) |
| | | && this.brand.equals(orderDetl.getBrand()) |
| | | && this.standby1.equals(orderDetl.getStandby1()) |
| | | && this.standby2.equals(orderDetl.getStandby2()) |
| | | && this.standby3.equals(orderDetl.getStandby3()) |
| | | && this.boxType1.equals(orderDetl.getBoxType1()) |
| | | && this.boxType2.equals(orderDetl.getBoxType2()) |
| | | && this.boxType3.equals(orderDetl.getBoxType3()) |
| | | ); |
| | | } |
| | | |
| | | public boolean beSimilarByWrkDetl(WrkDetl orderDetl) { |
| | | return ( |
| | | this.orderNo.equals(orderDetl.getOrderNo()) |
| | | && this.matnr.equals(orderDetl.getMatnr()) |
| | | && this.brand.equals(orderDetl.getBrand()) |
| | | && this.standby1.equals(orderDetl.getStandby1()) |
| | | && this.standby2.equals(orderDetl.getStandby2()) |
| | | && this.standby3.equals(orderDetl.getStandby3()) |
| | | && this.boxType1.equals(orderDetl.getBoxType1()) |
| | | && this.boxType2.equals(orderDetl.getBoxType2()) |
| | | && this.boxType3.equals(orderDetl.getBoxType3()) |
| | | ); |
| | | } |
| | | |
| | | |
| | | public String getStandby1$() { |
| | | StoreTypeService service = SpringUtils.getBean(StoreTypeService.class); |