| | |
| | | |
| | | private String batch; |
| | | |
| | | private String model; |
| | | |
| | | private String orderNo; |
| | | |
| | | private Double anfme; |
| | |
| | | private List<Integer> staNos; |
| | | |
| | | private Integer staNo; |
| | | |
| | | private String sPgNO; |
| | | |
| | | private String zpallet; |
| | | |
| | | //"matnr", "batch", "outOrderNo", "luHao", "packing", "sPgNO", "proType" color |
| | | private String outOrderNo; |
| | | |
| | | private String luHao; |
| | | |
| | | private String packing; |
| | | |
| | | private String proType; |
| | | |
| | | private String color; |
| | | |
| | | private String temp2; |
| | | |
| | | public LocDto() { |
| | | } |
| | |
| | | this.anfme = anfme; |
| | | } |
| | | |
| | | public LocDto(String locNo, String matnr, String maktx, String batch, String orderNo,String temp2, Double anfme) { |
| | | this.locNo = locNo; |
| | | this.matnr = matnr; |
| | | this.maktx = maktx; |
| | | this.batch = batch; |
| | | this.orderNo = orderNo; |
| | | this.temp2 = temp2; |
| | | this.anfme = anfme; |
| | | } |
| | | |
| | | public String getTitle() { |
| | | return this.matnr + "(" + this.maktx + ")"; |
| | | } |