");
+ html.append("| ").append(i + 1).append(" | ");
+ html.append("").append(CommonUtils.checkNull(item.get("PART_NO"))).append(" | ");
+ html.append("").append(CommonUtils.checkNull(item.get("PART_NAME"))).append(" | ");
+ html.append("").append(CommonUtils.checkNull(item.get("SPEC"))).append(" | ");
+ html.append("").append(CommonUtils.checkNull(item.get("UNIT_NAME"))).append(" | ");
+ html.append("").append(CommonUtils.checkNull(item.get("DUE_DATE"))).append(" | ");
+ html.append("").append(formatNumber(qty)).append(" | ");
+ html.append("").append(formatNumber(CommonUtils.checkNull(item.get("ORDER_UNIT_PRICE")))).append(" | ");
+ html.append("").append(formatNumber(CommonUtils.checkNull(item.get("ORDER_SUPPLY_PRICE")))).append(" | ");
+ html.append("
");
+ }
+ }
+
+ html.append("