품번.확장자” 로 했을경우 업로드시 정확한 위치 업로드 버그수정

This commit is contained in:
Johngreen
2025-10-31 11:17:05 +09:00
parent b58b021dc9
commit a41c75c0f8
3 changed files with 18 additions and 15 deletions

View File

@@ -479,7 +479,7 @@ function fn_uploadDrawingFiles(files) {
msg += '- PDF: ' + filesByType['PDF'].length + '개';
Swal.fire({
title: '도면 업로드',
title: '도면 다증 업로드',
text: msg,
icon: 'question',
showCancelButton: true,
@@ -596,7 +596,7 @@ function fn_processDrawingUpload(bomObjId, filesByType) {
</c:choose>
</span>
<input type="button" value="Excel Download" class="plm_btns structure_btn" id="btnExcel" style="float:right;">
<input type="button" value="도면 업로드" class="plm_btns structure_btn" id="btnDrawingUpload" style="float:right; margin-right:5px;">
<input type="button" value="도면 다중 업로드" class="plm_btns structure_btn" id="btnDrawingUpload" style="float:right; margin-right:5px;">
<input type="file" id="drawingFiles" multiple style="display:none;" accept=".stp,.step,.dwg,.pdf">
</div>
<div id="structureGrid"></div>