Browse Source

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

dwkim 2 years ago
parent
commit
af63a5ad8d

+ 14 - 10
src/main/webapp/app/loanmng/LOANMNG01010.html

@@ -20,11 +20,15 @@
20
 								
20
 								
21
 									<div class="form-group">
21
 									<div class="form-group">
22
 										<div class="col-xs-2 itp_ip itp_noMar">
22
 										<div class="col-xs-2 itp_ip itp_noMar">
23
-											<input type="text" id="ITP_FORM_LOANMNG01010_SEARCH_STORE_NM" class="form-control itp_input" placeholder="매장선택" readonly="readonly" />
23
+											<div class="input-group">
24
+												<input type="text" id="ITP_FORM_LOANMNG01010_SEARCH_STORE_NM" class="form-control itp_input" placeholder="매장선택" readonly="readonly" />
25
+												<span class="input-group-btn">
26
+													<button id="ITP_BTN_LOANMNG01010_STORE_ERASE" class="btn btn-default btn-sm itp_btn UPB" type="button"><i class="glyphicon glyphicon-remove"></i></button>
27
+												</span>
28
+											</div>
24
 										</div>
29
 										</div>
25
 										<div class="col-xs-1 itp_ip itp_noMar">
30
 										<div class="col-xs-1 itp_ip itp_noMar">
26
 											<button type="button" id="ITP_BTN_LOANMNG01010_STORE_SEARCH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
31
 											<button type="button" id="ITP_BTN_LOANMNG01010_STORE_SEARCH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
27
-											<button type="button" id="ITP_BTN_LOANMNG01010_STORE_ERASE" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
28
 										</div>
32
 										</div>
29
 										<div class="col-xs-2 itp_ip itp_noMar">
33
 										<div class="col-xs-2 itp_ip itp_noMar">
30
 											<select id="ITP_FORM_LOANMNG01010_SEARCH_LOAN_DVSN" data-select-code="LOAN_DVSN" class="form-control itp_input" name="sloanDvsn">
34
 											<select id="ITP_FORM_LOANMNG01010_SEARCH_LOAN_DVSN" data-select-code="LOAN_DVSN" class="form-control itp_input" name="sloanDvsn">
@@ -60,8 +64,7 @@
60
 								<input type="hidden" id="ITP_FORM_LOANMNG01010_VIEW_LOAN_MGNT_UNQ_NO" name="loanMgntUnqNo" value="">
64
 								<input type="hidden" id="ITP_FORM_LOANMNG01010_VIEW_LOAN_MGNT_UNQ_NO" name="loanMgntUnqNo" value="">
61
 					
65
 					
62
 								<section class="itp_form_sec">
66
 								<section class="itp_form_sec">
63
-									<h4 class="itp_form_tit">여신정보</h4>
64
-									<div class="itp_form_in">
67
+									<div class="itp_form_in border-top">
65
 										<div class="form-group">
68
 										<div class="form-group">
66
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
69
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
67
 												<div class="col-xs-4 itp_ip">
70
 												<div class="col-xs-4 itp_ip">
@@ -124,15 +127,16 @@
124
 										<div class="col-xs-12">
127
 										<div class="col-xs-12">
125
 											<form id="ITP_FORM_LOANMNG01010_VIEW_SEARCH" class="form-horizontal">
128
 											<form id="ITP_FORM_LOANMNG01010_VIEW_SEARCH" class="form-horizontal">
126
 												<input type="hidden" id="ITP_FORM_LOANMNG01010_VIEW_SEARCH_LOAN_MGNT_UNQ_NO" name="sloanMgntUnqNo" value="">
129
 												<input type="hidden" id="ITP_FORM_LOANMNG01010_VIEW_SEARCH_LOAN_MGNT_UNQ_NO" name="sloanMgntUnqNo" value="">
127
-											
128
-												<div class="col-xs-1 itp_ip itp_noMar" style="top:2px">
129
-													<label class="itp_in">거래일자</label>
130
+												<div class="col-xs-1 itp_ip itp_noMar" style="left:15px">
131
+													<select id="ITP_AJAX_LOANMNG01010_VIEW_SEARCH" class="form-control itp_input" name="servicePchReqDt">
132
+														<option value="A">거래일자</option>											
133
+													</select>
130
 												</div>
134
 												</div>
131
-												<div class="col-xs-2 itp_ip itp_noMar">
135
+												<div class="col-xs-4 itp_ip itp_noMar">
132
 													<div class="input-daterange input-group date">
136
 													<div class="input-daterange input-group date">
133
-														<input type="text" id="ITP_FORM_LOANMNG01010_SEARCH_FROM" class="form-control itp_input" name="fromDt" value="">
137
+														<input type="text" id="ITP_FORM_LOANMNG01010_SEARCH_FROM" class="form-control itp_input" name="fromDt" value="" readonly>
134
 														<span class="input-group-addon itp_date_to">~</span>
138
 														<span class="input-group-addon itp_date_to">~</span>
135
-														<input type="text" id="ITP_FORM_LOANMNG01010_SEARCH_TO" class="form-control itp_input" name="toDt" value="">
139
+														<input type="text" id="ITP_FORM_LOANMNG01010_SEARCH_TO" class="form-control itp_input" name="toDt" value="" readonly>
136
 													</div>
140
 													</div>
137
 												</div>
141
 												</div>
138
 												<div class="col-xs-2 itp_in itp_noMar">
142
 												<div class="col-xs-2 itp_in itp_noMar">

+ 28 - 17
src/main/webapp/app/loanmng/LOANMNG02010.html

@@ -26,21 +26,27 @@
26
 								
26
 								
27
 									<div class="form-group">
27
 									<div class="form-group">
28
 										<div class="col-xs-2 itp_ip itp_noMar">
28
 										<div class="col-xs-2 itp_ip itp_noMar">
29
-											<input type="text" id="ITP_FORM_LOANMNG02010_SEARCH_STORE_NM" class="form-control itp_input" placeholder="매장선택" readonly="readonly" value="" />
29
+											<div class="input-group">
30
+												<input type="text" id="ITP_FORM_LOANMNG02010_SEARCH_STORE_NM" class="form-control itp_input" placeholder="매장선택" readonly="readonly" value="" />
31
+												<span class="input-group-btn">
32
+													<button id="ITP_BTN_LOANMNG02010_STORE_ERASE" class="btn btn-default btn-sm itp_btn UPB" type="button"><i class="glyphicon glyphicon-remove"></i></button>
33
+												</span>
34
+											</div>
30
 										</div>
35
 										</div>
31
 										<div class="col-xs-1 itp_ip itp_noMar">
36
 										<div class="col-xs-1 itp_ip itp_noMar">
32
 											<button type="button" id="ITP_BTN_LOANMNG02010_STORE_SEARCH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
37
 											<button type="button" id="ITP_BTN_LOANMNG02010_STORE_SEARCH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
33
-											<button type="button" id="ITP_BTN_LOANMNG02010_STORE_ERASE" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
34
 										</div>
38
 										</div>
35
-										<div class="col-xs-3 itp_ip itp_noMar">
36
-											<div class="col-xs-3 itp_ip itp_noMar" style="top:2px">
37
-												<label>입금일자</label>
39
+										<div class="col-xs-5 itp_ip itp_noMar">
40
+											<div class="col-xs-3 itp_ip itp_noMar">
41
+												<select id="ITP_FORM_LOANMNG02010_SEARCH_" class="form-control itp_input" >
42
+													<option value="">입금상태</option>
43
+												</select>	
38
 											</div>
44
 											</div>
39
 											<div class="col-xs-8 itp_ip itp_noMar">
45
 											<div class="col-xs-8 itp_ip itp_noMar">
40
 												<div class="input-daterange input-group date">
46
 												<div class="input-daterange input-group date">
41
-													<input type="text" id="ITP_FORM_LOANMNG02010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="">
47
+													<input type="text" id="ITP_FORM_LOANMNG02010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
42
 													<span class="input-group-addon itp_date_to">~</span>
48
 													<span class="input-group-addon itp_date_to">~</span>
43
-													<input type="text" id="ITP_FORM_LOANMNG02010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="">
49
+													<input type="text" id="ITP_FORM_LOANMNG02010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
44
 												</div>
50
 												</div>
45
 											</div>
51
 											</div>
46
 										</div>
52
 										</div>
@@ -72,8 +78,7 @@
72
 								<input type="hidden" id="ITP_FORM_LOANMNG02010_DETAIL_STORE_ID" name="storeId" value="">
78
 								<input type="hidden" id="ITP_FORM_LOANMNG02010_DETAIL_STORE_ID" name="storeId" value="">
73
 					
79
 					
74
 								<section class="itp_form_sec">
80
 								<section class="itp_form_sec">
75
-									<h4 class="itp_form_tit">입금정보</h4>
76
-									<div class="itp_form_in">
81
+									<div class="itp_form_in border-top">
77
 										<div class="form-group">
82
 										<div class="form-group">
78
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
83
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
79
 												<div class="col-xs-4 itp_ip">
84
 												<div class="col-xs-4 itp_ip">
@@ -95,7 +100,7 @@
95
 											</div>
100
 											</div>
96
 											<label class="col-xs-2 itp_lb">입금일자</label>
101
 											<label class="col-xs-2 itp_lb">입금일자</label>
97
 											<div class="col-xs-4 itp_ip">
102
 											<div class="col-xs-4 itp_ip">
98
-												<div class="col-xs-4 itp_in">
103
+												<div class="col-xs-7 itp_in">
99
 													<div class="input-group date">
104
 													<div class="input-group date">
100
 													<input type="text" id="ITP_FORM_LOANMNG02010_DETAIL_DPST_DT" class="form-control itp_input" name="dpstDt" readonly="readonly">
