Selaa lähdekoodia

Merge branch 'master' of http://106.246.249.162:13000/orderqueen/oqpo-view

yhl88 2 vuotta sitten
vanhempi
commit
bba10dd0bf

+ 13 - 9
src/main/webapp/app/ordmng/ORDMNG01010.html

@@ -22,7 +22,9 @@
22 22
 								<input type="hidden" id="ITP_FORM_ORDMNG01010_SEARCH_SPPLY_ID" name="sspplyId" value="">
23 23
 									<div class="form-group">
24 24
 										<div class="col-xs-2 itp_ip itp_noMar">
25
-											<label>수주일지</label>
25
+											<select id="ITP_FORM_ORDMNG01010_SEARCH_" class="form-control itp_input" name="service">
26
+												<option value="A">수주일자</option>											
27
+											</select>
26 28
 										</div>											
27 29
 										<div class="col-xs-3 itp_ip itp_noMar">
28 30
 											<div class="input-daterange input-group date">
@@ -39,12 +41,16 @@
39 41
 											</select>
40 42
 										</div>
41 43
 										<div class="col-xs-3 itp_ip itp_noMar">
42
-											<input type="text" id="ITP_FORM_ORDMNG01010_DETAIL_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="납품장소 (매장/창고)" readonly/>
43
-											<input type="hidden" id="ITP_FORM_ORDMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="swhsId"/>
44
-										</div>
44
+											<div class="input-group">
45
+												<input type="text" id="ITP_FORM_ORDMNG01010_DETAIL_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="납품장소 (매장/창고)" readonly/>
46
+												<input type="hidden" id="ITP_FORM_ORDMNG01010_DETAIL_WHS_ID" class="form-control itp_input" name="swhsId"/>
47
+												<span class="input-group-btn">
48
+													<button id="ITP_BTN_ORDMNG01010_DELETE_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
49
+												</span>
50
+											</div>
51
+										</div>	
45 52
 										<div class="col-xs-1 itp_in" style="padding-left: 5px; width:10%;">
46 53
 											<button type="button" id="ITP_BTN_ORDMNG01010_SEARCH_WHS_NM" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
47
-											<button type="button" id="ITP_BTN_ORDMNG01010_DELETE_WHS_NM" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
48 54
 						                </div>
49 55
 										<div class="col-xs-5 itp_ip itp_noMar">
50 56
 											<input type="text" id="ITP_FORM_ORDMNG01010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="발주번호/품목번호/품목명" />
@@ -70,8 +76,7 @@
70 76
 								<input type="hidden" id="ITP_FORM_ORDMNG01010_VIEW_VIEW_CD" name="viewCd" value="C">
71 77
 					
72 78
 								<section class="itp_form_sec">
73
-									<h4 class="itp_form_tit">구매 발주 상세</h4>
74
-									<div class="itp_form_in">	
79
+									<div class="itp_form_in border-top">	
75 80
 										<div class="form-group">
76 81
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
77 82
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
@@ -106,11 +111,10 @@
106 111
 										</div>
107 112
 									</div>
108 113
 									<div class="itp_form_in">
109
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
114
+										<div class="itp_table_head fix" style="background:#fff;">
110 115
 											<h4 class="itp_table_tit">발주 품목</h4>
111 116
 										</div>
112 117
 										<div id="ITP_ORDMNG01010_VIEW_jqGrid_list" class="itp_tb_list">
113
-										  <div id="ITP_ORDMNG01010_VIEW_jqGridView" class="itp_views fix"></div>
114 118
 										  <table id="ITP_ORDMNG01010_VIEW_jqGrid"></table>
115 119
 										  <div id="ITP_ORDMNG01010_VIEW_jqGridPager"></div>
116 120
 										  <div id="ITP_ORDMNG01010_VIEW_jqGridEmpty" class="itp_no_data"></div>

+ 16 - 12
src/main/webapp/app/ordmng/ORDMNG02010.html

@@ -22,7 +22,9 @@
22 22
 								<input type="hidden" id="ITP_FORM_ORDMNG02010_SEARCH_SPPLY_ID" name="sspplyId" value="">
23 23
 									<div class="form-group">
24 24
 										<div class="col-xs-2 itp_ip itp_noMar">
25
-											<label>납품요청일 *</label>
25
+											<select id="ITP_FORM_ORDMNG02010_SEARCH_" class="form-control itp_input" name="service">
26
+												<option value="A">납품요청일</option>											
27
+											</select>
26 28
 										</div>										
27 29
 										<div class="col-xs-3 itp_ip itp_noMar">
28 30
 											<div class="input-daterange input-group date">
@@ -31,13 +33,17 @@
31 33
 												<input type="text" id="ITP_FORM_ORDMNG02010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
32 34
 											</div>
33 35
 										</div>
34
-										<div class="col-xs-2 itp_in itp_noMar">
35
-											<input type="text" id="ITP_FORM_ORDMNG02010_SEARCH_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="수거창고/매장" readonly/>
36
-											<input type="hidden" id="ITP_FORM_ORDMNG02010_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"/>
37
-										</div>
38
-										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
36
+										<div class="col-xs-2 itp_ip itp_noMar">
37
+											<div class="input-group">
38
+												<input type="text" id="ITP_FORM_ORDMNG02010_SEARCH_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="수거창고/매장" readonly/>
39
+												<input type="hidden" id="ITP_FORM_ORDMNG02010_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"/>
40
+												<span class="input-group-btn">
41
+													<button id="ITP_BTN_ORDMNG02010_DELETE_WHS_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
42
+												</span>
43
+											</div>
44
+										</div>	
45
+										<div class="col-xs-1 itp_in" style="padding: 0px; width:5%;">
39 46
 											<button type="button" id="ITP_BTN_ORDMNG02010_SEARCH_WHS_ID" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
40
-											<button type="button" id="ITP_BTN_ORDMNG02010_DELETE_WHS_ID" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
41 47
 						                </div>
42 48
 										<div class="col-xs-4 itp_ip itp_noMar">
43 49
 											<input type="text" id="ITP_FORM_ORDMNG02010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="발주번호/품목번호 /품목명" />
@@ -64,8 +70,7 @@
64 70
 								<input type="hidden" id="ITP_FORM_ORDMNG02010_DETAIL_SEARCH_BRAND_ID" name="brandId" value="">
65 71
 								<input type="hidden" id="ITP_FORM_ORDMNG02010_DETAIL_SEARCH_SPPLY_ID" name="spplyId" value="">
66 72
 								<section class="itp_form_sec">
67
-									<h4 class="itp_form_tit">구매 발주 상세</h4>
68
-									<div class="itp_form_in">	
73
+									<div class="itp_form_in border-top">	
69 74
 										<div class="form-group">
70 75
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
71 76
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
@@ -97,7 +102,7 @@
97 102
 											<div class="input-daterange input-group date">
