| | |
| | | oqty.setY(locUseRate.getOqty()); |
| | | list.add(oqty); |
| | | |
| | | ChartBean uqty = new ChartBean(); |
| | | uqty.setName("使用库位"); |
| | | uqty.setY(locUseRate.getUqty()); |
| | | list.add(uqty); |
| | | |
| | | ChartBean xqty = new ChartBean(); |
| | | xqty.setName("禁用库位"); |
| | | xqty.setY(locUseRate.getXqty()); |
| | | list.add(xqty); |
| | | // ChartBean uqty = new ChartBean(); |
| | | // uqty.setName("使用库位"); |
| | | // uqty.setY(locUseRate.getUqty()); |
| | | // list.add(uqty); |
| | | // |
| | | // ChartBean xqty = new ChartBean(); |
| | | // xqty.setName("禁用库位"); |
| | | // xqty.setY(locUseRate.getXqty()); |
| | | // list.add(xqty); |
| | | } |
| | | map.put("rows",list); |
| | | return R.ok(map); |