105
 													<input type="text" id="ITP_FORM_LOANMNG02010_DETAIL_DPST_DT" class="form-control itp_input" name="dpstDt" readonly="readonly">
101
 													<span class="input-group-addon itp_input itp_date_to">
106
 													<span class="input-group-addon itp_input itp_date_to">
@@ -105,7 +110,7 @@
105
 												</div>
110
 												</div>
106
 											</div>
111
 											</div>
107
 										</div>
112
 										</div>
108
-										<div class="form-group border">
113
+										<div class="form-group">
109
 											<label class="col-xs-2 itp_lb">입금자명</label>
114
 											<label class="col-xs-2 itp_lb">입금자명</label>
110
 											<div class="col-xs-4 itp_ip">
115
 											<div class="col-xs-4 itp_ip">
111
 												<div class="col-xs-8 itp_in">
116
 												<div class="col-xs-8 itp_in">
@@ -114,7 +119,7 @@
114
 											</div>
119
 											</div>
115
 											<label class="col-xs-2 itp_lb">입금은행</label>
120
 											<label class="col-xs-2 itp_lb">입금은행</label>
116
 											<div class="col-xs-4 itp_ip">
121
 											<div class="col-xs-4 itp_ip">
117
-												<div class="col-xs-8 itp_in">
122
+												<div class="col-xs-7 itp_in">
118
 													<select id="ITP_FORM_LOANMNG02010_DETAIL_DPST_BNK_CD" data-select-code="BNK_CD" class="form-control itp_input" name="dpstBnkCd">
123
 													<select id="ITP_FORM_LOANMNG02010_DETAIL_DPST_BNK_CD" data-select-code="BNK_CD" class="form-control itp_input" name="dpstBnkCd">
119
 														<option value="">입금은행</option>
124
 														<option value="">입금은행</option>
120
 													</select>												
125
 													</select>												
@@ -125,10 +130,15 @@
125
 									<div class="itp_form_in">
130
 									<div class="itp_form_in">
126
 										<div class="form-group border">
131
 										<div class="form-group border">
127
 											<label class="col-xs-2 itp_lb">입금계좌번호</label>
132
 											<label class="col-xs-2 itp_lb">입금계좌번호</label>
128
-											<div class="col-xs-10 itp_ip">
129
-												<div class="col-xs-4 itp_in">
133
+											<div class="col-xs-4 itp_ip">
134
+												<div class="col-xs-8 itp_in">
130
 													<input type="text" id="ITP_FORM_LOANMNG02010_DETAIL_RCV_ACCT_NO" class="form-control itp_input" name="rcvAcctNo">
135
 													<input type="text" id="ITP_FORM_LOANMNG02010_DETAIL_RCV_ACCT_NO" class="form-control itp_input" name="rcvAcctNo">
131
 												</div>
136
 												</div>
137
+											</div>	
138
+											<label class="col-xs-2 itp_lb"></label>
139
+											<div class="col-xs-4 itp_ip">
140
+												<div class="col-xs-4 itp_in">
141
+												</div>
132
 											</div>											
142
 											</div>											
133
 										</div>
143
 										</div>
134
 									</div>
144
 									</div>
@@ -149,8 +159,7 @@
149
 								<input type="hidden" id="ITP_FORM_LOANMNG02010_VIEW_DPST_ST_CD" name="dpstStCd" value="">								
159
 								<input type="hidden" id="ITP_FORM_LOANMNG02010_VIEW_DPST_ST_CD" name="dpstStCd" value="">								
150
 								
160
 								
151
 								<section class="itp_form_sec">
161
 								<section class="itp_form_sec">
152
-									<h4 class="itp_form_tit">입금정보</h4>
153
-									<div class="itp_form_in">
162
+									<div class="itp_form_in border-top">
154
 										<div class="form-group">
163
 										<div class="form-group">
155
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
164
 											<label class="col-xs-2 itp_lb">브랜드 *</label>
156
 											<div class="col-xs-4 itp_ip">
165
 											<div class="col-xs-4 itp_ip">
@@ -182,7 +191,9 @@
182
 									<div class="itp_form_in">
191
 									<div class="itp_form_in">
183
 										<div class="form-group border">
192
 										<div class="form-group border">
184
 											<label class="col-xs-2 itp_lb">입금계좌번호</label>
193
 											<label class="col-xs-2 itp_lb">입금계좌번호</label>
185
-											<div class="col-xs-10 itp_ip fnRcvAcctNo"></div>											
194
+											<div class="col-xs-4 itp_ip fnRcvAcctNo"></div>		
195
+											<label class="col-xs-2 itp_lb"></label>
196
+											<div class="col-xs-4 itp_ip "></div>										
186
 										</div>
197
 										</div>
187
 									</div>
198
 									</div>
188
 								</section>								
199
 								</section>								

+ 15 - 11
src/main/webapp/app/loanmng/LOANMNG03010.html

@@ -20,21 +20,27 @@
20
 								
20
 								
21
 									<div class="form-group">
21
 									<div class="form-group">
22
 										<div class="col-xs-2 itp_ip itp_noMar">
22
 										<div class="col-xs-2 itp_ip itp_noMar">
23
-											<input type="text" id="ITP_FORM_LOANMNG03010_SEARCH_STORE_NM" class="form-control itp_input" name="sstoreNm" placeholder="매장선택" readonly="readonly" value="" />
23
+											<div class="input-group">
24
+												<input type="text" id="ITP_FORM_LOANMNG03010_SEARCH_STORE_NM" class="form-control itp_input" name="sstoreNm" placeholder="매장선택" readonly="readonly" value="" />
25
+												<span class="input-group-btn">
26
+													<button id="ITP_BTN_LOANMNG03010_STORE_ERASE" class="btn btn-default btn-sm itp_btn UPB" type="button"><i class="glyphicon glyphicon-remove"></i></button>
27
+												</span>
28
+											</div>
24
 										</div>
29
 										</div>
25
 										<div class="col-xs-1 itp_ip itp_noMar">
30
 										<div class="col-xs-1 itp_ip itp_noMar">
26
 											<button type="button" id="ITP_BTN_LOANMNG03010_STORE_SEARCH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
31
 											<button type="button" id="ITP_BTN_LOANMNG03010_STORE_SEARCH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
27
-											<button type="button" id="ITP_BTN_LOANMNG03010_STORE_ERASE" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
28
 										</div>
32
 										</div>
29
-										<div class="col-xs-3 itp_ip itp_noMar">
30
-											<div class="col-xs-3 itp_ip itp_noMar" style="top:2px">
31
-												<label>정산요청일</label>
33
+										<div class="col-xs-6 itp_ip itp_noMar">
34
+											<div class="col-xs-3 itp_ip itp_noMar">
35
+												<select id="ITP_FORM_LOANMNG03010_SEARCH_" class="form-control itp_input" >
36
+													<option value="">정산요청일</option>
37
+												</select>	
32
 											</div>
38
 											</div>
33
 											<div class="col-xs-8 itp_ip itp_noMar">
39
 											<div class="col-xs-8 itp_ip itp_noMar">
34
 												<div class="input-daterange input-group date">
40
 												<div class="input-daterange input-group date">
35
-													<input type="text" id="ITP_FORM_LOANMNG03010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="">
41
+													<input type="text" id="ITP_FORM_LOANMNG03010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
36
 													<span class="input-group-addon itp_date_to">~</span>
42
 													<span class="input-group-addon itp_date_to">~</span>
37
-													<input type="text" id="ITP_FORM_LOANMNG03010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="">
43
+													<input type="text" id="ITP_FORM_LOANMNG03010_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
38
 												</div>
44
 												</div>
39
 											</div>
45
 											</div>
40
 										</div>										
46
 										</div>										
@@ -64,8 +70,7 @@
64
 				                <input type="hidden" id="ITP_FORM_LOANMNG03010_VIEW_UNPAID_AMT" value="">
70
 				                <input type="hidden" id="ITP_FORM_LOANMNG03010_VIEW_UNPAID_AMT" value="">
65
 				    
71
 				    
66
 				                <section class="itp_form_sec">
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
 				                        <div class="form-group">
74
 				                        <div class="form-group">
70
 				                            <label class="col-xs-2 itp_lb">브랜드</label>
75
 				                            <label class="col-xs-2 itp_lb">브랜드</label>
71
 				                                <div class="col-xs-4 itp_ip">
76
 				                                <div class="col-xs-4 itp_ip">
@@ -120,11 +125,10 @@
120
 				        </div>
125
 				        </div>
121
 				    </div>
126
 				    </div>
122
 				    <div class="itp_table fix">
127
 				    <div class="itp_table fix">
123
-					    <div class="itp_table_head fix" style="background:#f5f5f5;">
128
+					    <div class="itp_table_head fix" style="background:#fff;">
124
 					        <h4 class="itp_table_tit">정산 대상 내역</h4>
129
 					        <h4 class="itp_table_tit">정산 대상 내역</h4>
125
 					    </div>
130
 					    </div>
126
 					    <div id="ITP_LOANMNG03010_VIEW_jqGrid_list" class="itp_tb_list">
131
 					    <div id="ITP_LOANMNG03010_VIEW_jqGrid_list" class="itp_tb_list">
127
-					        <div id="ITP_LOANMNG03010_VIEW_jqGridView" class="itp_views fix"></div>
128
 					        <table id="ITP_LOANMNG03010_VIEW_jqGrid"></table>
132
 					        <table id="ITP_LOANMNG03010_VIEW_jqGrid"></table>
129
 					        <div id="ITP_LOANMNG03010_VIEW_jqGridPager"></div>
