| | |
| | | * 体积 |
| | | */ |
| | | @ApiModelProperty(value= "体积") |
| | | @ExcelProperty(value = "km/cm") |
| | | @ExcelProperty(value = "kg/cm") |
| | | private Double volume; |
| | | |
| | | /** |
| | |
| | | orderDetl.setAnfme(orderDetl.getAnfme() + detail.getAnfme()); |
| | | } else { |
| | | list.add(dto); |
| | | |
| | | orderDetlList.add(detail); |
| | | } |
| | | } |
| | |
| | | } |
| | | waitPakin.setOrderId(pakinOrder.getId()); |
| | | waitPakin.setAnfme(orderDetl.getAnfme()); |
| | | waitPakin.setUnit(orderDetl.getUnit()); |
| | | waitPakin.setOrderNo(pakinOrder.getOrderNo()); |
| | | waitPakin.setVolume(orderDetl.getVolume()); |
| | | waitPakin.setSafeQty(orderDetl.getSafeQty()); |
| | | waitPakin.setIoStatus("N"); |
| | | waitPakin.setStatus("Y"); |
| | | waitPakin.setAppeTime(new Date()); |
| | |
| | | detl.setMatnr(data.getMatnr()); |
| | | detl.setMaktx(mat.getMaktx()); |
| | | detl.setQty(data.getQty()); |
| | | detl.setBatch(data.getBatch()); |
| | | detl.setSpecs(data.getSpecs()); |
| | | detl.setBatch(Objects.isNull(data.getBatch()) ? "1" : data.getBatch()); |
| | | detl.setVolume(data.getVolume()); |
| | | detl.setSafeQty(mat.getSafeQty()); |
| | | detl.setSafeQty(data.getSafeQty()); |
| | | detl.setAnfme(data.getAnfme()); |
| | | detl.setBarcode(data.getBarcode()); |
| | | detl.setUpdateTime(now); |
| | |
| | | , {field: 'enableQty', align: 'center', title: '待出数量', style: 'font-weight: bold'} |
| | | // ,{field: 'name', align: 'center',title: '名称'} |
| | | // ,{field: 'model', align: 'center',title: '型号'} |
| | | , {field: 'unit', align: 'center', title: '单位', hide: true} |
| | | , {field: 'unit', align: 'center', title: '单位'} |
| | | , {field: 'barcode', align: 'center', title: '商品条码', hide: true} |
| | | // ,{field: 'supplier', align: 'center',title: '供应商'} |
| | | // ,{field: 'unitPrice', align: 'center',title: '单价'} |