엑셀업로드하여 건설현장 입력

main
유지인 2025-07-01 10:20:14 +09:00
parent 1a67d34ca9
commit 7ba04c744c
1 changed files with 6 additions and 0 deletions

View File

@ -313,6 +313,12 @@ if (request.getSession().getAttribute("CLS") == null || "2".equals(request.getSe
var jsonData = new Array();
for (var i = 0; i < tableDataElements.length; i++) {
let duplChkEle = document.querySelectorAll('.input-box[id*="const-name"]'); // 엑셀양식 로드시 사업명 중복 체크해야 하는 대상 엘리먼트
for (let i = 0 ; i < duplChkEle.length; i++) {
duplicateCheckProjectName(duplChkEle[i])
}
var jsonItem = {};
dataIndexValue = tableDataElements[i].getAttribute('data-index');