| | |
| | | // list.add(fqty); |
| | | |
| | | ChartBean fqty1 = new ChartBean(); |
| | | fqty1.setName("单品在库"); |
| | | fqty1.setName("单品在库"+locUseRate.getFqty1()); |
| | | fqty1.setY(locUseRate.getFqty1()); |
| | | list.add(fqty1); |
| | | |
| | | ChartBean fqty2 = new ChartBean(); |
| | | fqty2.setName("高频在库"); |
| | | fqty2.setName("高频在库"+locUseRate.getFqty2()); |
| | | fqty2.setY(locUseRate.getFqty2()); |
| | | list.add(fqty2); |
| | | |
| | | ChartBean fqty3 = new ChartBean(); |
| | | fqty3.setName("低频在库"); |
| | | fqty3.setName("低频在库"+locUseRate.getFqty3()); |
| | | fqty3.setY(locUseRate.getFqty3()); |
| | | list.add(fqty3); |
| | | |
| | |
| | | // list.add(oqty); |
| | | |
| | | ChartBean oqty1 = new ChartBean(); |
| | | oqty1.setName("单品空库位"); |
| | | oqty1.setName("单品空库位"+locUseRate.getOqty1()); |
| | | oqty1.setY(locUseRate.getOqty1()); |
| | | list.add(oqty1); |
| | | |
| | | ChartBean oqty2 = new ChartBean(); |
| | | oqty2.setName("高频空库位"); |
| | | oqty2.setName("高频空库位"+locUseRate.getOqty2()); |
| | | oqty2.setY(locUseRate.getOqty2()); |
| | | list.add(oqty2); |
| | | |
| | | ChartBean oqty3 = new ChartBean(); |
| | | oqty3.setName("低频空库位"); |
| | | oqty3.setName("低频空库位"+locUseRate.getOqty3()); |
| | | oqty3.setY(locUseRate.getOqty3()); |
| | | list.add(oqty3); |
| | | |