瀏覽代碼

발주관리 수정

whakdo963 2 年之前
父節點
當前提交
eec661b105

+ 10 - 7
src/main/webapp/app/pomng/POMNG01010.html

@@ -22,8 +22,7 @@
22 22
 								<input type="hidden" id="ITP_FORM_POMNG01010_DETAIL_PCH_REQ_ST_CD" name="pchReqStCd" value="">
23 23
 					
24 24
 								<section class="itp_form_sec">
25
-									<h4 class="itp_form_tit">구매요청정보</h4>
26
-									<div class="itp_form_in">	
25
+									<div class="itp_form_in border-top">	
27 26
 										<div class="form-group">
28 27
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
29 28
 											<div class="col-xs-4 itp_ip">
@@ -61,7 +60,7 @@
61 60
 												<div class="col-xs-4 itp_ip">
62 61
 													<div class="col-xs-4 itp_in">
63 62
 														<div class="input-daterange input-group date">
64
-															<input type="text" id="ITP_FORM_POMNG01010_DETAIL_DLV_REQ_DT" data-check-required="empty" class="form-control itp_input" name="dlvReqDt" value="">
63
+															<input type="text" id="ITP_FORM_POMNG01010_DETAIL_DLV_REQ_DT" data-check-required="empty" class="form-control itp_input" name="dlvReqDt" value="" readonly>
65 64
 														</div>
66 65
 													</div>
67 66
 												</div>
@@ -72,12 +71,16 @@
72 71
 													<input type="hidden" id="ITP_FORM_POMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="whsId" value="" />
73 72
 												</div>
74 73
 												<div class="col-xs-4 itp_in">
75
-													<input type="text" id="ITP_FORM_POMNG01010_DETAIL_LOCATION_NM" data-check-required="empty" class="form-control itp_input" name="locationNm" value="" />
76
-													<input type="hidden" id="ITP_FORM_POMNG01010_DETAIL_LOCATION" class="form-control itp_input" name="location" value="" />
74
+													<div class="input-group">
75
+														<input type="text" id="ITP_FORM_POMNG01010_DETAIL_LOCATION_NM" data-check-required="empty" class="form-control itp_input" name="locationNm" value="" />
76
+														<input type="hidden" id="ITP_FORM_POMNG01010_DETAIL_LOCATION" class="form-control itp_input" name="location" value="" />
77
+														<span class="input-group-btn">
78
+															<button id="ITP_FORM_POMNG01010_DELETE_WHS_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-erase"></i></button>
79
+														</span>
80
+													</div>
77 81
 												</div>
78 82
 												<div class="col-xs-1 itp_in" style="width:23%; padding:0px;">
79 83
 													<button type="button" id="ITP_FORM_POMNG01010_SEARCH_WHS_NM" class="btn btn-success btn-sm SEB SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
80
-													<button type="button" id="ITP_FORM_POMNG01010_DELETE_WHS_NM" class="btn btn-primary btn-sm UPB SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
81 84
 								                </div>		
82 85
 											</div>
83 86
 										</div>
@@ -103,7 +106,7 @@
103 106
 										</div>
104 107
 									</div>
105 108
 									<div class="itp_form_in">
106
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
109
+										<div class="itp_table_head fix" style="background:#fff;">
107 110
 											<h4 class="itp_table_tit">요청 품목</h4>
108 111
 											<div class="pull-right itp_cicon">
109 112
 												<button type="button" id="ITP_BTN_POMNG01010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>

+ 2 - 2
src/main/webapp/app/pomng/POMNG02010.html

@@ -28,9 +28,9 @@
28 28
 										</div>										
29 29
 										<div class="col-xs-3 itp_ip itp_noMar">
30 30
 											<div class="input-daterange input-group date">
31
-												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="">
31
+												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
32 32
 												<span class="input-group-addon itp_date_to">~</span>
33
-												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="">
33
+												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
34 34
 											</div>
35 35
 										</div>
36 36
 										<div class="col-xs-3 itp_ip itp_noMar">

File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/bootstrap/dist/css/bootstrap.min.css