+ | <%=i+1%> |
+ <%=CommonUtils.checkNull(map.get("model_name"))%> |
+ <%=CommonUtils.checkNull(map.get("product_type"))%> |
+ <%=CommonUtils.checkNull(map.get("work_order_no"))%> |
+ <%=CommonUtils.checkNull(map.get("part_no"))%> |
+ <%=CommonUtils.checkNull(map.get("part_name"))%> |
+ <%=CommonUtils.checkNull(map.get("receipt_qty"))%> |
+ <%=CommonUtils.checkNull(map.get("good_qty"))%> |
+ <%=CommonUtils.checkNull(map.get("defect_qty"))%> |
+ <%=CommonUtils.checkNull(map.get("defect_rate"))%> |
+ <%=CommonUtils.checkNull(map.get("defect_type"))%> |
+ <%=CommonUtils.checkNull(map.get("defect_cause"))%> |
+ <%=CommonUtils.checkNull(map.get("responsible_dept"))%> |
+ <%=CommonUtils.checkNull(map.get("process_status"))%> |
+ <%=CommonUtils.checkNull(map.get("inspection_date"))%> |
+ <%=CommonUtils.checkNull(map.get("writer_name"))%> |
+ <%=CommonUtils.checkNull(map.get("disposition_type"))%> |
+ <%=CommonUtils.checkNull(map.get("remark"))%> |
+ <%=CommonUtils.checkNull(map.get("data_type"))%> |
+
+ <%
+ }
+ }
+ %>
+