98 103
 												<div class="col-xs-4 itp_ip">
99 104
 													<div class="col-xs-7 itp_in">
100
-														<input type="text" id="ITP_FORM_ORDMNG02010_DETAIL_DLV_SCH_DT" data-check-required="empty" class="form-control itp_input" name="dlvSchDt" value="">
105
+														<input type="text" id="ITP_FORM_ORDMNG02010_DETAIL_DLV_SCH_DT" data-check-required="empty" class="form-control itp_input" name="dlvSchDt" value="" readonly>
101 106
 													</div>
102 107
 												</div>
103 108
 											</div>											
@@ -122,11 +127,10 @@
122 127
 										</div>
123 128
 									</div>
124 129
 									<div class="itp_form_in">
125
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
130
+										<div class="itp_table_head fix" style="background:#fff;">
126 131
 											<h4 class="itp_table_tit">발주 품목</h4>
127 132
 										</div>
128 133
 										<div id="ITP_ORDMNG02010_DETAIL_jqGrid_list" class="itp_tb_list">
129
-											<div id="ITP_ORDMNG02010_DETAIL_jqGridView" class="itp_views fix"></div>
130 134
 											<table id="ITP_ORDMNG02010_DETAIL_jqGrid"></table>
131 135
 											<div id="ITP_ORDMNG02010_DETAIL_jqGridPager"></div>
132 136
 											<div id="ITP_ORDMNG02010_DETAIL_jqGridEmpty" class="itp_no_data"></div>

+ 11 - 5
src/main/webapp/app/ordmng/ORDMNG03010.html

@@ -18,7 +18,9 @@
18 18
 								<input type="hidden" id="ITP_FORM_ORDMNG03010_SEARCH_BRAND_ID" name="sbrandId" value="">
19 19
 									<div class="form-group">
20 20
 										<div class="col-xs-2 itp_ip itp_noMar">
21
-											<label>납품예정일자</label>
21
+											<select id="ITP_FORM_ORDMNG03010_SEARCH_" class="form-control itp_input" name="service">
22
+												<option value="A">납품예정일자</option>											
23
+											</select>
22 24
 										</div>										
23 25
 										<div class="col-xs-3 itp_ip itp_noMar">
24 26
 											<div class="input-daterange input-group date">
@@ -27,15 +29,19 @@
27 29
 												<input type="text" id="ITP_FORM_ORDMNG03010_SEARCH_DLV_CMPLT_DT" class="form-control itp_input" name="toDt" value="2022.12.31" readonly>
28 30
 											</div>
29 31
 										</div>
30
-										<div class="col-xs-2 itp_in itp_noMar">
32
+										<div class="col-xs-3 itp_ip itp_noMar">
33
+											<div class="input-group">
31 34
 											<input type="text" id="ITP_FORM_ORDMNG03010_SEARCH_SWHS_NM" class="form-control itp_input" name="swhsNm" placeholder="납품장소(매장/창고)" readonly/>
32 35
 											<input type="hidden" id="ITP_FORM_ORDMNG03010_SEARCH_SWHS_ID" class="form-control itp_input" name="swhsId" />
33
-										</div>
36
+												<span class="input-group-btn">
37
+													<button id="ITP_FORM_ORDMNG03010_SDELETE_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
38
+												</span>
39
+											</div>
40
+										</div>	
34 41
 										<div class="col-xs-1 itp_in" style="padding: 0px; width:8%;">
35 42
 											<button type="button" id="ITP_FORM_ORDMNG03010_SSEARCH_SWHS_NM" class="btn btn-success btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
36
-											<button type="button" id="ITP_FORM_ORDMNG03010_SDELETE_SWHS_NM" class="btn btn-primary btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
37 43
 						                </div>
38
-										<div class="col-xs-4 itp_ip itp_noMar">
44
+										<div class="col-xs-3 itp_ip itp_noMar">
39 45
 											<input type="text" id="ITP_FORM_ORDMNG03010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="발주번호/품목번호 /품목명" />
40 46
 										</div>
41 47
 									</div>

+ 1 - 1
src/main/webapp/app/pomng/POMNG01010.html

@@ -77,7 +77,7 @@
77 77
 														<input type="text" id="ITP_FORM_POMNG01010_DETAIL_LOCATION_NM" data-check-required="empty" class="form-control itp_input" name="locationNm" value="" />
78 78
 														<input type="hidden" id="ITP_FORM_POMNG01010_DETAIL_LOCATION" class="form-control itp_input" name="location" value="" />
79 79
 														<span class="input-group-btn">
80
-															<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>
80
+															<button id="ITP_FORM_POMNG01010_DELETE_WHS_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-remove"></i></button>
81 81
 														</span>
82 82
 													</div>
83 83
 												</div>

+ 10 - 6
src/main/webapp/app/pomng/POMNG02010.html

@@ -38,7 +38,7 @@
38 38
 												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_SWHS_NM" class="form-control itp_input" name="swhsNm" placeholder="납품창고" readonly />
39 39
 												<input type="hidden" id="ITP_FORM_POMNG02010_SEARCH_SWHS_ID" name="swhsId" value="">
40 40
 												<span class="input-group-btn">
41
-													<button id="ITP_FORM_POMNG02010_SDELETE_SWHS_NM" class="btn btn-default btn-sm itp_btn UPB" type="button"><i class="glyphicon glyphicon-erase"></i></button>
41
+													<button id="ITP_FORM_POMNG02010_SDELETE_SWHS_NM" class="btn btn-default btn-sm itp_btn UPB" type="button"><i class="glyphicon glyphicon-remove"></i></button>
42 42
 												</span>
43 43
 											</div>
44 44
 										</div>
@@ -133,13 +133,17 @@
133 133
 													<input type="text" id="ITP_FORM_POMNG02010_DETAIL_WHS_NM" data-check-required="empty" class="form-control itp_input" name="whsNm" value="" readonly="readonly" />
134 134
 													<input type="hidden" id="ITP_FORM_POMNG02010_DETAIL_WHS_ID" class="form-control itp_input" name="whsId" value="" />
135 135
 												</div>
136
-												<div class="col-xs-4 itp_in">
137
-													<input type="text" id="ITP_FORM_POMNG02010_DETAIL_LOCATION_NM" data-check-required="empty" class="form-control itp_input" name="locationNm" value=""  readonly="readonly" />
138
-													<input type="hidden" id="ITP_FORM_POMNG02010_DETAIL_LOCATION" class="form-control itp_input" name="location" value="" />
136
+												<div class="col-xs-5 itp_in">
137
+													<div class="input-group">
138
+														<input type="text" id="ITP_FORM_POMNG02010_DETAIL_LOCATION_NM" data-check-required="empty" class="form-control itp_input" name="locationNm" value=""  readonly="readonly" />
139
+														<input type="hidden" id="ITP_FORM_POMNG02010_DETAIL_LOCATION" class="form-control itp_input" name="location" value="" />
140
+														<span class="input-group-btn">
141
+															<button id="ITP_FORM_POMNG02010_DELETE_WHS_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-remove"></i></button>
142
+														</span>
143
+													</div>
139 144
 												</div>
