Browse Source

수거서현황 html 조정

yhl88 2 years ago
parent
commit
bc0667a1e2

+ 1 - 1
src/main/webapp/app/collmng/COLLMNG03010.html

@@ -29,7 +29,7 @@
29
 												<input type="text" id="ITP_FORM_COLLMNG03010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
29
 												<input type="text" id="ITP_FORM_COLLMNG03010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
30
 											</div>
30
 											</div>
31
 										</div>
31
 										</div>
32
-										<div class="col-xs-2 itp_ip itp_noMar">
32
+										<div class="col-xs-3 itp_ip itp_noMar">
33
 											<div class="input-group">
33
 											<div class="input-group">
34
 												<input type="text" id="ITP_FORM_COLLMNG03010_SEARCH_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="수거장소(매장/창고)" readonly/>
34
 												<input type="text" id="ITP_FORM_COLLMNG03010_SEARCH_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="수거장소(매장/창고)" readonly/>
35
 												<input type="hidden" id="ITP_FORM_COLLMNG03010_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId" />
35
 												<input type="hidden" id="ITP_FORM_COLLMNG03010_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId" />

+ 1 - 1
src/main/webapp/js/app/stinfo/ITP_STINFO04010.js

@@ -677,7 +677,7 @@ let viewObj = {
677
         itp_fn_attach_file.view('ITP_FORM_STINFO04010_VIEW_FILE', result.imageFileNoList
677
         itp_fn_attach_file.view('ITP_FORM_STINFO04010_VIEW_FILE', result.imageFileNoList
678
             , 'form-control itp_input', 'border:none; top:12px; left:12px; height:100px; width:125px; position:absolute;');
678
             , 'form-control itp_input', 'border:none; top:12px; left:12px; height:100px; width:125px; position:absolute;');
679
         */
679
         */
680
-       fileUploadInfo4010()
680
+        fileUploadInfo4010()
681
     }
681
     }
682
 };
682
 };
683
 
683