Commit 4fb0c4991d9b11a0fba05fcc35bf393ad4d51e6e

Authored by 房远帅
1 parent 5bf51f12

订货单:打印修改

... ... @@ -382,9 +382,9 @@ public class PurchaseOrderInfoController extends DefaultBaseController {
382 382 BigDecimal totalQuantity=BigDecimal.ZERO;
383 383 if (CollectionUtils.isNotEmpty(purchaseOrderLineList)) {
384 384
385   - for (int i = startRow + 1; i < startRow + purchaseOrderLineList.size(); i++) {
386   - copyRow(workbook, sheet, startRow, i);
387   - }
  385 +// for (int i = startRow + 1; i < startRow + purchaseOrderLineList.size(); i++) {
  386 +// copyRow(workbook, sheet, startRow, i);
  387 +// }
388 388
389 389 for (PurchaseOrderLine currentOrderLine : purchaseOrderLineList) {
390 390 setCellValue(sheet, startRow, 1, currentOrderLine.getIndustry());
... ...