133
 					        <div id="ITP_LOANMNG03010_VIEW_jqGridPager"></div>
130
 					        <div id="ITP_LOANMNG03010_VIEW_jqGridEmpty" class="itp_no_data"></div>
134
 					        <div id="ITP_LOANMNG03010_VIEW_jqGridEmpty" class="itp_no_data"></div>

+ 4 - 13
src/main/webapp/app/popup/biz/BIZPOP_ITEM_CLASS_MANAGE.html

@@ -1,5 +1,5 @@
1
 <div id="ITP_BIZPOP_ITEM_CLASS_MANAGE" class="modal itp_modal">
1
 <div id="ITP_BIZPOP_ITEM_CLASS_MANAGE" class="modal itp_modal">
2
-	<div class="modal-dialog">
2
+	<div class="modal-dialog" style="width: 750px">
3
 		<div class="modal-content">
3
 		<div class="modal-content">
4
 			<div class="modal-header">
4
 			<div class="modal-header">
5
 				<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
5
 				<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
@@ -7,9 +7,8 @@
7
 			</div>
7
 			</div>
8
 			<div class="modal-body">
8
 			<div class="modal-body">
9
 				<div class="itp_form itp_type1 fix">
9
 				<div class="itp_form itp_type1 fix">
10
-							<div class="itp_madal_header">
11
-								<h4 class="itp_form_tit">분류 정보</h4>
12
-							</div>
10
+					<div class="itp_madal_header">
11
+					</div>
13
 					<div class="col-xs-12">
12
 					<div class="col-xs-12">
14
 						<div class="form-horizontal">
13
 						<div class="form-horizontal">
15
 							<form id="ITP_FORM_NOTICE_INFO_POPUP">
14
 							<form id="ITP_FORM_NOTICE_INFO_POPUP">
@@ -44,18 +43,11 @@
44
 											</div>
43
 											</div>
45
 										</div>
44
 										</div>
46
 									</div>
45
 									</div>
47
-									<div class="itp_form_in">
48
-										<div class="form-group">
49
-                                            <label class="col-xs-3 itp_lb">분류 코드 </label>
50
-                                            <div class="col-xs-9 itp_ip fnItemClassCd">
51
-                                            </div>
52
-                                        </div>
53
-									</div>
54
 									<div class="itp_form_in">
46
 									<div class="itp_form_in">
55
 										<div class="form-group colspan">
47
 										<div class="form-group colspan">
56
 											<label class="col-xs-2 itp_lb">분류명</label>
48
 											<label class="col-xs-2 itp_lb">분류명</label>
57
 											<div class="col-xs-4 itp_ip">
49
 											<div class="col-xs-4 itp_ip">
58
-												<div class="col-xs-6 itp_in">
50
+												<div class="col-xs-9 itp_in">
59
 													<input type="email" id="ITP_FORM_SITP_TAB_STINFO07010_POP_ITEM_CLASS_NM" data-check-required="empty" class="form-control itp_input" name="itemClassNm" placeholder="분류 3 Level">
51
 													<input type="email" id="ITP_FORM_SITP_TAB_STINFO07010_POP_ITEM_CLASS_NM" data-check-required="empty" class="form-control itp_input" name="itemClassNm" placeholder="분류 3 Level">
60
 												</div>
52
 												</div>
61
 											</div>
53
 											</div>
@@ -83,6 +75,5 @@
83
 			</div>
75
 			</div>
84
 		</div>
76
 		</div>
85
 	</div>
77
 	</div>
86
-
87
 	<div id="ITP_POPUP_JS"></div>
78
 	<div id="ITP_POPUP_JS"></div>
88
 </div>
79
 </div>

+ 1 - 1
src/main/webapp/app/popup/biz/BIZPOP_PO_REJECT_REASON.html

@@ -12,7 +12,7 @@
12
 							<form id="ITP_FORM_PO_REJECT_REASON_POPUP">
12
 							<form id="ITP_FORM_PO_REJECT_REASON_POPUP">
13
 								<div class="form-group">
13
 								<div class="form-group">
14
 									<label class="col-xs-2 itp_lb">반려사유</label>
14
 									<label class="col-xs-2 itp_lb">반려사유</label>
15
-									<div class="col-xs-10 itp_ip">
15
+									<div class="col-xs-9 itp_ip">
16
 									<input type="text" id="ITP_FORM_PO_REJECT_REASON_POPUP_DSPT_RJCT_RSN" class="form-control itp_input" name="dsptRjctRsn" />
16
 									<input type="text" id="ITP_FORM_PO_REJECT_REASON_POPUP_DSPT_RJCT_RSN" class="form-control itp_input" name="dsptRjctRsn" />
17
 									</div>									
17
 									</div>									
18
 								</div>								
18
 								</div>								

+ 10 - 10
src/main/webapp/app/popup/biz/BIZPOP_PO_STOCK_PROC.html

@@ -18,35 +18,35 @@
18
 							
18
 							
19
 								<div class="form-group">
19
 								<div class="form-group">
20
 									<label class="col-xs-2 itp_lb">창고명</label>
20
 									<label class="col-xs-2 itp_lb">창고명</label>
21
-									<div class="col-xs-4 itp_ip fnWhsNm"></div>
21
+									<div class="col-xs-3 col_3 itp_ip fnWhsNm"></div>
22
 									<label class="col-xs-2 itp_lb">로케이션</label>
22
 									<label class="col-xs-2 itp_lb">로케이션</label>
23
-									<div class="col-xs-4 itp_ip fnLocationNm"></div>
23
+									<div class="col-xs-3 col_3 itp_ip fnLocationNm"></div>
24
 								</div>
24
 								</div>
25
 								<div class="form-group">
25
 								<div class="form-group">
26
 									<label class="col-xs-2 itp_lb">품목번호</label>
26
 									<label class="col-xs-2 itp_lb">품목번호</label>
27
-									<div class="col-xs-4 itp_ip fnItemId"></div>
27
+									<div class="col-xs-4 col_3 itp_ip fnItemId"></div>
28
 									<label class="col-xs-2 itp_lb">품목명</label>
28
 									<label class="col-xs-2 itp_lb">품목명</label>
29
-									<div class="col-xs-4 itp_ip fnItemNm"></div>
29
+									<div class="col-xs-4 col_3 itp_ip fnItemNm"></div>
30
 								</div>
30
 								</div>
31
 								<div class="form-group border">
31
 								<div class="form-group border">
32
 									<label class="col-xs-2 itp_lb">현재고</label>
32
 									<label class="col-xs-2 itp_lb">현재고</label>
33
-									<div class="col-xs-4 itp_ip fnStckQty"></div>
33
+									<div class="col-xs-4 col_3 itp_ip fnStckQty"></div>
34
 									<label class="col-xs-2 itp_lb">관리등급</label>
34
 									<label class="col-xs-2 itp_lb">관리등급</label>
35
-									<div class="col-xs-4 itp_ip"></div>
35
+									<div class="col-xs-4 col_3 itp_ip"></div>
36
 								</div>
36
 								</div>
37
 								<div class="form-group">
37
 								<div class="form-group">
38
 									<label class="col-xs-2 itp_lb">창고선택</label>
38
 									<label class="col-xs-2 itp_lb">창고선택</label>
39
-									<div class="col-xs-4 itp_ip">
39
+									<div class="col-xs-4 col_3 itp_ip">
40
 									<select id="ITP_FORM_PO_STOCK_PROC_POPUP_TARGET_WHS_ID" class="form-control itp_input" name="targetWhsId"></select>
40
 									<select id="ITP_FORM_PO_STOCK_PROC_POPUP_TARGET_WHS_ID" class="form-control itp_input" name="targetWhsId"></select>
41
 									</div>
41
 									</div>
42
 									<label class="col-xs-2 itp_lb">Location</label>
42
 									<label class="col-xs-2 itp_lb">Location</label>
43
-									<div class="col-xs-4 itp_ip">
43
+									<div class="col-xs-4 col_3 itp_ip">
44
 									<select id="ITP_FORM_PO_STOCK_PROC_POPUP_TARGET_LOCATION" class="form-control itp_input" name="targetLocation"></select>
44
 									<select id="ITP_FORM_PO_STOCK_PROC_POPUP_TARGET_LOCATION" class="form-control itp_input" name="targetLocation"></select>
45
 									</div>
45
 									</div>
46
 								</div>
46
 								</div>
47
 								<div class="form-group colspan">
47
 								<div class="form-group colspan">
48
-									<label class="col-xs-2 itp_lb">이동수량</label>
49
-									<div class="col-xs-4 itp_ip">
48
+									<label class="col-xs-2 itp_lb colspan">이동수량</label>
49
+									<div class="col-xs-4 col_3 itp_ip">
50
 									<input type="text" id="ITP_FORM_PO_STOCK_PROC_POPUP_MOVE_QTY" class="form-control itp_input" name="moveQty" />
50
 									<input type="text" id="ITP_FORM_PO_STOCK_PROC_POPUP_MOVE_QTY" class="form-control itp_input" name="moveQty" />
51
 									</div>									
51
 									</div>									
52
 								</div>								
52
 								</div>								

+ 6 - 5
src/main/webapp/app/stockmng/STOCKMNG02010.html

@@ -27,7 +27,7 @@
27
 													<option value="">실사기준일</option>											
27
 													<option value="">실사기준일</option>											
28
 												</select>
28
 												</select>
29
 											</div>
29
 											</div>
30
-											<div class="col-xs-3 itp_ip">
30
+											<div class="col-xs-4 itp_ip">
31
 												<div class="input-daterange input-group date">
31
 												<div class="input-daterange input-group date">
32
 													<input type="text" id="ITP_FORM_STOCKMNG02010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