140
-												<div class="col-xs-1 itp_in" style="width:23%; padding:0px;">
145
+												<div class="col-xs-a itp_in">
141 146
 													<button type="button" id="ITP_FORM_POMNG02010_SEARCH_WHS_NM" class="btn btn-success btn-sm SEB SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
142
-													<button type="button" id="ITP_FORM_POMNG02010_DELETE_WHS_NM" class="btn btn-primary btn-sm UPB SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
143 147
 								                </div>		
144 148
 											</div>
145 149
 										</div>

+ 15 - 14
src/main/webapp/app/pomng/POMNG03010.html

@@ -40,7 +40,7 @@
40 40
 											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_SSPPLY_NM" class="form-control itp_input" name="sspplyNm" placeholder="공급업체" readonly/>
41 41
 											<input type="hidden" id="ITP_FORM_POMNG03010_SEARCH_SSPPLY_ID" class="form-control itp_input" name="sspplyId" />
42 42
 												<span class="input-group-btn">
43
-													<button id="ITP_FORM_POMNG03010_SDELETE_SSPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
43
+													<button id="ITP_FORM_POMNG03010_SDELETE_SSPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
44 44
 												</span>
45 45
 											</div>
46 46
 										</div>
@@ -53,7 +53,7 @@
53 53
 											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_SWHS_NM" class="form-control itp_input" name="swhsNm" placeholder="매장/창고" readonly/>
54 54
 											<input type="hidden" id="ITP_FORM_POMNG03010_SEARCH_SWHS_ID" class="form-control itp_input" name="swhsId"  />
55 55
 												<span class="input-group-btn">
56
-													<button id="ITP_FORM_POMNG03010_SDELETE_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
56
+													<button id="ITP_FORM_POMNG03010_SDELETE_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
57 57
 												</span>
58 58
 											</div>
59 59
 										</div>
@@ -92,14 +92,13 @@
92 92
 								<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_SHMT_LOCATION" name="shmtLocation" value="">
93 93
 								<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_PODR_MGR_ID" name="podrMgrId" value="">
94 94
 								<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_PODR_MGR_TEL_NO" name="podrMgrTelNo" value="">
95
-								<input type="text" id="ITP_FORM_POMNG03010_DETAIL_DLV_DVSN" name="dlvDvsn" value="">
95
+								<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_DLV_DVSN" name="dlvDvsn" value="">
96 96
 								
97 97
 								
98 98
 								
99 99
 					
100 100
 								<section class="itp_form_sec">
101
-									<h4 class="itp_form_tit">구매발주상세</h4>
102
-									<div class="itp_form_in">	
101
+									<div class="itp_form_in border-top">	
103 102
 										<div class="form-group">
104 103
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
105 104
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
@@ -146,23 +145,26 @@
146 145
 											</div>
147 146
 											<label class="col-xs-2 itp_lb">출하창고</label>
148 147
 											<div class="col-xs-4 itp_ip">
149
-												<div class="col-xs-5 itp_in">
148
+												<div class="col-xs-6 itp_in">
149
+													<div class="input-group">
150 150
 													<input type="text" id="ITP_FORM_POMNG03010_DETAIL_SHMT_WHS_NM" class="form-control itp_input" name="shmtWhsNm" readonly="readonly"/>
151
+														<span class="input-group-btn">
152
+															<button id="ITP_BTN_POMNG03010_DELETE_SHMT_WHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
153
+														</span>
154
+													</div>
151 155
 												</div>
152 156
 												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
153 157
 													<button type="button" id="ITP_BTN_POMNG03010_SEARCH_SHMT_WHS_NM" class="btn btn-success btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
154
-													<button type="button" id="ITP_BTN_POMNG03010_DELETE_SHMT_WHS_NM" class="btn btn-primary btn-sm SHOW" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
155 158
 								                </div>
156 159
 											</div>
157 160
 										</div>
158 161
 									</div>
159 162
 									<div class="itp_form_in">
160
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
163
+										<div class="itp_table_head fix" style="background:#fff;">
161 164
 											<h4 class="itp_table_tit">발주 품목</h4>
162 165
 										</div>
163 166
 									</div>
164 167
 									<div id="ITP_POMNG03010_DETAIL_jqGrid_list" class="itp_tb_list">
165
-									  <div id="ITP_POMNG03010_DETAIL_jqGridView" class="itp_views fix"></div>
166 168
 									  <table id="ITP_POMNG03010_DETAIL_jqGrid"></table>
167 169
 									  <div id="ITP_POMNG03010_DETAIL_jqGridPager"></div>
168 170
 									  <div id="ITP_POMNG03010_DETAIL_jqGridEmpty" class="itp_no_data"></div>
@@ -188,8 +190,7 @@
188 190
 								<input type="hidden" id="ITP_FORM_POMNG03010_NDETAIL_DLV_DVSN" name="dlvDvsn" value="">
189 191
 					
190 192
 								<section class="itp_form_sec">
191
-									<h4 class="itp_form_tit">구매발주상세-신규발주생성</h4>
192
-									<div class="itp_form_in">	
193
+									<div class="itp_form_in border-top">	
193 194
 										<div class="form-group">
194 195
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
195 196
 											<div class="col-xs-4 itp_ip fnBrandNm"></div>
@@ -205,7 +206,7 @@
205 206
 													<div class="input-group">
206 207
 														<input type="text" id="ITP_FORM_POMNG03010_NDETAIL_SPPLY_NM" data-check-required="empty" class="form-control itp_input" name="spplyNm" readonly="readonly" />
207 208
 														<span class="input-group-btn">
208
-															<button id="ITP_BTN_POMNG03010_NDETAIL_DELETE_SPPLY_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-erase"></i></button>
209
+															<button id="ITP_BTN_POMNG03010_NDETAIL_DELETE_SPPLY_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-remove"></i></button>
209 210
 														</span>
210 211
 													</div>
211 212
 												</div>
@@ -225,7 +226,7 @@
225 226
 													<div class="input-group">
226 227
 														<input type="text" id="ITP_FORM_POMNG03010_NDETAIL_WHS_NM" data-check-required="empty" class="form-control itp_input" name="whsNm" readonly="readonly" />
227 228
 														<span class="input-group-btn">
228
-															<button id="ITP_BTN_POMNG03010_DELETE_WHS_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-erase"></i></button>
229
+															<button id="ITP_BTN_POMNG03010_DELETE_WHS_NM" class="btn btn-default btn-sm itp_btn UPB SHOW" type="button"><i class="glyphicon glyphicon-remove"></i></button>
229 230
 														</span>
230 231
 													</div>
