| | |
| | | |
| | | LocChartPie locUseRate = reportQueryMapper.getLocUseRate(); |
| | | if(locUseRate!=null) { |
| | | ChartBean fqty = new ChartBean(); |
| | | fqty.setName("在库库位"); |
| | | fqty.setY(locUseRate.getFqty()); |
| | | list.add(fqty); |
| | | // ChartBean fqty = new ChartBean(); |
| | | // fqty.setName("在库库位"); |
| | | // fqty.setY(locUseRate.getFqty()); |
| | | // list.add(fqty); |
| | | |
| | | ChartBean oqty = new ChartBean(); |
| | | oqty.setName("空库位"); |
| | | oqty.setY(locUseRate.getOqty()); |
| | | list.add(oqty); |
| | | ChartBean fqty1 = new ChartBean(); |
| | | fqty1.setName("单品在库"+locUseRate.getFqty1()); |
| | | fqty1.setY(locUseRate.getFqty1()); |
| | | list.add(fqty1); |
| | | |
| | | ChartBean fqty2 = new ChartBean(); |
| | | fqty2.setName("高频在库"+locUseRate.getFqty2()); |
| | | fqty2.setY(locUseRate.getFqty2()); |
| | | list.add(fqty2); |
| | | |
| | | ChartBean fqty3 = new ChartBean(); |
| | | fqty3.setName("低频在库"+locUseRate.getFqty3()); |
| | | fqty3.setY(locUseRate.getFqty3()); |
| | | list.add(fqty3); |
| | | |
| | | // ChartBean oqty = new ChartBean(); |
| | | // oqty.setName("空库位"); |
| | | // oqty.setY(locUseRate.getOqty()); |
| | | // list.add(oqty); |
| | | |
| | | ChartBean oqty1 = new ChartBean(); |
| | | oqty1.setName("单品空库位"+locUseRate.getOqty1()); |
| | | oqty1.setY(locUseRate.getOqty1()); |
| | | list.add(oqty1); |
| | | |
| | | ChartBean oqty2 = new ChartBean(); |
| | | oqty2.setName("高频空库位"+locUseRate.getOqty2()); |
| | | oqty2.setY(locUseRate.getOqty2()); |
| | | list.add(oqty2); |
| | | |
| | | ChartBean oqty3 = new ChartBean(); |
| | | oqty3.setName("低频空库位"+locUseRate.getOqty3()); |
| | | oqty3.setY(locUseRate.getOqty3()); |
| | | list.add(oqty3); |
| | | |
| | | ChartBean uqty = new ChartBean(); |
| | | uqty.setName("使用库位"); |