32
 													<input type="text" id="ITP_FORM_STOCKMNG02010_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
33
 													<span class="input-group-addon itp_date_to">~</span>
33
 													<span class="input-group-addon itp_date_to">~</span>
@@ -77,14 +77,16 @@
77
 											<div class="col-xs-2 itp_ip itp_noMar">
77
 											<div class="col-xs-2 itp_ip itp_noMar">
78
 												<select id="ITP_FORM_STOCKMNG02010_DETAIL_WHS_ID" class="form-control itp_input" name="whsId" disabled="disabled"></select>	
78
 												<select id="ITP_FORM_STOCKMNG02010_DETAIL_WHS_ID" class="form-control itp_input" name="whsId" disabled="disabled"></select>	
79
 											</div>
79
 											</div>
80
-											<div class="col-xs-3 itp_ip itp_noMar">
80
+											<div class="col-xs-2 itp_ip itp_noMar">
81
 												<select id="ITP_FORM_STOCKMNG02010_DETAIL_LOCATION" class="form-control itp_input" name="location" disabled="disabled"></select>										
81
 												<select id="ITP_FORM_STOCKMNG02010_DETAIL_LOCATION" class="form-control itp_input" name="location" disabled="disabled"></select>										
82
 											</div>
82
 											</div>
83
 											<div class="col-xs-2 itp_ip itp_noMar">
83
 											<div class="col-xs-2 itp_ip itp_noMar">
84
 												<select id="ITP_FORM_STOCKMNG02010_DETAIL_CDD_DVSN" data-select-code="CDD_DVSN" class="form-control itp_input" name="cddDvsn"></select>										
84
 												<select id="ITP_FORM_STOCKMNG02010_DETAIL_CDD_DVSN" data-select-code="CDD_DVSN" class="form-control itp_input" name="cddDvsn"></select>										
85
 											</div>
85
 											</div>
86
-											<div class="col-xs-3 itp_ip itp_noMar">
86
+											<div class="col-xs-a itp_ip itp_noMar">
87
 												<input id="ITP_FORM_STOCKMNG02010_DETAIL_EXCEL_UPLOAD_SELECT_FILE" type="file" style="display:none;" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
87
 												<input id="ITP_FORM_STOCKMNG02010_DETAIL_EXCEL_UPLOAD_SELECT_FILE" type="file" style="display:none;" accept="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet">
88
+											</div>
89
+											<div class="col-xs-4 itp_ip itp_noMar">
88
 												<button type="button" id="ITP_BTN_STOCKMNG02010_DETAIL_EXCEL_UPLOAD" class="btn btn-warning btn-sm FFB"><i class="glyphicon "></i>&nbsp;&nbsp;엑셀업로드&nbsp;&nbsp;</button>
90
 												<button type="button" id="ITP_BTN_STOCKMNG02010_DETAIL_EXCEL_UPLOAD" class="btn btn-warning btn-sm FFB"><i class="glyphicon "></i>&nbsp;&nbsp;엑셀업로드&nbsp;&nbsp;</button>
89
 												<button type="button" id="ITP_BTN_STOCKMNG02010_DETAIL_TEMPLATE_DOWNLOAD" class="btn btn-primary btn-sm FFB"><i class="glyphicon "></i>&nbsp;&nbsp;템플릿다운로드&nbsp;&nbsp;</button>
91
 												<button type="button" id="ITP_BTN_STOCKMNG02010_DETAIL_TEMPLATE_DOWNLOAD" class="btn btn-primary btn-sm FFB"><i class="glyphicon "></i>&nbsp;&nbsp;템플릿다운로드&nbsp;&nbsp;</button>
90
 											</div>
92
 											</div>
@@ -116,8 +118,7 @@
116
 				                <input type="hidden" id="ITP_FORM_STOCKMNG02010_VIEW_CDD_ID" name="cddId" value="">
118
 				                <input type="hidden" id="ITP_FORM_STOCKMNG02010_VIEW_CDD_ID" name="cddId" value="">
117
 				    
119
 				    
118
 				                <section class="itp_form_sec">
120
 				                <section class="itp_form_sec">
119
-				                    <h4 class="itp_form_tit">재고실사 정보</h4>
120
-				                    <div class="itp_form_in">
121
+				                    <div class="itp_form_in border-top">
121
 				                        <div class="form-group">
122
 				                        <div class="form-group">
122
 				                            <label class="col-xs-2 itp_lb">브랜드명</label>
123
 				                            <label class="col-xs-2 itp_lb">브랜드명</label>
123
 				                                <div class="col-xs-4 itp_ip">
124
 				                                <div class="col-xs-4 itp_ip">

+ 11 - 11
src/main/webapp/app/stockmng/STOCKMNG04010.html

@@ -55,8 +55,7 @@
55
 				                <input type="hidden" id="ITP_FORM_STOCKMNG04010_DETAIL_WHS_ID" name="whsId" value="">
55
 				                <input type="hidden" id="ITP_FORM_STOCKMNG04010_DETAIL_WHS_ID" name="whsId" value="">
56
 				    
56
 				    
57
 				                <section class="itp_form_sec">
57
 				                <section class="itp_form_sec">
58
-				                    <h4 class="itp_form_tit">브랜드 정보</h4>
59
-				                    <div class="itp_form_in">
58
+				                    <div class="itp_form_in border-top">
60
 				                        <div class="form-group">
59
 				                        <div class="form-group">
61
 				                            <label class="col-xs-2 itp_lb">브랜드명</label>
60
 				                            <label class="col-xs-2 itp_lb">브랜드명</label>
62
 				                                <div class="col-xs-4 itp_ip">
61
 				                                <div class="col-xs-4 itp_ip">
@@ -98,12 +97,16 @@
98
 				                        <div class="form-group">
97
 				                        <div class="form-group">
99
 				                            <label class="col-xs-2 itp_lb">매장명</label>
98
 				                            <label class="col-xs-2 itp_lb">매장명</label>
100
 				                            <div class="col-xs-4 itp_ip">
99
 				                            <div class="col-xs-4 itp_ip">
101
-				                                <div class="col-xs-5 itp_in">
102
-													<input type="text" id="ITP_FORM_STOCKMNG04010_DETAIL_STORE_NM" class="form-control itp_input" name="storeNm" value="" readonly="readonly" />
100
+												<div class="col-xs-6 itp_in">
101
+													<div class="input-group">
102
+														<input type="text" id="ITP_FORM_STOCKMNG04010_DETAIL_STORE_NM" class="form-control itp_input" name="storeNm" value="" readonly="readonly" />
103
+														<span class="input-group-btn">
104
+															<button id="ITP_BTN_STOCKMNG04010_SEARCH_MODIFY" class="btn btn-default btn-sm itp_btn UPB" type="button"><i class="glyphicon glyphicon-search"></i></button>
105
+														</span>
106
+													</div>
103
 												</div>
107
 												</div>
104
 												<div class="col-xs-3 itp_in" style="padding:0px; margin-left: 3px;">
108
 												<div class="col-xs-3 itp_in" style="padding:0px; margin-left: 3px;">
105
 													<button type="button" id="ITP_BTN_STOCKMNG04010_SEARCH_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
109
 													<button type="button" id="ITP_BTN_STOCKMNG04010_SEARCH_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
106
-													<button type="button" id="ITP_BTN_STOCKMNG04010_SEARCH_MODIFY" class="btn btn-primary btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-erase"></i></button>
107
 								                </div>
110
 								                </div>
108
 				                            </div>
111
 				                            </div>
109
 				                            <label class="col-xs-2 itp_lb">등록일시</label>
112
 				                            <label class="col-xs-2 itp_lb">등록일시</label>
@@ -143,7 +146,7 @@
143
 				        </div>
146
 				        </div>
144
 				    </div>
147
 				    </div>
145
 				    <div class="itp_table fix">
148
 				    <div class="itp_table fix">
146
-					    <div class="itp_table_head fix" style="background:#f5f5f5;">
149
+					    <div class="itp_table_head fix" style="background:#fff;">
147
 					        <h4 class="itp_table_tit">Location 정보</h4>
150
 					        <h4 class="itp_table_tit">Location 정보</h4>
148
 					        <div class="pull-right itp_cicon">
151
 					        <div class="pull-right itp_cicon">
149
 					            <button type="button" id="ITP_BTN_STOCKMNG04010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;행추가&nbsp;&nbsp;</button>
152
 					            <button type="button" id="ITP_BTN_STOCKMNG04010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;행추가&nbsp;&nbsp;</button>
@@ -151,7 +154,6 @@
151
 					        </div>
154
 					        </div>
152
 					    </div>
155
 					    </div>
153
 					    <div id="ITP_STOCKMNG04010_DETAIL_jqGrid_list" class="itp_tb_list">
156
 					    <div id="ITP_STOCKMNG04010_DETAIL_jqGrid_list" class="itp_tb_list">
154
-					        <div id="ITP_STOCKMNG04010_DETAIL_jqGridView" class="itp_views fix"></div>
155
 					        <table id="ITP_STOCKMNG04010_DETAIL_jqGrid"></table>
157
 					        <table id="ITP_STOCKMNG04010_DETAIL_jqGrid"></table>
156
 					        <div id="ITP_STOCKMNG04010_DETAIL_jqGridPager"></div>
158
 					        <div id="ITP_STOCKMNG04010_DETAIL_jqGridPager"></div>
157
 					        <div id="ITP_STOCKMNG04010_DETAIL_jqGridEmpty" class="itp_no_data"></div>
159
 					        <div id="ITP_STOCKMNG04010_DETAIL_jqGridEmpty" class="itp_no_data"></div>