231 232
 												</div>
@@ -260,7 +261,7 @@
260 261
 										</div>
261 262
 									</div>
262 263
 									<div class="itp_form_in">
263
-										<div class="itp_table_head fix" style="background:#f5f5f5;">
264
+										<div class="itp_table_head fix" style="background:#fff;">
264 265
 											<h4 class="itp_table_tit">발주 품목</h4>
265 266
 											<div class="pull-right itp_cicon">
266 267
 												<button type="button" id="ITP_BTN_POMNG03010_NDETAIL_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/POMNG04010.html

@@ -42,7 +42,7 @@
42 42
 												<input type="text" id="ITP_FORM_POMNG04010_DETAIL_SPPLY_NM" class="form-control itp_input" name="sspplyNm" placeholder="공급업체" readonly/>
43 43
 												<input type="hidden" id="ITP_FORM_POMNG04010_DETAIL_SPPLY_ID" class="form-control itp_input" name="sspplyId" />
44 44
 												<span class="input-group-btn">
45
-													<button id="ITP_BTN_POMNG04010_DELETE_SPPLY_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
45
+													<button id="ITP_BTN_POMNG04010_DELETE_SPPLY_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
46 46
 												</span>
47 47
 											</div>
48 48
 										</div>
@@ -54,7 +54,7 @@
54 54
 											<input type="text" id="ITP_FORM_POMNG04010_DETAIL_WHS_NM" class="form-control itp_input" name="sdlvPlace" placeholder="매장/창고" readonly/>
55 55
 											<input type="hidden" id="ITP_FORM_POMNG04010_DETAIL_WHS_ID" class="form-control itp_input" name="swhsId" />											
56 56
 												<span class="input-group-btn">
57
-													<button id="ITP_BTN_POMNG04010_DELETE_WHS_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
57
+													<button id="ITP_BTN_POMNG04010_DELETE_WHS_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
58 58
 												</span>
59 59
 											</div>
60 60
 										</div>

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

@@ -42,7 +42,7 @@
42 42
 												<input type="text" id="ITP_FORM_POMNG05010_SEARCH_SPPLY_NM" class="form-control itp_input" name="sspplyNm" placeholder="공급업체" readonly/>
43 43
 												<input type="hidden" id="ITP_FORM_POMNG05010_SEARCH_SPPLY_ID" class="form-control itp_input" name="sspplyId" />
44 44
 												<span class="input-group-btn">
45
-													<button id="ITP_BTN_POMNG05010_DELETE_SPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
45
+													<button id="ITP_BTN_POMNG05010_DELETE_SPPLY_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
46 46
 												</span>
47 47
 											</div>
48 48
 										</div>	
@@ -54,7 +54,7 @@
54 54
 												<input type="text" id="ITP_FORM_POMNG05010_SEARCH_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="매장/창고" readonly/>
55 55
 												<input type="hidden" id="ITP_FORM_POMNG05010_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"  />
56 56
 												<span class="input-group-btn">
57
-													<button id="ITP_BTN_POMNG05010_DELETE_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
57
+													<button id="ITP_BTN_POMNG05010_DELETE_SWHS_NM" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
58 58
 												</span>
59 59
 											</div>
60 60
 										</div>

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

@@ -32,7 +32,7 @@
32 32
 											<input type="text" id="ITP_FORM_POMNG06010_SEARCH_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="입고창고*" readonly/>
33 33
 											<input type="hidden" id="ITP_FORM_POMNG06010_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId" placeholder="입고창고" />
34 34
 												<span class="input-group-btn">
35
-													<button id="ITP_BTN_POMNG06010_DELETE_WHS_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
35
+													<button id="ITP_BTN_POMNG06010_DELETE_WHS_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
36 36
 												</span>
37 37
 											</div>
38 38
 										</div>	
@@ -46,7 +46,7 @@
46 46
 											<input type="text" id="ITP_FORM_POMNG06010_SEARCH_SPPLY_NM" class="form-control itp_input" name="sspplyNm" placeholder="공급업체" readonly/>
47 47
 											<input type="hidden" id="ITP_FORM_POMNG06010_SEARCH_SPPLY_ID" class="form-control itp_input" name="sspplyId" placeholder="공급업체" />
48 48
 												<span class="input-group-btn">
49
-													<button id="ITP_BTN_POMNG06010_DELETE_SPPLY_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
49
+													<button id="ITP_BTN_POMNG06010_DELETE_SPPLY_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
50 50
 												</span>
51 51
 											</div>
52 52
 										</div>	

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

@@ -39,7 +39,7 @@
39 39
 											<input type="text" id="ITP_FORM_POMNG07010_DETAIL_SPPLY_NM" class="form-control itp_input" name="sspplyNm" placeholder="공급업체" readonly/>
40 40
 											<input type="hidden" id="ITP_FORM_POMNG07010_DETAIL_SPPLY_ID" class="form-control itp_input" name="sspplyId" />
41 41
 												<span class="input-group-btn">
42
-													<button id="ITP_BTN_POMNG07010_DELETE_SPPLY_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
42
+													<button id="ITP_BTN_POMNG07010_DELETE_SPPLY_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
43 43
 												</span>
44 44
 											</div>
45 45
 										</div>	
@@ -51,7 +51,7 @@
51 51
 											<input type="text" id="ITP_FORM_POMNG07010_DETAIL_WHS_NM" class="form-control itp_input" name="swhsNm" placeholder="매장/창고" readonly/>
52 52
 											<input type="hidden" id="ITP_FORM_POMNG07010_DETAIL_WHS_ID" class="form-control itp_input" name="swhsId" />
53 53
 												<span class="input-group-btn">
54
-													<button id="ITP_BTN_POMNG07010_DELETE_WHS_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-erase"></i></button>
54
+													<button id="ITP_BTN_POMNG07010_DELETE_WHS_ID" class="btn btn-default btn-sm UPB" type="button" style="padding:3.8px 10px;"><i class="glyphicon glyphicon-remove"></i></button>
55 55
 												</span>
56 56
 											</div>
57 57
 										</div>

+ 3 - 5
src/main/webapp/app/stockmng/STOCKMNG01010.html

@@ -57,11 +57,9 @@
57 57
 							</div>
58 58
 						</div>
59 59
 					</div>
60
-					<div class="fix" style="padding-right:16px;">
61
-						<div class="pull-right itp_cicon">
62
-							<button type="button" id="ITP_BTN_STOCKMNG01010_ADDROW" class="btn btn-primary btn-sm IPS" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;재고처리&nbsp;&nbsp;</button>
63
-							<button type="button" id="ITP_BTN_STOCKMNG01010_DELROW" class="btn btn-primary btn-sm IPS"><i class="glyphicon"></i>&nbsp;&nbsp;재고이력&nbsp;&nbsp;</button>									
64
-						</div>
60
+					<div class="pull-right itp_cicon itp_gird_btn">
61
+						<button type="button" id="ITP_BTN_STOCKMNG01010_ADDROW" class="btn btn-primary btn-sm IPS" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;재고처리&nbsp;&nbsp;</button>
62
+						<button type="button" id="ITP_BTN_STOCKMNG01010_DELROW" class="btn btn-primary btn-sm IPS"><i class="glyphicon"></i>&nbsp;&nbsp;재고이력&nbsp;&nbsp;</button>									
65 63
 					</div>
