| 순번 | "; + historyHtml += "M-BOM 품번 | "; + historyHtml += "저장일 | "; + historyHtml += "수정자 | "; + historyHtml += "비고 | "; + historyHtml += "
|---|---|---|---|---|
| " + (i + 1) + " | "; + historyHtml += "" + (item.MBOM_PART_NO || "") + " | "; + historyHtml += "" + (item.REGDATE || "") + " | "; + historyHtml += "" + (item.REGUSER || "") + " | "; + historyHtml += "" + (item.REMARK || "") + " | "; + historyHtml += "
| - | + | - | + | ||
| @@ -409,6 +410,7 @@ function fn_openBomCopyPopupWindow(objId) { |