Procházet zdrojové kódy

수거서현황 html 조정

yhl88 před 2 roky
rodič
revize
bc0667a1e2

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

@@ -29,7 +29,7 @@
29 29
 												<input type="text" id="ITP_FORM_COLLMNG03010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
30 30
 											</div>
31 31
 										</div>
32
-										<div class="col-xs-2 itp_ip itp_noMar">
32
+										<div class="col-xs-3 itp_ip itp_noMar">
33 33
 											<div class="input-group">
34 34
 												<input type="text" id="ITP_FORM_COLLMNG03010_SEARCH_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="수거장소(매장/창고)" readonly/>
35 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 677
         itp_fn_attach_file.view('ITP_FORM_STINFO04010_VIEW_FILE', result.imageFileNoList
678 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