66 64
 					<div class="itp_table fix">
67 65
 						<div id="ITP_STOCKMNG01010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">

+ 3 - 5
src/main/webapp/app/stockmng/STOCKMNG03010.html

@@ -65,11 +65,9 @@
65 65
 							</div>
66 66
 						</div>
67 67
 					</div>
68
-					<div class="fix" style="padding-right:15px;margin-bottom: 13px;">
69
-						<div class="pull-right itp_cicon">
70
-							<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
71
-							<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_DELROW" class="btn btn-primary btn-sm DRB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
72
-						</div>
68
+					<div class="pull-right itp_cicon itp_gird_btn">
69
+						<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
70
+						<button type="button" id="ITP_BTN_STOCKMNG03010_DETAIL_DELROW" class="btn btn-primary btn-sm DRB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
73 71
 					</div>
74 72
 					<div class="itp_table fix">
75 73
 						<div id="ITP_STOCKMNG03010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">

+ 19 - 21
src/main/webapp/app/vendinfo/VENDINFO01010.html

@@ -26,8 +26,7 @@
26 26
 								<input type="hidden" id="ITP_FORM_VENDINFO01010_DETAIL_CORP_FILE_NO" name="bsnsRegFileNo" value="">
27 27
 					
28 28
 								<section class="itp_form_sec">
29
-									<h4 class="itp_form_tit">공급업체정보-신규</h4>
30
-									<div class="itp_form_in">
29
+									<div class="itp_form_in border-top">
31 30
 										<div class="form-group">
32 31
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
33 32
 											<div class="col-xs-4 itp_ip">
@@ -36,7 +35,7 @@
36 35
 											</div>
37 36
 											<label class="col-xs-2 itp_lb">상태 *</label>
38 37
 											<div class="4 itp_ip">
39
-												<div class="col-xs-8 itp_in fnStCd">
38
+												<div class="col-xs-6 itp_in fnStCd">
40 39
 													<select id="ITP_FORM_VENDINFO01010_DETAIL_ST_CD" data-check-required="empty" data-select-code="ST_CD" class="form-control itp_input" name="stCd">
41 40
 													</select>
42 41
 												</div>
@@ -48,14 +47,14 @@
48 47
 											<label class="col-xs-2 itp_lb">공급엄체번호</label>
49 48
 											<div class="col-xs-4 itp_ip">
50 49
 												<div class="itp_form_change">
51
-													<div class="col-xs-7 itp_in">
50
+													<div class="col-xs-6 itp_in">
52 51
 									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_SPPLY_ID" data-check-required="empty" class="form-control itp_input" name="spplyId" value="" readonly="readonly">
53 52
 													</div>
54 53
 												</div>
55 54
 											</div>
56 55
 											<label class="col-xs-2 itp_lb">기업형태 *</label>
57 56
 											<div class="col-xs-4 itp_ip">
58
-												<div class="col-xs-8 itp_in">
57
+												<div class="col-xs-6 itp_in">
59 58
 								                <select id="ITP_FORM_VENDINFO01010_DETAIL_CORP_TYPE" data-check-required="empty" data-select-code="CORP_TYPE" class="form-control itp_input" name="corpType">
60 59
 												</select>
61 60
 												</div>
@@ -66,13 +65,13 @@
66 65
 										<div class="form-group">
67 66
 											<label class="col-xs-2 itp_lb">공급업체명 *</label>
68 67
 											<div class="col-xs-4 itp_ip">
69
-												<div class="col-xs-9 itp_in">
68
+												<div class="col-xs-6 itp_in">
70 69
 													<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_SPPLY_NM" data-check-required="empty" class="form-control itp_input" name="spplyNm" value="">
71 70
 												</div>
72 71
 											</div>
73 72
 											<label class="col-xs-2 itp_lb">업태</label>
74 73
 											<div class="col-xs-4 itp_ip">
75
-												<div class="col-xs-8 itp_in">
74
+												<div class="col-xs-6 itp_in">
76 75
 								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_BSNS_CNDT" class="form-control itp_input" name="bsnsCndt" value="">
77 76
 												</div>
78 77
 											</div>
@@ -83,14 +82,14 @@
83 82
 											<label class="col-xs-2 itp_lb">사업자번호 *</label>
84 83
 											<div class="col-xs-4 itp_ip">
85 84
 												<div class="itp_form_change">
86
-													<div class="col-xs-7 itp_in">
85
+													<div class="col-xs-6 itp_in">
87 86
 									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_BSNS_REG_NO" data-check-required="empty" data-key-up="regNo" class="form-control itp_input" name="bsnsRegNo" value="">
88 87
 													</div>
89 88
 												</div>
90 89
 											</div>
91 90
 											<label class="col-xs-2 itp_lb">업종</label>
92 91
 											<div class="col-xs-4 itp_ip">
93
-												<div class="col-xs-8 itp_in">
92
+												<div class="col-xs-6 itp_in">
94 93
 								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_CTGR_BSNS" class="form-control itp_input" name="ctgrBsns" value="">
95 94
 												</div>
96 95
 											</div>
@@ -101,14 +100,14 @@
101 100
 											<label class="col-xs-2 itp_lb">법인번호</label>
102 101
 											<div class="col-xs-4 itp_ip">
103 102
 												<div class="itp_form_change">
104
-													<div class="col-xs-7 itp_in">
103
+													<div class="col-xs-6 itp_in">
105 104
 									                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_CORP_REG_NO" class="form-control itp_input" data-key-up="corpNo" name="corpRegNo" value="">
106 105
 													</div>
107 106
 												</div>
108 107
 											</div>
109 108
 											<label class="col-xs-2 itp_lb">전화번호 *</label>
110 109
 											<div class="col-xs-4 itp_ip">
111
-												<div class="col-xs-8 itp_in">
110
+												<div class="col-xs-6 itp_in">
112 111
 								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_TEL_NO" data-check-required="empty" data-key-up="tel" class="form-control itp_input" name="mgrTelNo" value="">
113 112
 												</div>
114 113
 											</div>
@@ -134,13 +133,13 @@
134 133
 										<div class="form-group">
135 134
 											<label class="col-xs-2 itp_lb">이메일</label>
136 135
 											<div class="col-xs-4 itp_ip">
137
-												<div class="col-xs-8 itp_in">
136
+												<div class="col-xs-6 itp_in">
138 137
 								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_EMAL_ADDR" class="form-control itp_input" name="mgrEmal" value="">