@@ -168,8 +170,7 @@
168
 				                <input type="hidden" id="ITP_FORM_STOCKMNG04010_VIEW_WHS_ID" name="whsId" value="">
170
 				                <input type="hidden" id="ITP_FORM_STOCKMNG04010_VIEW_WHS_ID" name="whsId" value="">
169
 				    
171
 				    
170
 				                <section class="itp_form_sec">
172
 				                <section class="itp_form_sec">
171
-				                    <h4 class="itp_form_tit">브랜드 정보</h4>
172
-				                    <div class="itp_form_in">
173
+				                    <div class="itp_form_in border-top">
173
 				                        <div class="form-group">
174
 				                        <div class="form-group">
174
 				                            <label class="col-xs-2 itp_lb">브랜드명</label>
175
 				                            <label class="col-xs-2 itp_lb">브랜드명</label>
175
 				                                <div class="col-xs-4 itp_ip">
176
 				                                <div class="col-xs-4 itp_ip">
@@ -220,11 +221,10 @@
220
 				        </div>
221
 				        </div>
221
 				    </div>
222
 				    </div>
222
 				    <div class="itp_table fix">
223
 				    <div class="itp_table fix">
223
-					    <div class="itp_table_head fix" style="background:#f5f5f5;">
224
+					    <div class="itp_table_head fix" style="background:#fff;">
224
 					        <h4 class="itp_table_tit">Location 정보</h4>
225
 					        <h4 class="itp_table_tit">Location 정보</h4>
225
 					    </div>
226
 					    </div>
226
 					    <div id="ITP_STOCKMNG04010_VIEW_jqGrid_list" class="itp_tb_list">
227
 					    <div id="ITP_STOCKMNG04010_VIEW_jqGrid_list" class="itp_tb_list">
227
-					        <div id="ITP_STOCKMNG04010_VIEW_jqGridView" class="itp_views fix"></div>
228
 					        <table id="ITP_STOCKMNG04010_VIEW_jqGrid"></table>
228
 					        <table id="ITP_STOCKMNG04010_VIEW_jqGrid"></table>
229
 					        <div id="ITP_STOCKMNG04010_VIEW_jqGridPager"></div>
229
 					        <div id="ITP_STOCKMNG04010_VIEW_jqGridPager"></div>
230
 					        <div id="ITP_STOCKMNG04010_VIEW_jqGridEmpty" class="itp_no_data"></div>
230
 					        <div id="ITP_STOCKMNG04010_VIEW_jqGridEmpty" class="itp_no_data"></div>

+ 6 - 4
src/main/webapp/css/style.css

@@ -587,13 +587,14 @@ _:-ms-fullscreen, :root .itp_logs {max-width: 1287px}
587
 #ITP_ASIDE .itp_modal .modal-title {font-size:16px; color:#fff;}
587
 #ITP_ASIDE .itp_modal .modal-title {font-size:16px; color:#fff;}
588
 #ITP_ASIDE .itp_modal .itp_alert_txt {font-size:15px; padding:15px 0 10px 0;}
588
 #ITP_ASIDE .itp_modal .itp_alert_txt {font-size:15px; padding:15px 0 10px 0;}
589
 #ITP_ASIDE .itp_modal .itp_form {padding:0 15px 0 15px;}
589
 #ITP_ASIDE .itp_modal .itp_form {padding:0 15px 0 15px;}
590
-#ITP_ASIDE .itp_modal .itp_form .form-group {margin-bottom:0px; height:60px; border-bottom:1px solid #aaa;}
590
+#ITP_ASIDE .itp_modal .itp_form .form-group {margin-bottom:0px; height:45px; border-bottom:1px solid #aaa;}
591
+#ITP_ASIDE .itp_modal .itp_form .colspan {height:60px !important;}
591
 #ITP_ASIDE .itp_modal .itp_form .shot{height:43px !important; border-bottom:1px solid #aaa;}
592
 #ITP_ASIDE .itp_modal .itp_form .shot{height:43px !important; border-bottom:1px solid #aaa;}
592
 #ITP_ASIDE .itp_modal .itp_form .form-group.border {border-bottom:1px solid #ddd;}
593
 #ITP_ASIDE .itp_modal .itp_form .form-group.border {border-bottom:1px solid #ddd;}
593
 #ITP_ASIDE .itp_modal .itp_form .form-control {font-size:13px; color:#333;}
594
 #ITP_ASIDE .itp_modal .itp_form .form-control {font-size:13px; color:#333;}
594
-#ITP_ASIDE .itp_modal .itp_form .itp_lb {top:0; font-size:13px; margin:0; padding:13px 12px; height:58px; background:#eee; width:100px; min-width:100px; border-right:1px solid #aaa;}
595
+#ITP_ASIDE .itp_modal .itp_form .itp_lb {top:0; font-size:13px; margin:0; padding:13px 12px; height:44px; background:#eee; width:100px; min-width:100px; border-right:1px solid #aaa; border-left:1px solid #ccc;}
595
 #ITP_ASIDE .itp_modal .itp_form .itp_lb.itp_normal {font-weight:normal; padding-left:19px;}
596
 #ITP_ASIDE .itp_modal .itp_form .itp_lb.itp_normal {font-weight:normal; padding-left:19px;}
596
-#ITP_ASIDE .itp_modal .itp_form .itp_ip {padding:9px 0 0 10px;;}
597
+#ITP_ASIDE .itp_modal .itp_form .itp_ip {padding:9px 10px 0 10px;;}
597
 #ITP_ASIDE .itp_modal .itp_form .itp_ip.itp_pr {margin-right:0; padding-right:10px;}
598
 #ITP_ASIDE .itp_modal .itp_form .itp_ip.itp_pr {margin-right:0; padding-right:10px;}
598
 #ITP_ASIDE .itp_modal .itp_form .itp_ip.itp_noMar {margin-right:0; padding-right:0px;}
599
 #ITP_ASIDE .itp_modal .itp_form .itp_ip.itp_noMar {margin-right:0; padding-right:0px;}
599
 #ITP_ASIDE .itp_modal .itp_form .itp_ip_offset {padding-left:15px;}
600
 #ITP_ASIDE .itp_modal .itp_form .itp_ip_offset {padding-left:15px;}
@@ -650,7 +651,7 @@ _:-ms-fullscreen, :root .itp_logs {max-width: 1287px}
650
     -o-transform:translate(0, calc(50vh - 50%));
651
     -o-transform:translate(0, calc(50vh - 50%));
651
     transform:translate(0, 50vh) translate(0, -50%);
652
     transform:translate(0, 50vh) translate(0, -50%);
652
 }
653
 }
653
-#ITP_ASIDE .itp_modal .itp_form.itp_type1 {padding:0; border:1px solid #aaa;}
654
+#ITP_ASIDE .itp_modal .itp_form.itp_type1 {padding:0; border:1px solid #aaa; border-left:none;}
654
 #ITP_ASIDE .itp_modal .itp_madal_header {padding-left:15px; border-bottom:1px solid #aaa;}
655
 #ITP_ASIDE .itp_modal .itp_madal_header {padding-left:15px; border-bottom:1px solid #aaa;}
655
 #ITP_ASIDE .itp_modal .itp_form.itp_type1 .itp_help {font-size:12px; padding-top:6px;}
656
 #ITP_ASIDE .itp_modal .itp_form.itp_type1 .itp_help {font-size:12px; padding-top:6px;}
656
 #ITP_ASIDE .itp_modal .itp_form.itp_type1 .itp_txt {font-size:13px; width:auto; padding:5px 10px 0 0;}
657
 #ITP_ASIDE .itp_modal .itp_form.itp_type1 .itp_txt {font-size:13px; width:auto; padding:5px 10px 0 0;}
@@ -704,6 +705,7 @@ _:-ms-fullscreen, :root .itp_logs {max-width: 1287px}
704
 #ITP_ASIDE .itp_modal .modal-bottom {border-top:1px solid #aaa; height:50px; display:flex;}
705
 #ITP_ASIDE .itp_modal .modal-bottom {border-top:1px solid #aaa; height:50px; display:flex;}
705
 #ITP_ASIDE .itp_modal .modal-bottom .col_3 {width:40%; hegith:50px;}
706
 #ITP_ASIDE .itp_modal .modal-bottom .col_3 {width:40%; hegith:50px;}
706
 #ITP_ASIDE .itp_modal .modal-bottom .col_7 {width:60%; height:50px;}
707
 #ITP_ASIDE .itp_modal .modal-bottom .col_7 {width:60%; height:50px;}
708
+#ITP_ASIDE .form-group .col_3 {width:32%;}
707
 #ITP_NOT_FOUND {width:100%; height:100%;}
709
 #ITP_NOT_FOUND {width:100%; height:100%;}
708
 #ITP_NOT_FOUND .itp_head {margin-bottom:8px; letter-spacing:-1px;}
710
 #ITP_NOT_FOUND .itp_head {margin-bottom:8px; letter-spacing:-1px;}
709
 #ITP_NOT_FOUND .itp_bar {margin:0; padding:0; float:left; margin:0 15px 0 15px; font-size:22px;}
711
 #ITP_NOT_FOUND .itp_bar {margin:0; padding:0; float:left; margin:0 15px 0 15px; font-size:22px;}

+ 9 - 8
src/main/webapp/js/app/loanmng/ITP_LOANMNG01010.js

