| | |
| | | // 库位类型: 1、代包装成品,2、原材料,3、箱壳 |
| | | private Integer locType; |
| | | |
| | | // 工序状态 1:待加工,2:已加工,3:无需加工 |
| | | private Integer processSts; |
| | | |
| | | public DetlDto() { |
| | | } |
| | | |
| | | public DetlDto(String matnr, Double anfme) { |
| | | this.matnr = matnr; |
| | | this.anfme = anfme; |
| | | } |
| | | |
| | | public DetlDto(String matnr, Double anfme,Integer processSts) { |
| | | this.matnr = matnr; |
| | | this.anfme = anfme; |
| | | this.processSts = processSts; |
| | | } |
| | | |
| | | public DetlDto(String matnr, String batch) { |
| | |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.anfme = anfme; |
| | | } |
| | | |
| | | public DetlDto(String matnr, String csocode, Integer processSts) { |
| | | this.matnr = matnr; |
| | | this.csocode = csocode; |
| | | this.processSts = processSts; |
| | | } |
| | | |
| | | public DetlDto(String matnr, String batch, Double anfme, String csocode, String isoseq, String containerCode) { |
| | |
| | | this.locType = locType; |
| | | } |
| | | |
| | | public DetlDto(String matnr, String batch, Double anfme, String csocode, String isoseq, String containerCode, Integer locType, Integer processSts) { |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.anfme = anfme; |
| | | this.csocode = csocode; |
| | | this.isoseq = isoseq; |
| | | this.containerCode = containerCode; |
| | | this.locType = locType; |
| | | this.processSts = processSts; |
| | | } |
| | | |
| | | public DetlDto(String orderNo, String matnr, String batch, Double anfme, String csocode, String isoseq) { |
| | | this.orderNo = orderNo; |
| | | this.matnr = matnr; |