139 138
 												</div>
140 139
 											</div>
141 140
 											<label class="col-xs-2 itp_lb">은행</label>
142 141
 											<div class="col-xs-4 itp_ip">
143
-												<div class="col-xs-8 itp_in">
142
+												<div class="col-xs-6 itp_in">
144 143
 				                             	<select id="ITP_FORM_VENDINFO01010_DETAIL_BNK_CD" data-select-code="BNK_CD" class="form-control itp_input" name="bnkCd">
145 144
 												</select>
146 145
 												</div>
@@ -170,7 +169,7 @@
170 169
 											</div>
171 170
 											<label class="col-xs-2 itp_lb">예금주</label>
172 171
 											<div class="col-xs-4 itp_ip">
173
-												<div class="col-xs-8 itp_in">
172
+												<div class="col-xs-6 itp_in">
174 173
 								                	<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_OWAC_NM" class="form-control itp_input" name="owacNm" value="">
175 174
 												</div>
176 175
 											</div>
@@ -206,7 +205,7 @@
206 205
 												<div class="col-xs-1 itp_in">
207 206
 													<input type="text" id="ITP_FORM_VENDINFO01010_DETAIL_ZIPNO" data-check-required="empty" class="form-control itp_input" name="zipNo" value="" maxlength="6" placeholder="우편번호">													
208 207
 												</div>
209
-												<div class="col-xs-2 itp_in" style="width:10%;">
208
+												<div class="col-xs-a itp_in">
210 209
 													<button type="button" id="ITP_BTN_VENDINFO01010_DETAIL_ADRES_SCH" class="btn btn-primary btn-sm FILE_SEARCH" style="margin:0 3px;">&nbsp;&nbsp;주소찾기&nbsp;&nbsp;</button>
211 210
 												</div>
212 211
 												<div class="col-xs-4 itp_in" style="margin:0 5px;">
@@ -222,14 +221,14 @@
222 221
 										<div class="form-group">
223 222
 											<label class="col-xs-2 itp_lb">등록자/등록일</label>
224 223
 											<div class="col-xs-4 itp_ip">
225
-												<div class="col-xs-4 itp_in fnRegId"></div>
226
-												<label class="col-xs-1 itp_in">/</label>
224
+												<div class="col-xs-a itp_in fnRegId"></div>
225
+												<label class="col-xs-a itp_in">/</label>
227 226
 												<div class="col-xs-5 itp_in fnRegDt"></div>
228 227
 											</div>
229 228
 											<label class="col-xs-2 itp_lb">수정자/수정일</label>
230 229
 											<div class="4 itp_ip">
231
-												<div class="col-xs-4 itp_in fnChgId"></div>
232
-												<label class="col-xs-1 itp_in">/</label>
230
+												<div class="col-xs-a itp_in fnChgId"></div>
231
+												<label class="col-xs-a itp_in">/</label>
233 232
 												<div class="col-xs-5 itp_in fnChgDt"></div>
234 233
 											</div>
235 234
 										</div>
@@ -239,7 +238,7 @@
239 238
 						</div>
240 239
 					</div>
241 240
 					<div class="itp_table fix">
242
-						<div class="itp_table_head fix" style="background:#f5f5f5;">
241
+						<div class="itp_table_head fix" style="background:#fff;">
243 242
 							<h4 class="itp_table_tit">공급업체 담당자 정보</h4>
244 243
 							<div class="pull-right itp_cicon">
245 244
 								<button type="button" id="ITP_BTN_VENDINFO01010_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;추가&nbsp;&nbsp;</button>
@@ -247,7 +246,6 @@
247 246
 							</div>
248 247
 						</div>
249 248
 			 				<div id="ITP_VENDINFO01010_DETAIL_jqGrid_list" class="itp_tb_list">
250
-							<div id="ITP_VENDINFO01010_DETAIL_jqGridView" class="itp_views fix"></div>
251 249
 							<table id="ITP_VENDINFO01010_DETAIL_jqGrid"></table>
252 250
 							<div id="ITP_VENDINFO01010_DETAIL_jqGridPager"></div>
253 251
 							<div id="ITP_VENDINFO01010_DETAIL_jqGridEmpty" class="itp_no_data"></div>

+ 2 - 3
src/main/webapp/app/vendinfo/VENDINFO02010.html

@@ -17,7 +17,7 @@
17 17
 								<input type="hidden" id="ITP_FORM_VENDINFO02010_SEARCH_SPPLY_ID" name="sspplyId">
18 18
 								<input type="hidden" id="ITP_FORM_VENDINFO02010_SEARCH_BRAND_ID" name="sbrandId">
19 19
 									<div class="form-group">
20
-										<div class="col-xs-2 itp_ip itp_noMar"></div>
20
+										<!-- <div class="col-xs-2 itp_ip itp_noMar"></div> -->
21 21
 										<div class="col-xs-2 itp_ip itp_noMar">
22 22
 											<select id="ITP_FORM_VENDINFO02010_SEARCH_ITEM_ST_CD" data-select-code="ITEM_ST_CD" class="form-control itp_input" name="sitemStCd">
23 23
 												<option value="N"></option>
@@ -54,8 +54,7 @@
54 54
 								<input type="hidden" id="ITP_FORM_VENDINFO02010_VIEW_ITEM_ID" name="itemId" value="">
55 55
 								<input type="hidden" id="ITP_FORM_VENDINFO02010_VIEW_FILE_NO" name="fileNo" value="">
56 56
 								<section class="itp_form_sec">
57
-									<h4 class="itp_form_tit">품목정보-상세</h4>
58
-									<div class="itp_form_in">
57
+									<div class="itp_form_in border-top">
59 58
 										<div class="form-group">
60 59
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
61 60
 											<div class="col-xs-12 itp_ip">

+ 2 - 1
src/main/webapp/css/style.css

@@ -269,6 +269,7 @@ a, button {outline:none !important; text-decoration:none !important;}
269 269
 
270 270
 #ITP_CONTAINER .itp_detail .itp_det_in {padding:0px 20px 15px 20px; height:calc(100vh - 180px); overflow-y:scroll;}
271 271
 #ITP_CONTAINER .itp_detail .itp_det_in::-webkit-scrollbar{display:none;}
272
+#ITP_CONTAINER .itp_detail .itp_gird_btn {padding-right:35px; margin-top:-2px !important;}
272 273
 #ITP_CONTAINER .itp_detail .itp_cicon {line-height:32px; height:32px; margin-top:4px;}
273 274
 #ITP_CONTAINER .itp_detail .itp_cicon .btn-default {color:#fff; background-color:rgb(109, 110, 114); border-color:rgb(109, 110, 114);}
274 275
 #ITP_CONTAINER .itp_detail .itp_cicon .itp_store {display:inline-block; vertical-align:middle; font-size:13px; margin-right:10px;}
