库存管理
This commit is contained in:
@@ -433,7 +433,7 @@ public class StatisticsController {
|
|||||||
row.createCell(20).setCellValue(cellStr(map.get("alreadyTanxiao")));
|
row.createCell(20).setCellValue(cellStr(map.get("alreadyTanxiao")));
|
||||||
row.createCell(21).setCellValue(cellStr(map.get("currentTanxiao")));
|
row.createCell(21).setCellValue(cellStr(map.get("currentTanxiao")));
|
||||||
row.createCell(22).setCellValue(cellStr(map.get("surplusTanxiao")));
|
row.createCell(22).setCellValue(cellStr(map.get("surplusTanxiao")));
|
||||||
row.createCell(22).setCellValue(cellStr(map.get("refund_no")));
|
row.createCell(23).setCellValue(cellStr(map.get("refund_no")));
|
||||||
//序号自增
|
//序号自增
|
||||||
cell++;
|
cell++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user