@@ -57,12 +57,13 @@ const gridColModel = {
57
 		{
57
 		{
58
 			index: 'STORE_NM', name: 'storeNm',
58
 			index: 'STORE_NM', name: 'storeNm',
59
 			label: "매장명", 
59
 			label: "매장명", 
60
-			width: '13', fixed: false, align: 'center',
60
+			width: '13', fixed: false, align: 'left',
61
 			sortable: false, hidden: false
61
 			sortable: false, hidden: false
62
 		},
62
 		},
63
 		{
63
 		{
64
 			index: 'LOAN_MGNT_UNQ_NO', name: 'loanMgntUnqNo',
64
 			index: 'LOAN_MGNT_UNQ_NO', name: 'loanMgntUnqNo',
65
 			label: "여신관리번호", 
65
 			label: "여신관리번호", 
66
+			minwidth: 120,
66
 			width: '10', fixed: false, align: 'center',
67
 			width: '10', fixed: false, align: 'center',
67
 			sortable: false, hidden: false
68
 			sortable: false, hidden: false
68
 		},
69
 		},
@@ -75,28 +76,28 @@ const gridColModel = {
75
 		{
76
 		{
76
 			index: 'LIMIT_AMT', name: 'limitAmt',
77
 			index: 'LIMIT_AMT', name: 'limitAmt',
77
 			label: "한도금액", 
78
 			label: "한도금액", 
78
-			width: '10', fixed: false, align: 'center',
79
+			width: '10', fixed: false, align: 'right',
79
 			sortable: false, hidden: false, 
80
 			sortable: false, hidden: false, 
80
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
81
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
81
 		},
82
 		},
82
 		{
83
 		{
83
 			index: 'ACCT_BAL', name: 'acctBal',
84
 			index: 'ACCT_BAL', name: 'acctBal',
84
 			label: "입금금액", 
85
 			label: "입금금액", 
85
-			width: '10', fixed: false, align: 'center',
86
+			width: '10', fixed: false, align: 'right',
86
 			sortable: false, hidden: false, 
87
 			sortable: false, hidden: false, 
87
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
88
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
88
 		},		
89
 		},		
89
 		{
90
 		{
90
 			index: 'POSB_LIMIT_AMT', name: 'posbLimitAmt',
91
 			index: 'POSB_LIMIT_AMT', name: 'posbLimitAmt',
91
 			label: "사용가능금액", 
92
 			label: "사용가능금액", 
92
-			width: '10', fixed: false, align: 'center',
93
+			width: '10', fixed: false, align: 'right',
93
 			sortable: false, hidden: false, 
94
 			sortable: false, hidden: false, 
94
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
95
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
95
 		},
96
 		},
96
 		{
97
 		{
97
 			index: 'USE_AMT_TOTAL', name: 'useAmtTotal',
98
 			index: 'USE_AMT_TOTAL', name: 'useAmtTotal',
98
 			label: '사용한금액', 
99
 			label: '사용한금액', 
99
-			width: '10', fixed: false, align: 'center',
100
+			width: '10', fixed: false, align: 'right',
100
 			sortable: false, hidden: false, 
101
 			sortable: false, hidden: false, 
101
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
102
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
102
 		},
103
 		},
@@ -141,21 +142,21 @@ const gridColModel = {
141
 		{
142
 		{
142
 			index: 'DPST_AMT', name: 'dpstAmt',
143
 			index: 'DPST_AMT', name: 'dpstAmt',
143
 			label: "입금",
144
 			label: "입금",
144
-			width: '10', fixed: false, align: 'center',
145
+			width: '10', fixed: false, align: 'right',
145
 			sortable: false, editable: false, edittype: 'text', 
146
 			sortable: false, editable: false, edittype: 'text', 
146
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
147
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
147
 		},
148
 		},
148
 		{
149
 		{
149
 			index: 'PAYM_AMT', name: 'paymAmt',
150
 			index: 'PAYM_AMT', name: 'paymAmt',
150
 			label: "지급",
151
 			label: "지급",
151
-			width: '10', fixed: false, align: 'center',
152
+			width: '10', fixed: false, align: 'right',
152
 			sortable: false, editable: false, edittype: 'text', 
153
 			sortable: false, editable: false, edittype: 'text', 
153
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
154
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
154
 		},
155
 		},
155
 		{
156
 		{
156
 			index: 'TRSC_AF_BAL', name: 'trscAfBal',
157
 			index: 'TRSC_AF_BAL', name: 'trscAfBal',
157
 			label: "잔액",
158
 			label: "잔액",
158
-			width: '10', fixed: false, align: 'center',
159
+			width: '10', fixed: false, align: 'right',
159
 			sortable: false, editable: false, edittype: 'text', 
160
 			sortable: false, editable: false, edittype: 'text', 
160
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
161
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
161
 		},
162
 		},

+ 7 - 2
src/main/webapp/js/app/loanmng/ITP_LOANMNG02010.js

@@ -66,7 +66,7 @@ const gridColModel = {
66
 		{
66
 		{
67
 			index: 'STORE_NM', name: 'storeNm',
67
 			index: 'STORE_NM', name: 'storeNm',
68
 			label: "매장명", 
68
 			label: "매장명", 
69
-			width: '12', fixed: false, align: 'center',
69
+			width: '12', fixed: false, align: 'left',
70
 			sortable: false, hidden: false
70
 			sortable: false, hidden: false
71
 		},
71
 		},
72
 		{
72
 		{
@@ -84,7 +84,7 @@ const gridColModel = {
84
 		{
84
 		{
85
 			index: 'DPST_AMT', name: 'dpstAmt',
85
 			index: 'DPST_AMT', name: 'dpstAmt',
86
 			label: "입금금액", 
86
 			label: "입금금액", 
87
-			width: '10', fixed: false, align: 'center',
87
+			width: '10', fixed: false, align: 'right',
88
 			sortable: false, hidden: false, 
88
 			sortable: false, hidden: false, 
89
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
89
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
90
 		},
90
 		},
@@ -104,6 +104,7 @@ const gridColModel = {
104
 			index: 'DPST_ST_NM', name: 'dpstStNm',
104
 			index: 'DPST_ST_NM', name: 'dpstStNm',
105
 			label: "입금상태", 
105
 			label: "입금상태", 
106
 			width: '6', fixed: false, align: 'center',
106
 			width: '6', fixed: false, align: 'center',
107
+			minwidth: 80,
107
 			sortable: false, hidden: false
108
 			sortable: false, hidden: false
108
 		},
109
 		},
109
 		{
110
 		{
@@ -115,24 +116,28 @@ const gridColModel = {
115
 		{
116
 		{
116
 			index: 'RCV_ACCT_NO', name: 'rcvAcctNo',
117
 			index: 'RCV_ACCT_NO', name: 'rcvAcctNo',
117
 			label: "입금계좌번호", 
118
 			label: "입금계좌번호", 
119
+			minwidth: 140,
118
 			width: '10', fixed: false, align: 'center',
120
 			width: '10', fixed: false, align: 'center',
119
 			sortable: false, hidden: false
121
 			sortable: false, hidden: false
120
 		},
122
 		},
121
 		{
123
 		{
122
 			index: 'REQ_DT', name: 'reqDt',
124
 			index: 'REQ_DT', name: 'reqDt',
123
 			label: "요청일", 
125
 			label: "요청일", 
126
+			minwidth: 120,
124
 			width: '8', fixed: false, align: 'center',
127
 			width: '8', fixed: false, align: 'center',
125
 			sortable: false, hidden: false
128
 			sortable: false, hidden: false
126
 		},
129
 		},
127
 		{
130
 		{
128
 			index: 'DPST_AUTH_DT', name: 'dpstAuthDt',
131
 			index: 'DPST_AUTH_DT', name: 'dpstAuthDt',
129
 			label: "승인일", 
132
 			label: "승인일", 
133
+			minwidth: 120,
130
 			width: '8', fixed: false, align: 'center',
134
 			width: '8', fixed: false, align: 'center',
131
 			sortable: false, hidden: false
135
 			sortable: false, hidden: false
132
 		},
136
 		},
133
 		{
137
 		{
134
 			index: 'DSPT_RJCT_DT', name: 'dsptRjctDt',
138
 			index: 'DSPT_RJCT_DT', name: 'dsptRjctDt',
135
 			label: "반려일", 
139
 			label: "반려일", 
140
+			minwidth: 120,
136
 			width: '8', fixed: false, align: 'center',
141
 			width: '8', fixed: false, align: 'center',
137
 			sortable: false, hidden: false
142
 			sortable: false, hidden: false
138
 		},
143
 		},

+ 4 - 4
src/main/webapp/js/app/loanmng/ITP_LOANMNG03010.js

@@ -65,7 +65,7 @@ const gridColModel = {
65
 		{
65
 		{
66
 			index: 'STORE_NM', name: 'storeNm',
66
 			index: 'STORE_NM', name: 'storeNm',
67
 			label: "매장명", 
67
 			label: "매장명", 
68
-			width: '13', fixed: false, align: 'center',
68
+			width: '13', fixed: false, align: 'left',
69
 			sortable: false, hidden: false
69
 			sortable: false, hidden: false
70
 		},
70
 		},
71
 		{
71
 		{
@@ -95,7 +95,7 @@ const gridColModel = {
95
 		{
95
 		{
96
 			index: 'STTL_REQ_AMT', name: 'sttlReqAmt',
96
 			index: 'STTL_REQ_AMT', name: 'sttlReqAmt',
97
 			label: '정산요청금액', 
97
 			label: '정산요청금액', 
98
-			width: '10', fixed: false, align: 'center',
98
+			width: '10', fixed: false, align: 'right',
99
 			sortable: false, hidden: false, 
99
 			sortable: false, hidden: false, 
100
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
100
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
101
 		},
101
 		},
@@ -106,7 +106,7 @@ const gridColModel = {
106
 			sortable: false, hidden: false
106
 			sortable: false, hidden: false
107
 		},	
107
 		},	
108
 		{
108
 		{
109
-			index: 'UNPAId_AMT', name: 'unpaidAmt',
109
+			index: 'UNPAId_AMT', name: 'right',
110
 			label: '미납금액', 
110
 			label: '미납금액', 
111
 			width: '10', fixed: false, align: 'center',
111
 			width: '10', fixed: false, align: 'center',
112
 			sortable: false, hidden: false, 
112
 			sortable: false, hidden: false, 
@@ -115,7 +115,7 @@ const gridColModel = {
115
 		{
115
 		{
116
 			index: 'USE_AMT_TOTAL', name: 'useAmtTotal',
116
 			index: 'USE_AMT_TOTAL', name: 'useAmtTotal',
117
 			label: '사용가능한도', 
117
 			label: '사용가능한도', 
118
-			width: '10', fixed: false, align: 'center',
118
+			width: '10', fixed: false, align: 'right',
119
 			sortable: false, hidden: false, 
119
 			sortable: false, hidden: false, 
120
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
120
 			formatter:'integer',formatoptions: { defaultValue: '', thousandsSeparator: ',' }
121
 		}		
121
 		}		

+ 2 - 2
src/main/webapp/js/app/popup/biz/ITP_BIZPOP_NEW_ITEM.js

@@ -22,8 +22,8 @@ function itp_fn_BIZPOP_NEW_ITEM(parentPopFn, args, returnType) {
22
 
22
 
23
 	// 공통코드 표시
23
 	// 공통코드 표시
24
 	$('select').each(function() {
24
 	$('select').each(function() {
25
-		if($(this).data('select-code')) {
26
-			fn_make_select(CODE_LIST, $(this).data('select-code'), $(this).attr('id'));
25
+		if($('#ITP_FORM_BIZPOP_STORE_PODR_PSSBL_DVSN').data('select-code')) {
26
+			fn_make_select(CODE_LIST, $('#ITP_FORM_BIZPOP_STORE_PODR_PSSBL_DVSN').data('select-code'), $('#ITP_FORM_BIZPOP_STORE_PODR_PSSBL_DVSN').attr('id'));
27
 		}
27
 		}
28
 	});
28
 	});
29
 
29
 

+ 19 - 8
src/main/webapp/js/app/stockmng/ITP_STOCKMNG01010.js

@@ -44,42 +44,49 @@ const gridColModel = {
44
 			index: 'BRAND_NM', name: 'brandNm',
44
 			index: 'BRAND_NM', name: 'brandNm',
45
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드
45
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드
46
 			width: '10', fixed: false, align: 'center',
46
 			width: '10', fixed: false, align: 'center',
47
+			minwidth: 120,
47
 			sortable: false, hidden: false
48
 			sortable: false, hidden: false
48
 		},
49
 		},
49
 		{
50
 		{
50
 			index: 'STORE_NM', name: 'storeNm',
51
 			index: 'STORE_NM', name: 'storeNm',
51
 			label: "매장명", 
52
 			label: "매장명", 
52
-			width: '10', fixed: false, align: 'center',
53
+			width: '10', fixed: false, align: 'left',
54
+			minwidth: 100,
53
 			sortable: false, hidden: false
55
 			sortable: false, hidden: false
54
 		},
56
 		},
55
 		{
57
 		{
56
 			index: 'WHS_ID', name: 'whsId',
58
 			index: 'WHS_ID', name: 'whsId',
57
 			label: "창고번호", 
59
 			label: "창고번호", 
58
 			width: '8', fixed: false, align: 'center',
60
 			width: '8', fixed: false, align: 'center',
61
+			minwidth: 100,
59
 			sortable: false, hidden: false
62
 			sortable: false, hidden: false
60
 		},
63
 		},
61
 		{
64
 		{
62
 			index: 'WHS_NM', name: 'whsNm',
65
 			index: 'WHS_NM', name: 'whsNm',
63
 			label: "창고명", 
66
 			label: "창고명", 
64
-			width: '13', fixed: false, align: 'center',
67
+			width: '13', fixed: false, align: 'left',
68
+			minwidth: 120,
65
 			sortable: false, hidden: false
69
 			sortable: false, hidden: false
66
 		},
70
 		},
67
 		{
71
 		{
68
 			index: 'LOCATION_NM', name: 'locationNm',
72
 			index: 'LOCATION_NM', name: 'locationNm',
69
 			label: "Location명", 
73
 			label: "Location명", 
70
-			width: '10', fixed: false, align: 'center',
74
+			width: '10', fixed: false, align: 'left',
75
+			minwidth: 140,
71
 			sortable: false, hidden: false
76
 			sortable: false, hidden: false
72
 		},
77
 		},
73
 		{
78
 		{
74
 			index: 'ITEM_ID', name: 'itemId',
79
 			index: 'ITEM_ID', name: 'itemId',
75
 			label: "품목번호", 
80
 			label: "품목번호", 
76
 			width: '11', fixed: false, align: 'center',
81
 			width: '11', fixed: false, align: 'center',
82
+			minwidth: 180,
77
 			sortable: false, hidden: false
83
 			sortable: false, hidden: false
78
 		},
84
 		},
79
 		{
85
 		{
80
 			index: 'ITEM_NM', name: 'itemNm',
86
 			index: 'ITEM_NM', name: 'itemNm',
81
 			label: "품목명", 
87
 			label: "품목명", 
82
-			width: '10', fixed: false, align: 'center',
88
+			width: '10', fixed: false, align: 'left',
89
+			minwidth: 110,
83
 			sortable: false, hidden: false
90
 			sortable: false, hidden: false
84
 		},
91
 		},
85
 		{
92
 		{
@@ -91,25 +98,29 @@ const gridColModel = {
91
 		{
98
 		{
92
 			index: 'STCK_QTY', name: 'stckQty',
99
 			index: 'STCK_QTY', name: 'stckQty',
93
 			label: "현재고수량", 
100
 			label: "현재고수량", 
94
-			width: '8', fixed: false, align: 'center',
101
+			width: '8', fixed: false, align: 'right',
102
+			minwidth: 100,
95
 			sortable: false, hidden: false
103
 			sortable: false, hidden: false
96
 		},
104
 		},
97
 		{
105
 		{
98
 			index: 'PRP_STCK_QTY', name: 'prpStckQty',
106
 			index: 'PRP_STCK_QTY', name: 'prpStckQty',
99
 			label: "적정재고수량", 
107
 			label: "적정재고수량", 
100
-			width: '8', fixed: false, align: 'center',
108
+			width: '8', fixed: false, align: 'right',
109
+			minwidth: 100,
101
 			sortable: false, hidden: false
110
 			sortable: false, hidden: false
102
 		},
111
 		},
103
 		{
112
 		{
104
 			index: 'SFT_STCK_RT', name: 'sftStckRt',
113
 			index: 'SFT_STCK_RT', name: 'sftStckRt',
105
 			label: "안전재고비율(%)", 
114
 			label: "안전재고비율(%)", 
106
-			width: '10', fixed: false, align: 'center',
115
+			width: '10', fixed: false, align: 'right',
116
+			minwidth: 120,
107
 			sortable: false, hidden: false
117
 			sortable: false, hidden: false
108
 		},
118
 		},
109
 		{
119
 		{
110
 			index: 'CUR_STCK_RT', name: 'curStckRt',
120
 			index: 'CUR_STCK_RT', name: 'curStckRt',
111
 			label: "현재고비율(%)", 
121
 			label: "현재고비율(%)", 
112
-			width: '10', fixed: false, align: 'center',
122
+			width: '10', fixed: false, align: 'right',
123
+			minwidth: 100,
113
 			sortable: false, hidden: false
124
 			sortable: false, hidden: false
114
 		}		
125
 		}		
115
 	]
126
 	]

+ 5 - 3
src/main/webapp/js/app/stockmng/ITP_STOCKMNG02010.js

@@ -204,6 +204,7 @@ const gridColModel = {
204
 			label: "정상여부",
204
 			label: "정상여부",
205
 			width: '5', fixed: false, align: 'center',
205
 			width: '5', fixed: false, align: 'center',
206
 			sortable: false, editable: false, edittype: 'text',
206
 			sortable: false, editable: false, edittype: 'text',
207
+			minwidth: 100,
207
 			editrules: {required: false}
208
 			editrules: {required: false}
208
 		},
209
 		},
209
 		{
210
 		{
@@ -216,7 +217,7 @@ const gridColModel = {
216
 		{
217
 		{
217
 			index: 'BRAND_NM', name: 'brandNm',
218
 			index: 'BRAND_NM', name: 'brandNm',
218
 			label: "브랜드",
219
 			label: "브랜드",
219
-			width: '10', fixed: false, align: 'center',
220
+			width: '10', fixed: false, align: 'left',
220
 			sortable: false, editable: false, edittype: 'text',
221
 			sortable: false, editable: false, edittype: 'text',
221
 			editrules: {required: false}
222
 			editrules: {required: false}
222
 		},
223
 		},
@@ -230,15 +231,16 @@ const gridColModel = {
230
 		{
231
 		{
231
 			index: 'WHS_NM', name: 'whsNm',
232
 			index: 'WHS_NM', name: 'whsNm',
232
 			label: "창고명",
233
 			label: "창고명",
233
-			width: '10', fixed: false, align: 'center',
234
+			width: '10', fixed: false, align: 'left',
234
 			sortable: false, editable: false, edittype: 'text',
235
 			sortable: false, editable: false, edittype: 'text',
235
 			editrules: {required: false}
236
 			editrules: {required: false}
236
 		},
237
 		},
237
 		{
238
 		{
238
 			index: 'LOCATION_NM', name: 'locationNm',
239
 			index: 'LOCATION_NM', name: 'locationNm',
239
 			label: "Location",
240
 			label: "Location",
240
-			width: '10', fixed: false, align: 'center',
241
+			width: '10', fixed: false, align: 'left',
241
 			sortable: false, editable: false, edittype: 'text',
242
 			sortable: false, editable: false, edittype: 'text',
243
+			minwidth: 100,
242
 			editrules: {required: false}
244
 			editrules: {required: false}
243
 		},
245
 		},
244
 		{
246
 		{

+ 10 - 8
src/main/webapp/js/app/stockmng/ITP_STOCKMNG03010.js

@@ -50,7 +50,7 @@ const gridColModel = {
50
 		{
50
 		{
51
 			index: 'BRAND_NM', name: 'brandNm',
51
 			index: 'BRAND_NM', name: 'brandNm',
52
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드
52
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드
53
-			width: '10', fixed: false, align: 'center',
53
+			width: '10', fixed: false, align: 'left',
54
 			sortable: false, hidden: false
54
 			sortable: false, hidden: false
55
 		},
55
 		},
56
 		{
56
 		{
@@ -68,44 +68,46 @@ const gridColModel = {
68
 		{
68
 		{
69
 			index: 'WHS_NM', name: 'whsNm',
69
 			index: 'WHS_NM', name: 'whsNm',
70
 			label: "창고명", 
70
 			label: "창고명", 
71
-			width: '13', fixed: false, align: 'center',
71
+			width: '13', fixed: false, align: 'left',
72
 			sortable: false, hidden: false
72
 			sortable: false, hidden: false
73
 		},
73
 		},
74
 		{
74
 		{
75
 			index: 'LOCATION_NM', name: 'locationNm',
75
 			index: 'LOCATION_NM', name: 'locationNm',
76
 			label: "Location명", 
76
 			label: "Location명", 
77
-			width: '10', fixed: false, align: 'center',
77
+			width: '10', fixed: false, align: 'left',
78
 			sortable: false, hidden: false
78
 			sortable: false, hidden: false
79
 		},
79
 		},
80
 		{
80
 		{
81
 			index: 'ITEM_ID', name: 'itemId',
81
 			index: 'ITEM_ID', name: 'itemId',
82
 			label: "품목번호", 
82
 			label: "품목번호", 
83
-			width: '11', fixed: false, align: 'center',
83
+			width: '13', fixed: false, align: 'center',
84
 			sortable: false, hidden: false
84
 			sortable: false, hidden: false
85
 		},
85
 		},
86
 		{
86
 		{
87
 			index: 'ITEM_NM', name: 'itemNm',
87
 			index: 'ITEM_NM', name: 'itemNm',
88
 			label: "품목명", 
88
 			label: "품목명", 
89
-			width: '10', fixed: false, align: 'center',
89
+			width: '10', fixed: false, align: 'left',
90
 			sortable: false, hidden: false
90
 			sortable: false, hidden: false
91
 		},
91
 		},
92
 		{
92
 		{
93
 			index: 'UNIT', name: 'unit',
93
 			index: 'UNIT', name: 'unit',
94
 			label: "단위", 
94
 			label: "단위", 
95
-			width: '7', fixed: false, align: 'center',
95
+			width: '6', fixed: false, align: 'center',
96
 			sortable: false, hidden: false
96
 			sortable: false, hidden: false
97
 		},
97
 		},
98
 		{
98
 		{
99
 			index: 'PRP_STCK_QTY', name: 'prpStckQty',
99
 			index: 'PRP_STCK_QTY', name: 'prpStckQty',
100
 			label: "적정재고수량", 
100
 			label: "적정재고수량", 
101
-			width: '8', fixed: false, align: 'center',
101
+			classes: 'input_color',
102
+			width: '8', fixed: false, align: 'right',
102
 			sortable: false, editable: true, edittype: 'text',
103
 			sortable: false, editable: true, edittype: 'text',
103
 			editrules: {required: false}
104
 			editrules: {required: false}
104
 		},
105
 		},
105
 		{
106
 		{
106
 			index: 'SFT_STCK_RT', name: 'sftStckRt',
107
 			index: 'SFT_STCK_RT', name: 'sftStckRt',
107
 			label: "안전재고비율(%)", 
108
 			label: "안전재고비율(%)", 
108
-			width: '10', fixed: false, align: 'center',
109
+			classes: 'input_color',
110
+			width: '10', fixed: false, align: 'right',
109
 			sortable: false, editable: true, edittype: 'text',
111
 			sortable: false, editable: true, edittype: 'text',
110
 			editrules: {required: false}
112
 			editrules: {required: false}
111
 		}		
113
 		}		

+ 10 - 7
src/main/webapp/js/app/stockmng/ITP_STOCKMNG04010.js

@@ -61,13 +61,13 @@ const gridColModel = {
61
 		{
61
 		{
62
 			index: 'BRAND_NM', name: 'brandNm',
62
 			index: 'BRAND_NM', name: 'brandNm',
63
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드
63
 			label: ITP_MSG_LOCALE.label.brandNm, //브랜드
64
-			width: '13', fixed: false, align: 'center',
64
+			width: '13', fixed: false, align: 'left',
65
 			sortable: false, hidden: false
65
 			sortable: false, hidden: false
66
 		},
66
 		},
67
 		{
67
 		{
68
 			index: 'STORE_NM', name: 'storeNm',
68
 			index: 'STORE_NM', name: 'storeNm',
69
 			label: "매장명", 
69
 			label: "매장명", 
70
-			width: '13', fixed: false, align: 'center',
70
+			width: '13', fixed: false, align: 'left',
71
 			sortable: false, hidden: false
71
 			sortable: false, hidden: false
72
 		},
72
 		},
73
 		{
73
 		{
@@ -79,7 +79,7 @@ const gridColModel = {
79
 		{
79
 		{
80
 			index: 'WHS_NM', name: 'whsNm',
80
 			index: 'WHS_NM', name: 'whsNm',
81
 			label: "창고명", 
81
 			label: "창고명", 
82
-			width: '13', fixed: false, align: 'center',
82
+			width: '13', fixed: false, align: 'left',
83
 			sortable: false, hidden: false
83
 			sortable: false, hidden: false
84
 		},
84
 		},
85
 		{
85
 		{
@@ -111,14 +111,14 @@ const gridColModel = {
111
 		{
111
 		{
112
 			index: 'LOCATION', name: 'location',
112
 			index: 'LOCATION', name: 'location',
113
 			label: "로케이션",
113
 			label: "로케이션",
114
-			width: '10', fixed: false, align: 'center',
114
+			width: '10', fixed: false, align: 'left',
115
 			sortable: false, editable: false, edittype: 'text',
115
 			sortable: false, editable: false, edittype: 'text',
116
 			editrules: {required: true}
116
 			editrules: {required: true}
117
 		},
117
 		},
118
 		{
118
 		{
119
 			index: 'LOCATION_NM', name: 'locationNm',
119
 			index: 'LOCATION_NM', name: 'locationNm',
120
 			label: "로케이션명",
120
 			label: "로케이션명",
121
-			width: '12', fixed: false, align: 'center',
121
+			width: '12', fixed: false, align: 'left',
122
 			sortable: true, editable: false, edittype: 'text',
122
 			sortable: true, editable: false, edittype: 'text',
123
 			editrules: {required: true}
123
 			editrules: {required: true}
124
 		},
124
 		},
@@ -145,14 +145,15 @@ const gridColModel = {
145
 		{
145
 		{
146
 			index: 'LOCATION', name: 'location',
146
 			index: 'LOCATION', name: 'location',
147
 			label: "로케이션",
147
 			label: "로케이션",
148
-			width: '10', fixed: false, align: 'center',
148
+			width: '10', fixed: false, align: 'left',
149
 			sortable: false, editable: true, edittype: 'text',
149
 			sortable: false, editable: true, edittype: 'text',
150
 			editrules: {required: false}
150
 			editrules: {required: false}
151
 		},
151
 		},
152
 		{
152
 		{
153
 			index: 'LOCATION_NM', name: 'locationNm',
153
 			index: 'LOCATION_NM', name: 'locationNm',
154
 			label: "로케이션명",
154
 			label: "로케이션명",
155
-			width: '12', fixed: false, align: 'center',
155
+			width: '12', fixed: false, align: 'left',
156
+			classes: 'input_color',
156
 			sortable: false, editable: true, edittype: 'text',
157
 			sortable: false, editable: true, edittype: 'text',
157
 			editrules: {required: true}
158
 			editrules: {required: true}
158
 		},
159
 		},
@@ -162,6 +163,7 @@ const gridColModel = {
162
 			width: '10', fixed: false, align: 'center',
163
 			width: '10', fixed: false, align: 'center',
163
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
164
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
164
 			editoptions: {value: ITP_COMMON_CD_STCK_DVSN},
165
 			editoptions: {value: ITP_COMMON_CD_STCK_DVSN},
166
+			classes: 'input_color',
165
 			editrules: {required: true}
167
 			editrules: {required: true}
166
 		},
168
 		},
167
 		{
169
 		{
@@ -170,6 +172,7 @@ const gridColModel = {
170
 			width: '10', fixed: false, align: 'center',
172
 			width: '10', fixed: false, align: 'center',
171
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
173
 			sortable: false, editable: true, formatter: 'select', edittype: 'select',
172
 			editoptions: {value: ITP_COMMON_CD_LOC_ST_CD},
174
 			editoptions: {value: ITP_COMMON_CD_LOC_ST_CD},
175
+			classes: 'input_color',
173
 			editrules: {required: true}
176
 			editrules: {required: true}
174
 		}
177
 		}
175
 	]
178
 	]