@@ -382,7 +383,7 @@ html:lang(en) #ITP_CONTAINER .itp_detail .itp_form .itp_thumb_inline .itp_thumb_
382 383
 #ITP_CONTAINER .itp_tb_list.itp_gType2 .itp_no_data.itp_noSrh {top:51%;}
383 384
 #ITP_CONTAINER .itp_tb_list .itp_no_data u {color:#337ab7; cursor:pointer;}
384 385
 
385
-#ITP_CONTAINER .itp_tb_list .itp_views {font-size:12px; margin-bottom:8px; display:inline-block; width:90%;}
386
+#ITP_CONTAINER .itp_tb_list .itp_views {font-size:12px; margin-bottom:8px; display:inline-block; width:50%;}
386 387
 #ITP_CONTAINER .itp_tb_list .itp_views .itp_shrv {float:left; width:50%; padding-left:5px;}
387 388
 #ITP_CONTAINER .itp_tb_list .itp_views .itp_shrv span {float:left;}
388 389
 #ITP_CONTAINER .itp_tb_list .itp_views .itp_shrv em {font-style:normal;}

+ 7 - 0
src/main/webapp/js/app/ordmng/ITP_ORDMNG02010.js

@@ -73,6 +73,7 @@ const gridColModel = {
73 73
 			index: 'WHS_NM', name: 'whsNm',
74 74
 			label: ITP_MSG_LOCALE.label.whsNm, 				//납품장소
75 75
 			width: '11', fixed: false, align: 'left',
76
+			minwidht: 100,
76 77
 			sortable: false, hidden: false
77 78
 		},
78 79
 		{
@@ -98,12 +99,14 @@ const gridColModel = {
98 99
 			label: ITP_MSG_LOCALE.label.unitAmt, 			//단가
99 100
 			width: '3', fixed: false, align: 'right',
100 101
 			sortable: false, hidden: false,
102
+			minwidth:80,
101 103
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
102 104
 		},
103 105
 		{
104 106
 			index: 'PODR_AMT', name: 'podrAmt',
105 107
 			label: ITP_MSG_LOCALE.label.podrAmt, 			//발주금액
106 108
 			width: '4', fixed: false, align: 'right',
109
+			minwidth:80,
107 110
 			sortable: false, hidden: false,
108 111
 			formatter: 'integer', formatoptions: {thousandsSeparator: ','}
109 112
 		}
@@ -487,6 +490,7 @@ let modifyObj = {
487 490
 						index: 'ITEM_ID', name: 'itemId',
488 491
 						label: ITP_MSG_LOCALE.label.itemId, 			//품목번호
489 492
 						width: '10', fixed: false, align: 'center',
493
+						minwidth: 100,
490 494
 						sortable: false, hidden: false, edittype: 'text',
491 495
 						editable: false
492 496
 					},
@@ -523,6 +527,7 @@ let modifyObj = {
523 527
 						label: ITP_MSG_LOCALE.label.shmtQty, 	 		//출하수량
524 528
 						width: '8', fixed: false, align: 'right',
525 529
 						sortable: false, hidden: false, edittype: 'text',
530
+						classes: 'input_color',
526 531
 						editable: true, editrules: {number: true, custom: true, custom_func: shmtQtyValue}
527 532
 					},
528 533
 					{
@@ -537,6 +542,7 @@ let modifyObj = {
537 542
 						label: ITP_MSG_LOCALE.label.expryDate,  		//유통기한일자
538 543
 						width: '10', fixed: false, align: 'center',
539 544
 						sortable: false, hidden: false, 
545
+						classes: 'input_color',
540 546
 						editable: true, sorttype: 'date',
541 547
 				        editoptions: {dataInit: function(e) {$(e).datepicker(ITP_DATE_LANGUAGE);}},
542 548
 				        editrules: {custom: true, custom_func: isExpryDate}
@@ -545,6 +551,7 @@ let modifyObj = {
545 551
 						index: 'REMARK', name: 'deliDesc',				//API 비고 키
546 552
 						label: ITP_MSG_LOCALE.label.remark,  			//locale-ko 비고 값
547 553
 						width: '10', fixed: false, align: 'center',
554
+						classes: 'input_color',
548 555
 						sortable: false, hidden: false, edittype: 'text',
549 556
 						editable: true
550 557
 					},

+ 2 - 0
src/main/webapp/js/app/ordmng/ITP_ORDMNG03010.js

@@ -37,6 +37,7 @@ const gridColModel = {
37 37
 				index: 'Brand_Nm', name: 'brandNm',			//정렬가능 여부,화면표시 여부
38 38
 				label: ITP_MSG_LOCALE.label.brandNm, 		//브랜드이름
39 39
 				width: '10', fixed: false, align: 'left',	// cell가로넓이,고정 여부 ,text정렬 
40
+				minwidht: 120,								//최소가로넓이 설정
40 41
 				sortable: false, hidden: false				//정렬가능 여부,화면표시 여부	
41 42
 			},
42 43
 			{
@@ -255,6 +256,7 @@ let listObj = {
255 256
 		init: function () {
256 257
 				// 데이터 없을때
257 258
 			this.search();//search 불러오기
259
+			itp_fn_jqgrid_resize(ORDMNG03010_GRID_ID, ORDMNG03010_GRID_LIST, 'lg');
258 260
 		},
259 261
 		colModel: gridColModel.list,	//컬럼정보
260 262
 		search: function() {

+ 2 - 0
src/main/webapp/js/app/pomng/ITP_POMNG03010.js

@@ -264,6 +264,7 @@ const gridColModel = {
264 264
 			index: 'PODR_QTY', name: 'podrQty',
265 265
 			label: ITP_MSG_LOCALE.label.podrQty, //발주수량
266 266
 			width: '10', fixed: false, align: 'right',
267
+			classes: 'input_color',
267 268
 			sortable: false, editable: true, edittype: 'text',
268 269
 			editrules: {required: true}, hidden: false,
269 270
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
@@ -641,6 +642,7 @@ let pageObj = {
641 642
 			*/
642 643
 		} else if(mode == 'POC') { // 구매요청 발주
643 644
 			$('#ITP_AJAX_POMNG03010_DETAIL_CONTAINER').show();
645
+			$('#ITP_BTN_POMNG03010_DELETE_SHMT_WHS_NM').show();
644 646
 			fn_show_btn_auth_array(['#ITP_BTN_POMNG03010_PO', '#ITP_BTN_POMNG03010_CANCELLIST']);
645 647
 			$('#ITP_FORM_POMNG03010_DETAIL_BRAND_ID').val(fn_make_user_info.get('brandId'));
646 648
 			$('#ITP_FORM_POMNG03010_DETAIL_STORE_ID').val(fn_make_user_info.get('storeId'));

+ 1 - 1
src/main/webapp/js/app/pomng/ITP_POMNG05010.js

@@ -74,7 +74,7 @@ const gridColModel = {
74 74
 			{
75 75
 				index: 'WHS_NM', name: 'whsNm',				
76 76
 				label: '입고처', 			//납품장소
77
-				width: '20', fixed: false, align: 'center',	
77
+				width: '20', fixed: false, align: 'left',	
78 78
 				minwidth:220,
79 79
 				sortable: false, hidden: false				
80 80
 			},

+ 1 - 1
src/main/webapp/js/app/pomng/ITP_POMNG06010.js

@@ -128,7 +128,7 @@ const gridColModel = {
128 128
 			index: 'WHS_NM', name: 'whsNm',
129 129
 			label: ITP_MSG_LOCALE.label.whsNm, //납품창고명
130 130
 			width: '15', fixed: false, align: 'left',
131
-			minwidth: 160,
131
+			minwidth: 200,
132 132
 			sortable: false, hidden: false
133 133
 		},
134 134
 		{

+ 5 - 0
src/main/webapp/js/app/vendinfo/ITP_VENDINFO01010.js

@@ -56,24 +56,28 @@ const gridColModel = {
56 56
 			label: ITP_MSG_LOCALE.label.spplyMgrNm, 	//담당자명
57 57
 			width: '10', fixed: false, align: 'left',
58 58
 			sortable: false, editable: true, edittype: 'text',
59
+			classes: 'input_color',
59 60
 			editrules: {required: true}
60 61
 		},
61 62
         {
62 63
             index: 'POSITION', name: 'position',
63 64
             label: ITP_MSG_LOCALE.label.position,		// 직위
64 65
             width: '10', fixed: false, align: 'left',
66
+            classes: 'input_color',
65 67
             sortable: false, hidden: false, editable: true, edittype: 'text'
66 68
         },
67 69
         {
68 70
             index: 'RPRST_EMAL', name: 'rprstEmal',
69 71
             label: ITP_MSG_LOCALE.label.rprstEmal,		// 이메일
70 72
             width: '10', fixed: false, align: 'left',
73
+            classes: 'input_color',
71 74
             sortable: false, hidden: false, editable: true, edittype: 'text'
72 75
         },
73 76
         {
74 77
             index: 'RPRST_TEL_NO', name: 'rprstTelNo',
75 78
             label: ITP_MSG_LOCALE.label.rprstTelNo,		// 전화번호
76 79
             width: '10', fixed: false, align: 'center',
80
+            classes: 'input_color',
77 81
             sortable: false, hidden: false, editable: true, edittype: 'text',
78 82
             editoptions: {'data-key-up': 'tel'}
79 83
         },
@@ -81,6 +85,7 @@ const gridColModel = {
81 85
             index: 'ASSGN_TASK', name: 'assgnTask',
82 86
             label: ITP_MSG_LOCALE.label.assgnTaskNm,	// 담당업무
83 87
             width: '10', fixed: false, align: 'left',
88
+            classes: 'input_color',
84 89
             sortable: false, editable: true, formatter: 'select', edittype: 'select',
85 90
 			editoptions: {value: ITP_COMMON_ASSGN_TASK},
86 91
 			editrules: {required: false}

+ 5 - 5
src/main/webapp/js/app/vendinfo/ITP_VENDINFO02010.js

@@ -32,7 +32,7 @@ const gridColModel = {
32 32
 			{
33 33
 				index: 'ITEM_ID', name: 'itemId',  			//서버로 전송시 데이터 명 , 데이터명
34 34
 				label: ITP_MSG_LOCALE.label.itemId, 		//품목번호
35
-				width: '12', fixed: false, align: 'left',	// cell가로넓이,고정 여부 ,text정렬 
35
+				width: '12', fixed: false, align: 'center',	// cell가로넓이,고정 여부 ,text정렬 
36 36
 				sortable: false, hidden: false 				//정렬가능 여부,화면표시 여부
37 37
 			},
38 38
 			{
@@ -44,25 +44,25 @@ const gridColModel = {
44 44
 			{
45 45
 				index: 'ITEM_TYPE_NM', name: 'itemTypeNm',	//서버로 전송시 데이터 명 , 데이터명
46 46
 				label: ITP_MSG_LOCALE.label.itemTypeNm, 	//품목유형
47
-				width: '10', fixed: false, align: 'left',	// cell가로넓이,고정 여부 ,text정렬 
47
+				width: '10', fixed: false, align: 'center',	// cell가로넓이,고정 여부 ,text정렬 
48 48
 				sortable: false, hidden: false 				//정렬가능 여부,화면표시 여부
49 49
 			},
50 50
 			{
51 51
 				index: 'ITEM_CLASS_NM', name: 'itemClassNm',//서버로 전송시 데이터 명 , 데이터명
52 52
 				label: ITP_MSG_LOCALE.label.itemClassNm, 	//품목분류
53
-				width: '12', fixed: false, align: 'left',	// cell가로넓이,고정 여부 ,text정렬 
53
+				width: '12', fixed: false, align: 'center',	// cell가로넓이,고정 여부 ,text정렬 
54 54
 				sortable: false, hidden: false 				//정렬가능 여부,화면표시 여부
55 55
 			},
56 56
 			{
57 57
 				index: 'ITEM_ST_NM', name: 'itemStNm',		//서버로 전송시 데이터 명 , 데이터명
58 58
 				label: "상태", 								//상태
59
-				width: '8', fixed: false, align: 'left',	// cell가로넓이,고정 여부 ,text정렬 
59
+				width: '8', fixed: false, align: 'center',	// cell가로넓이,고정 여부 ,text정렬 
60 60
 				sortable: false, hidden: false 				//정렬가능 여부,화면표시 여부
61 61
 			},
62 62
 			{
63 63
 				index: 'PODR_PSSBLDVSN_NM', name: 'podrPssblDvsnNm',//서버로 전송시 데이터 명 , 데이터명
64 64
 				label: ITP_MSG_LOCALE.label.podrPssblDvsnNm, //발주여부
65
-				width: '6', fixed: false, align: 'left',	// cell가로넓이,고정 여부 ,text정렬 
65
+				width: '6', fixed: false, align: 'center',	// cell가로넓이,고정 여부 ,text정렬 
66 66
 				sortable: false, hidden: false 				//정렬가능 여부,화면표시 여부
67 67
 			},
68 68
 			{

+ 1 - 1
src/main/webapp/js/app/vendinfo/ITP_VENDINFO03010.js

@@ -72,7 +72,7 @@ const gridColModel = {
72 72
 		{
73 73
 			index: 'UNIT_ST_NM', name: 'unitStNm',
74 74
 			label: ITP_MSG_LOCALE.label.status, 	//상태
75
-			width: '5', fixed: false, align: 'left',
75
+			width: '5', fixed: false, align: 'center',
76 76
 			sortable: false, hidden: false
77 77
 		},
78 78
 		{