Pārlūkot izejas kodu

Merge remote-tracking branch 'origin/master'

juney 2 gadi atpakaļ
vecāks
revīzija
f1c1b26117

+ 186 - 0
bin/src/main/webapp/app/pomng/POMNG01010.html

@@ -0,0 +1,186 @@
1
+<section id="ITP_TAB_POMNG01010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>구매요청 생성</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_POMNG01010_SRH" class="btn btn-primary btn-sm REQ" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;요청&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_POMNG01010_NEWREG" class="btn btn-primary btn-sm TSA" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;임시저장&nbsp;&nbsp;</button>
9
+				</div>				
10
+			</div>
11
+			<div class="itp_det_in">
12
+				<div id="ITP_AJAX_POMNG01010_LIST_CONTAINER">
13
+					<div class="itp_form itp_type1 fix">
14
+						<div class="col-xs-12">
15
+							<form id="ITP_FORM_POMNG01010_DETAIL" class="form-horizontal">
16
+								<input type="hidden" id="ITP_FORM_POMNG01010_DETAIL_VIEW_CD" name="viewCd" value="C">
17
+					
18
+								<section class="itp_form_sec">
19
+									<h4 class="itp_form_tit">구매요청정보</h4>
20
+									<div class="itp_form_in">	
21
+										<div class="form-group">
22
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
23
+												<div class="col-xs-4 itp_ip BRAND_NM"></div>
24
+											<label class="col-xs-2 itp_lb">구매요청번호</label>
25
+												<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
26
+										</div>
27
+									</div>
28
+									<div class="itp_form_in">
29
+										<div class="form-group">
30
+											<label class="col-xs-2 itp_lb">구매요청명</label>
31
+											<div class="col-xs-10 itp_ip PCH_REQ_NM">(미 입력시 매장명 + 날짜 + 품목수 표시함)</div>
32
+										</div>
33
+									</div>
34
+									<div class="itp_form_in">	
35
+										<div class="form-group">
36
+											<label class="col-xs-2 itp_lb">요청부서(매장/부서)</label>
37
+												<div class="col-xs-4 itp_ip">
38
+													<div class="col-xs-3 itp_in">
39
+														<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
40
+													</div>
41
+													<label class="col-xs-1" style="top:7px;">/</label>
42
+													<div class="col-xs-4 itp_in">
43
+														<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
44
+													</div>
45
+												</div>
46
+											<label class="col-xs-2 itp_lb">구매요청일</label>
47
+											<div class="col-xs-4 itp_ip PCH_REQ_DT"></div>
48
+										</div>
49
+									</div>
50
+									<div class="itp_form_in">
51
+										<div class="form-group">
52
+											<label class="col-xs-2 itp_lb">비고</label>
53
+											<div class="col-xs-10 itp_ip">
54
+												<input type="text" id="ITP_FORM_POMNG01010_SEARCH_NOTE" class="form-control itp_input" name="NOTE" value="" />
55
+											</div>
56
+										</div>
57
+									</div>
58
+									<div class="itp_form_in">
59
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
60
+											<h4 class="itp_table_tit">요청 품목</h4>
61
+											<div class="pull-right itp_cicon">
62
+												<button type="button" id="ITP_BTN_POMNG01010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
63
+												<button type="button" id="ITP_BTN_POMNG01010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
64
+											</div>
65
+										</div>
66
+										<table class="table order">
67
+											<thead>
68
+												<tr>
69
+													<th style="width:5%;">선택</th>
70
+													<th style="width:17%;">품목번호</th>
71
+													<th style="width:18%;">품목명</th>
72
+													<th style="width:10%;">단위</th>
73
+													<th style="width:10%;">수량</th>
74
+													<th style="width:10%;">예상구매금액</th>
75
+													<th style="width:10%;">납기요청일</th>
76
+													<th style="width:10%;">납품장소</th>
77
+													<th style="width:10%;">납품장소상세</th>
78
+												 </tr>
79
+											 </thead>
80
+											 <tbody class="check">
81
+												 <tr>
82
+													<td>
83
+														<input type="checkbox" style="width:20px; height:17px;">
84
+													</td>
85
+													<td>
86
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
87
+													</td>
88
+													<td>
89
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_NM" name="ITEM_NM"></div>
90
+													</td>
91
+													<td>
92
+														<select id="ITP_FORM_POMNG01010_UNIT" class="form-control itp_input" name="UNIT">
93
+														</select>													
94
+													</td>
95
+													<td>
96
+														<input type="text" id="ITP_FORM_POMNG01010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="">
97
+													</td>
98
+													<td>
99
+														<input type="text" id="ITP_FORM_POMNG01010_" class="form-control itp_input" name="" value="">
100
+													</td>
101
+													<td>
102
+														<div class="input-daterange input-group date itp_in">
103
+															<input type="text" id="ITP_FORM_POMNG01010_DLV_REQ_DT" class="form-control itp_input" name="DLV_REQ_DT" value="">
104
+														</div>
105
+													<td>
106
+														<select id="ITP_FORM_POMNG01010_DETAIL_BNK_CD" class="form-control itp_input" name="BNK_CD">
107
+														</select>
108
+													</td>
109
+													<td>
110
+														<input type="text" id="ITP_FORM_POMNG01010_" class="form-control itp_input" name="" value="">
111
+													</td>
112
+												 </tr>
113
+											 </tbody>
114
+											 <tbody class="check">
115
+												 <tr>
116
+													<td>
117
+													
118
+													</td>
119
+													<td>
120
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
121
+													</td>
122
+													<td>
123
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_NM" name="ITEM_NM"></div>
124
+													</td>
125
+													<td>
126
+																											
127
+													</td>
128
+													<td>
129
+													
130
+													</td>
131
+													<td>
132
+													
133
+													</td>
134
+													<td>
135
+													
136
+													<td>
137
+													
138
+													</td>
139
+													<td>
140
+													
141
+													</td>
142
+												 </tr>
143
+											 </tbody>
144
+											 <tbody class="check">
145
+												 <tr>
146
+													<td>
147
+													
148
+													</td>
149
+													<td>
150
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
151
+													</td>
152
+													<td>
153
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_NM" name="ITEM_NM"></div>
154
+													</td>
155
+													<td>
156
+																											
157
+													</td>
158
+													<td>
159
+													
160
+													</td>
161
+													<td>
162
+													
163
+													</td>
164
+													<td>
165
+													
166
+													<td>
167
+													
168
+													</td>
169
+													<td>
170
+													
171
+													</td>
172
+												 </tr>
173
+											 </tbody>
174
+										 </table>
175
+									</div>
176
+								</section>												
177
+							</form>
178
+						</div>
179
+					</div>
180
+				</div>
181
+			</div>
182
+		</article>
183
+	</div>
184
+	
185
+	<div id="ITP_TAP_JS"></div>	
186
+</section>

+ 472 - 0
bin/src/main/webapp/app/pomng/POMNG02010.html

@@ -0,0 +1,472 @@
1
+<section id="ITP_TAB_POMNG02010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>구매요청 현황</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_POMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_POMNG02010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;수정&nbsp;&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_POMNG02010_NEWREG" class="btn btn-primary btn-sm NEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;수정페이지&nbsp;&nbsp;</button>
10
+					<button type="button" id="ITP_BTN_POMNG02010_CANCELLIST" class="btn btn-warning btn-sm REQ"><i class="glyphicon "></i> &nbsp;&nbsp;요청&nbsp;&nbsp;</button>
11
+					<button type="button" id="ITP_BTN_POMNG02010_SAVE" class="btn btn-success btn-sm TSA"><i class="glyphicon "></i>&nbsp;&nbsp;임시저장&nbsp;&nbsp;</button>
12
+					<button type="button" id="ITP_BTN_POMNG02010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> &nbsp;&nbsp;취소/목록&nbsp;&nbsp;</button>
13
+				</div>
14
+			</div>
15
+			<div class="itp_det_in">
16
+				<div id="ITP_AJAX_POMNG02010_LIST_CONTAINER">
17
+					<div class="itp_lg_form itp_type1 fix">
18
+						<div class="itp_srh_border fix">
19
+							<div class="col-xs-12">
20
+								<form id="ITP_FORM_POMNG02010_SEARCH" class="form-horizontal">
21
+									<div class="form-group">
22
+										<label class="col-xs-1" style="width:10%; top:5px;">구매요청일</label>
23
+										<div class="col-xs-3 itp_ip itp_noMar">
24
+											<div class="input-daterange input-group date">
25
+												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
26
+												<span class="input-group-addon itp_date_to">~</span>
27
+												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
28
+											</div>
29
+										</div>
30
+										<div class="col-xs-3 itp_ip itp_noMar">
31
+											<input type="text" id="ITP_FORM_POMNG02010_SEARCH_" class="form-control itp_input" name="" value="매장/창고 팝업" />
32
+										</div>
33
+										<div class="col-xs-2 itp_in" style="padding-left: 5px;">
34
+											<button type="button" id="ITP_BTN_POMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
35
+											<button type="button" id="ITP_BTN_POMNG02010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
36
+						                </div>
37
+									</div>
38
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
39
+										<div class="col-xs-2 itp_ip itp_noMar">
40
+											<select id="ITP_FORM_POMNG02010_SEARCH_ITEM_CLASS" class="form-control itp_input" name="ITEM_CLASS1">
41
+												<option value="A">상태(대기/요청/접수/반려)</option>											
42
+											</select>
43
+										</div>
44
+										<div class="col-xs-5 itp_ip itp_noMar">
45
+											<input type="text" id="ITP_FORM_POMNG02010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
46
+										</div>
47
+									</div>
48
+								</form>
49
+							</div>
50
+						</div>
51
+					</div>
52
+					<div class="itp_table fix">
53
+						<table class="table">
54
+							<thead>
55
+								<tr>
56
+									<th style="width:5%;">선택</th>
57
+									<th style="width:10%;">브랜드</th>
58
+									<th style="width:10%;">구매요청번호</th>
59
+									<th style="width:15%;">구매요청명</th>
60
+									<th style="width:10%;">상태</th>
61
+									<th style="width:10%;">요청자</th>
62
+									<th style="width:10%;">구매요청일</th>
63
+									<th style="width:10%;">구매요청금액</th>
64
+									<th style="width:10%;">요청품목수</th>
65
+									<th style="width:10%;">구매요청일자</th>
66
+							 	</tr>
67
+						 	</thead>
68
+							<tbody>
69
+							 	<tr>
70
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
71
+									<td id="ITP_FORM_POMNG02010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
72
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_UNQ_NO" name="PCH_REQ_UNQ_NO"><strong>PR2022001</strong></td>
73
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM">A매장 20221010 20</td>
74
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD">대기</td>
75
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM">A매장</td>
76
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT">2022.09.01</td>
77
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT">1,000,000</td>
78
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name="">10</td>
79
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT">2022.08.20</td>
80
+							 	</tr>
81
+								<tr>
82
+									<td></td>
83
+									<td id="ITP_FORM_POMNG02010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
84
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_UNQ_NO" name="PCH_REQ_UNQ_NO"><strong></strong></td>
85
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM"></td>
86
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
87
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM"></td>
88
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
89
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
90
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
91
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
92
+								</tr>
93
+								<tr>
94
+									<td></td>
95
+									<th>반려일자</th>
96
+									<th>반려담당자</th>
97
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM"></td>
98
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
99
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM"></td>
100
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
101
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
102
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
103
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
104
+								</tr>
105
+								<tr>
106
+									<td></td>
107
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
108
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
109
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM"></td>
110
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
111
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM"></td>
112
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
113
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
114
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
115
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
116
+								</tr>
117
+								<tr>
118
+									<td></td>
119
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
120
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
121
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM"></td>
122
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
123
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM"></td>
124
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
125
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
126
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
127
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
128
+								</tr>
129
+								<tr>
130
+									<td></td>
131
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
132
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
133
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM"></td>
134
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
135
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM"></td>
136
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
137
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
138
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
139
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
140
+								</tr>
141
+							</tbody>
142
+						</table>
143
+					</div>
144
+				</div>
145
+				<div id="ITP_AJAX_POMNG02010_LIST_CONTAINER">
146
+					<div class="itp_form itp_type1 fix">
147
+						<div class="col-xs-12">
148
+							<form id="ITP_FORM_POMNG02010_DETAIL" class="form-horizontal">
149
+								<input type="hidden" id="ITP_FORM_POMNG02010_DETAIL_VIEW_CD" name="viewCd" value="C">
150
+					
151
+								<section class="itp_form_sec">
152
+									<h4 class="itp_form_tit">구매요청정보-상세</h4>
153
+									<div class="itp_form_in">	
154
+										<div class="form-group">
155
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
156
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
157
+											<label class="col-xs-2 itp_lb">구매요청번호</label>
158
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
159
+										</div>
160
+									</div>
161
+									<div class="itp_form_in">
162
+										<div class="form-group">
163
+											<label class="col-xs-2 itp_lb">구매요청명</label>
164
+											<div class="col-xs-4 itp_ip PCH_REQ_NM"></div>
165
+											<label class="col-xs-2 itp_lb">상태</label>
166
+											<div class="col-xs-4 itp_ip ST_CD"></div>
167
+										</div>
168
+									</div>
169
+									<div class="itp_form_in">	
170
+										<div class="form-group">
171
+											<label class="col-xs-2 itp_lb">요청부서(매장/부서)</label>
172
+											<div class="col-xs-4 itp_ip">
173
+												<div class="col-xs-3 itp_in">
174
+													<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
175
+												</div>
176
+												<!-- <label class="col-xs-1" style="top:7px;">/</label>
177
+												<div class="col-xs-4 itp_in">
178
+													<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
179
+												</div> -->
180
+											</div>
181
+											<label class="col-xs-2 itp_lb">구매요청일</label>
182
+											<div class="col-xs-4 itp_ip PCH_REQ_DT"></div>
183
+										</div>
184
+									</div>
185
+									<div class="itp_form_in">
186
+										<div class="form-group">
187
+											<label class="col-xs-2 itp_lb">비고</label>
188
+											<div class="col-xs-10 itp_ip NOTE"></div>
189
+										</div>
190
+									</div>
191
+									<div class="itp_form_in">	
192
+										<div class="form-group">
193
+											<label class="col-xs-2 itp_lb">반려일자</label>
194
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
195
+											<label class="col-xs-2 itp_lb">반려담당자명</label>
196
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
197
+										</div>
198
+									</div>
199
+									<div class="itp_form_in">
200
+										<div class="form-group">
201
+											<label class="col-xs-2 itp_lb">반려사유</label>
202
+											<div class="col-xs-10 itp_ip NOTE"></div>
203
+										</div>
204
+									</div>
205
+									<div class="itp_form_in">
206
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
207
+											<h4 class="itp_table_tit">요청 품목</h4>
208
+										</div>
209
+										<table class="table order">
210
+											<thead>
211
+												<tr>
212
+													<th style="width:5%;">선택</th>
213
+													<th style="width:10%;">품목번호</th>
214
+													<th style="width:10%;">품목명</th>
215
+													<th style="width:7%;">단위</th>
216
+													<th style="width:8%;">수량</th>
217
+													<th style="width:10%;">예상구매금액</th>
218
+													<th style="width:10%;">납기요청일</th>
219
+													<th style="width:10%;">납품장소</th>
220
+													<th style="width:10%;">납품장소상세</th>
221
+													<th style="width:10%;">진행상태</th>
222
+												 </tr>
223
+											 </thead>
224
+											 <tbody class="check">
225
+												 <tr>
226
+													<td>
227
+														<input type="checkbox" style="width:20px; height:17px;">
228
+													</td>
229
+													<td>
230
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
231
+													</td>
232
+													<td>
233
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_NM" name="ITEM_NM">A품목</div>
234
+													</td>
235
+													<td>
236
+								    					<div id="ITP_FORM_POMNGO2010_UNIT" name="UNIT">EA</div>
237
+													</td>
238
+													<td>
239
+								    					<div id="ITP_FORM_POMNGO2010_STDD_QYT" name="STDD_QYT">10</div>
240
+													</td>
241
+													<td>
242
+								    					<div id="ITP_FORM_POMNGO2010_" name="">1,000,000</div>
243
+													</td>
244
+													<td>
245
+								    					<div id="ITP_FORM_POMNGO2010_DLV_REQ_DT" name="DLV_REQ_DT">2022.10.01</div>
246
+								    				</td>
247
+													<td>
248
+								    					<div id="ITP_FORM_POMNGO2010_" name="">A매장</div>
249
+													</td>
250
+													<td>
251
+								    					<div id="ITP_FORM_POMNGO2010_" name="">매장내</div>
252
+													</td>
253
+													<td>
254
+								    					<div id="ITP_FORM_POMNGO2010_DLV_DTL_ST_CD" name="DLV_DTL_ST_CD">접수</div>
255
+													</td>
256
+												 </tr>
257
+											 </tbody>
258
+											 <tbody class="check">
259
+												 <tr>
260
+													<td></td>
261
+													<td></td>
262
+													<td></td>
263
+													<td></td>
264
+													<td></td>
265
+													<td></td>
266
+													<td></td>
267
+													<td></td>
268
+													<td></td>
269
+													<td>
270
+								    					<div id="ITP_FORM_POMNGO2010_DLV_DTL_ST_CD" name="DLV_DTL_ST_CD">발주진행</div>
271
+													</td>
272
+												 </tr>
273
+											 </tbody>
274
+											 <tbody class="check">
275
+												 <tr>
276
+													<td></td>
277
+													<td></td>
278
+													<td></td>
279
+													<td></td>
280
+													<td></td>
281
+													<td></td>
282
+													<td></td>
283
+													<td></td>
284
+													<td></td>
285
+													<td></td>
286
+												 </tr>
287
+											 </tbody>
288
+										 </table>
289
+									</div>
290
+								</section>												
291
+							</form>
292
+						</div>
293
+					</div>
294
+				</div>
295
+				<div id="ITP_AJAX_POMNG02010_LIST_CONTAINER">
296
+					<div class="itp_form itp_type1 fix">
297
+						<div class="col-xs-12">
298
+							<form id="ITP_FORM_POMNG02010_DETAIL" class="form-horizontal">
299
+								<input type="hidden" id="ITP_FORM_POMNG02010_DETAIL_VIEW_CD" name="viewCd" value="C">
300
+					
301
+								<section class="itp_form_sec">
302
+									<h4 class="itp_form_tit">구매요청정보-상세수정</h4>
303
+									<div class="itp_form_in">	
304
+										<div class="form-group">
305
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
306
+												<div class="col-xs-4 itp_ip BRAND_NM"></div>
307
+											<label class="col-xs-2 itp_lb">구매요청번호</label>
308
+												<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
309
+										</div>
310
+									</div>
311
+									<div class="itp_form_in">
312
+										<div class="form-group">
313
+											<label class="col-xs-2 itp_lb">구매요청명</label>
314
+											<div class="col-xs-10 itp_ip">
315
+												<div class="col-xs-5 itp_in">
316
+													<input type="text" id="ITP_FORM_POMNG02010_PCH_REQ_NM" class="form-control itp_input" name="PCH_REQ_NM" value="" />
317
+												</div>
318
+											</div>										
319
+										</div>
320
+									</div>
321
+									<div class="itp_form_in">	
322
+										<div class="form-group">
323
+											<label class="col-xs-2 itp_lb">요청부서(매장/부서)</label>
324
+												<div class="col-xs-4 itp_ip">
325
+													<div class="col-xs-3 itp_in">
326
+														<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
327
+													</div>
328
+													<label class="col-xs-1" style="top:7px;">/</label>
329
+													<div class="col-xs-4 itp_in">
330
+														<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
331
+													</div>
332
+												</div>
333
+											<label class="col-xs-2 itp_lb">구매요청일</label>
334
+											<div class="col-xs-4 itp_ip PCH_REQ_DT"></div>
335
+										</div>
336
+									</div>
337
+									<div class="itp_form_in">
338
+										<div class="form-group">
339
+											<label class="col-xs-2 itp_lb">비고</label>
340
+											<div class="col-xs-10 itp_ip">
341
+												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_NOTE" class="form-control itp_input" name="NOTE" value="" />
342
+											</div>
343
+										</div>
344
+									</div>
345
+									<div class="itp_form_in">
346
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
347
+											<h4 class="itp_table_tit">요청 품목</h4>
348
+											<div class="pull-right itp_cicon">
349
+												<button type="button" id="ITP_BTN_POMNG02010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
350
+												<button type="button" id="ITP_BTN_POMNG02010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
351
+											</div>
352
+										</div>
353
+										<table class="table order">
354
+											<thead>
355
+												<tr>
356
+													<th style="width:5%;">선택</th>
357
+													<th style="width:17%;">품목번호</th>
358
+													<th style="width:18%;">품목명</th>
359
+													<th style="width:10%;">단위</th>
360
+													<th style="width:10%;">수량</th>
361
+													<th style="width:10%;">예상구매금액</th>
362
+													<th style="width:10%;">납기요청일</th>
363
+													<th style="width:10%;">납품장소</th>
364
+													<th style="width:10%;">납품장소상세</th>
365
+												 </tr>
366
+											 </thead>
367
+											 <tbody class="check">
368
+												 <tr>
369
+													<td>
370
+														<input type="checkbox" style="width:20px; height:17px;">
371
+													</td>
372
+													<td>
373
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
374
+													</td>
375
+													<td>
376
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_NM" name="ITEM_NM"></div>
377
+													</td>
378
+													<td>
379
+														<select id="ITP_FORM_POMNG02010_UNIT" class="form-control itp_input" name="UNIT">
380
+														</select>													
381
+													</td>
382
+													<td>
383
+														<input type="text" id="ITP_FORM_POMNG02010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="">
384
+													</td>
385
+													<td>
386
+														<input type="text" id="ITP_FORM_POMNG02010_" class="form-control itp_input" name="" value="">
387
+													</td>
388
+													<td>
389
+														<div class="input-daterange input-group date itp_in">
390
+															<input type="text" id="ITP_FORM_POMNG02010_DLV_REQ_DT" class="form-control itp_input" name="DLV_REQ_DT" value="">
391
+														</div>
392
+													<td>
393
+														<select id="ITP_FORM_POMNG02010_DETAIL_BNK_CD" class="form-control itp_input" name="BNK_CD">
394
+														</select>
395
+													</td>
396
+													<td>
397
+														<input type="text" id="ITP_FORM_POMNG02010_" class="form-control itp_input" name="" value="">
398
+													</td>
399
+												 </tr>
400
+											 </tbody>
401
+											 <tbody class="check">
402
+												 <tr>
403
+													<td>
404
+													
405
+													</td>
406
+													<td>
407
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
408
+													</td>
409
+													<td>
410
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_NM" name="ITEM_NM"></div>
411
+													</td>
412
+													<td>
413
+																											
414
+													</td>
415
+													<td>
416
+													
417
+													</td>
418
+													<td>
419
+													
420
+													</td>
421
+													<td>
422
+													
423
+													<td>
424
+													
425
+													</td>
426
+													<td>
427
+													
428
+													</td>
429
+												 </tr>
430
+											 </tbody>
431
+											 <tbody class="check">
432
+												 <tr>
433
+													<td>
434
+													
435
+													</td>
436
+													<td>
437
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
438
+													</td>
439
+													<td>
440
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_NM" name="ITEM_NM"></div>
441
+													</td>
442
+													<td>
443
+																											
444
+													</td>
445
+													<td>
446
+													
447
+													</td>
448
+													<td>
449
+													
450
+													</td>
451
+													<td>
452
+													
453
+													<td>
454
+													
455
+													</td>
456
+													<td>
457
+													
458
+													</td>
459
+												 </tr>
460
+											 </tbody>
461
+										 </table>
462
+									</div>
463
+								</section>												
464
+							</form>
465
+						</div>
466
+					</div>
467
+				</div>			
468
+			</div>
469
+		</article>
470
+	</div>
471
+	<div id="ITP_TAP_JS"></div>
472
+</section>

+ 514 - 0
bin/src/main/webapp/app/pomng/POMNG03010.html

@@ -0,0 +1,514 @@
1
+<section id="ITP_TAB_POMNG03010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>구매발주 생성</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm CTPO" style="display: inline-block;"><i class="glyphicon "></i> 발주생성</button>
8
+					<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm NCPO" style="display: inline-block;"><i class="glyphicon "></i> 신규발주생성</button>
9
+					<button type="button" id="ITP_BTN_POMNG03010_NEWREG" class="btn btn-primary btn-sm PRRJ" style="display: inline-block;"><i class="glyphicon "></i>구매요청 반려</button>
10
+					<button type="button" id="ITP_BTN_POMNG03010_CANCELLIST" class="btn btn-warning btn-sm PO"><i class="glyphicon "></i> 발주</button>
11
+					<button type="button" id="ITP_BTN_POMNG03010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> 취소/목록</button>
12
+				</div>
13
+			</div>
14
+			<div class="itp_det_in">
15
+				<div id="ITP_AJAX_POMNG03010_LIST_CONTAINER">
16
+					<div class="itp_lg_form itp_type1 fix">
17
+						<div class="itp_srh_border fix">
18
+							<div class="col-xs-12">
19
+								<form id="ITP_FORM_POMNG03010_SEARCH" class="form-horizontal">
20
+									<div class="form-group">
21
+										<label class="col-xs-1" style="width:11%; top:5px;">납기요청일 *</label>
22
+										<div class="col-xs-3 itp_ip itp_noMar">
23
+											<div class="input-daterange input-group date">
24
+												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
25
+												<span class="input-group-addon itp_date_to">~</span>
26
+												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
27
+											</div>
28
+										</div>
29
+									</div>
30
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
31
+										<div class="col-xs-2 itp_ip itp_noMar">
32
+											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
33
+										</div>
34
+										<div class="col-xs-1 itp_in" style="padding-left: px; width:10%;">
35
+											<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
36
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
37
+						                </div>
38
+										<div class="col-xs-2 itp_ip itp_noMar">
39
+											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
40
+										</div>
41
+										<div class="col-xs-1 itp_in" style="padding-left: 5px; width:10%;">
42
+											<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
43
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
44
+						                </div>
45
+										<div class="col-xs-4 itp_ip itp_noMar">
46
+											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
47
+										</div>
48
+									</div>
49
+								</form>
50
+							</div>
51
+						</div>
52
+					</div>
53
+					<div class="itp_table fix">
54
+						<table class="table">
55
+							<thead>
56
+								<tr>
57
+									<th style="width:5%;">선택</th>
58
+									<th style="width:10%;">브랜드</th>
59
+									<th style="width:8%;">납품장소</th>
60
+									<th style="width:9%;">공급업체명</th>
61
+									<th style="width:8%;">품목번호</th>
62
+									<th style="width:7%;">품목명</th>
63
+									<th style="width:9%;">구매요청수량</th>
64
+									<th style="width:9%;">납품요청일</th>
65
+									<th style="width:9%;">구매요청금액</th>
66
+									<th style="width:9%;">발주예상금액</th>
67
+									<th style="width:9%;">매장가수금액</th>
68
+									<th>리드타임</th>
69
+							 	</tr>
70
+						 	</thead>
71
+							<tbody>
72
+							 	<tr>
73
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
74
+									<td id="ITP_FORM_POMNG03010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
75
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong>A매장</strong></td>
76
+									<td id="ITP_FORM_POMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM">공급업체</td>
77
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</td>
78
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" name="ITEM_NM">A품목</td>
79
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY">10</td>
80
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT">2022.10.01</td>
81
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT">1,000,000</td>
82
+									<td id="ITP_FORM_POMNG03010_SEARCH_" name="">800,000</td>
83
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT">2,000,000</td>
84
+									<td id="ITP_FORM_POMNG03010_SEARCH_LEAD_TIME" name="LEAD_TIME">5 day</td>
85
+							 	</tr>
86
+								<tr>
87
+									<td></td>
88
+									<td id="ITP_FORM_POMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
89
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
90
+									<td id="ITP_FORM_POMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
91
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
92
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
93
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
94
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
95
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
96
+									<td id="ITP_FORM_POMNG03010_SEARCH_" name=""></td>
97
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
98
+									<td id="ITP_FORM_POMNG03010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
99
+								</tr>
100
+								<tr>
101
+									<td></td>
102
+									<td id="ITP_FORM_POMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
103
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
104
+									<td id="ITP_FORM_POMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
105
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
106
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
107
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
108
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
109
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
110
+									<td id="ITP_FORM_POMNG03010_SEARCH_" name=""></td>
111
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
112
+									<td id="ITP_FORM_POMNG03010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
113
+								</tr>
114
+								<tr>
115
+									<td></td>
116
+									<td id="ITP_FORM_POMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
117
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
118
+									<td id="ITP_FORM_POMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
119
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
120
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
121
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
122
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
123
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
124
+									<td id="ITP_FORM_POMNG03010_SEARCH_" name=""></td>
125
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
126
+									<td id="ITP_FORM_POMNG03010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
127
+								</tr>
128
+								<tr>
129
+									<td></td>
130
+									<td id="ITP_FORM_POMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
131
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
132
+									<td id="ITP_FORM_POMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
133
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
134
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
135
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
136
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
137
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
138
+									<td id="ITP_FORM_POMNG03010_SEARCH_" name=""></td>
139
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
140
+									<td id="ITP_FORM_POMNG03010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
141
+								</tr>
142
+							</tbody>
143
+						</table>
144
+					</div>
145
+				</div>
146
+				<div id="ITP_AJAX_POMNG03010_LIST_CONTAINER">
147
+					<div class="itp_form itp_type1 fix">
148
+						<div class="col-xs-12">
149
+							<form id="ITP_FORM_POMNG03010_DETAIL" class="form-horizontal">
150
+								<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_VIEW_CD" name="viewCd" value="C">
151
+					
152
+								<section class="itp_form_sec">
153
+									<h4 class="itp_form_tit">구매발주상세-신규발주생성</h4>
154
+									<div class="itp_form_in">	
155
+										<div class="form-group">
156
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
157
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
158
+											<label class="col-xs-2 itp_lb">발주번호</label>
159
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
160
+										</div>
161
+									</div>
162
+									<div class="itp_form_in">
163
+										<div class="form-group">
164
+											<label class="col-xs-2 itp_lb">공급업체명</label>
165
+											<div class="col-xs-4 itp_ip PCH_REQ_NM"></div>
166
+											<label class="col-xs-2 itp_lb">발주일자</label>
167
+											<div class="col-xs-4 itp_ip "></div>
168
+										</div>
169
+									</div>
170
+									<div class="itp_form_in">	
171
+										<div class="form-group">
172
+											<label class="col-xs-2 itp_lb">납품장소</label>
173
+											<div class="col-xs-4 itp_ip DLV_PLACE"></div>
174
+											<label class="col-xs-2 itp_lb">발주 총 금액</label>
175
+											<div class="col-xs-4 itp_ip PODR_AMT"></div>
176
+										</div>
177
+									</div>
178
+									<div class="itp_form_in">	
179
+										<div class="form-group">
180
+											<label class="col-xs-2 itp_lb">발주담당자</label>
181
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
182
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
183
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
184
+										</div>
185
+									</div>
186
+									<div class="itp_form_in">	
187
+										<div class="form-group">
188
+											<label class="col-xs-2 itp_lb">배송구분</label>
189
+											<div class="col-xs-4 itp_ip">
190
+												<div class="col-xs-5 itp_in">
191
+													<select id="ITP_FORM_POMNG03010_" class="form-control itp_input" name="">
192
+													</select>
193
+												</div>
194
+											</div>
195
+											<label class="col-xs-2 itp_lb"></label>
196
+											<div class="col-xs-4 itp_ip"></div>
197
+										</div>
198
+									</div>
199
+									<div class="itp_form_in">
200
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
201
+											<h4 class="itp_table_tit">발주 품목</h4>
202
+										</div>
203
+										<table class="table order">
204
+											<thead>
205
+												<tr>
206
+													<th style="width:5%;">선택</th>
207
+													<th style="width:5%;">항번</th>
208
+													<th style="width:10%;">품목번호</th>
209
+													<th style="width:10%;">품목명</th>
210
+													<th style="width:7%;">가격단위</th>
211
+													<th style="width:7%;">단가</th>
212
+													<th style="width:7%;">단위</th>
213
+													<th style="width:8%;">수량</th>
214
+													<th style="width:10%;">출하가능수량</th>
215
+													<th style="width:10%;">발주금액</th>
216
+													<th style="width:10%;">납기요청일</th>
217
+												 </tr>
218
+											 </thead>
219
+											 <tbody class="check">
220
+												 <tr>
221
+													<td>
222
+														<input type="checkbox" style="width:20px; height:17px;">
223
+													</td>
224
+													<td>
225
+								    					<div id="ITP_FORM_POMNGO3010_" name="">0010</div>
226
+													</td>
227
+													<td>
228
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
229
+													</td>
230
+													<td>
231
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_NM" name="ITEM_NM">A품목</div>
232
+													</td>
233
+													<td>
234
+								    					<div id="ITP_FORM_POMNGO3010_" name="">1</div>
235
+													</td>
236
+													<td>
237
+								    					<div id="ITP_FORM_POMNGO3010_" name="">100,000</div>
238
+													</td>
239
+													<td>
240
+								    					<div id="ITP_FORM_POMNGO3010_UNIT" name="UNIT">EA</div>
241
+													</td>
242
+													<td>
243
+														<input type="text" id="ITP_FORM_POMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
244
+													</td>
245
+													<td>
246
+								    					<div id="ITP_FORM_POMNGO3010_" name="">20</div>
247
+													</td>
248
+													<td>
249
+								    					<div id="ITP_FORM_POMNGO3010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
250
+								    				</td>
251
+													<td>
252
+														<div class="input-daterange input-group date">
253
+															<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
254
+														</div>
255
+													</td>
256
+												 </tr>
257
+											 </tbody>
258
+											 <tbody class="check">
259
+												 <tr>
260
+													<td>
261
+														<input type="checkbox" style="width:20px; height:17px;">
262
+													</td>
263
+													<td>
264
+								    					<div id="ITP_FORM_POMNGO3010_" name="">0020</div>
265
+													</td>
266
+													<td>
267
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
268
+													</td>
269
+													<td>
270
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_NM" name="ITEM_NM">B품목</div>
271
+													</td>
272
+													<td>
273
+								    					<div id="ITP_FORM_POMNGO3010_" name="">1</div>
274
+													</td>
275
+													<td>
276
+								    					<div id="ITP_FORM_POMNGO3010_" name="">10,000</div>
277
+													</td>
278
+													<td>
279
+								    					<div id="ITP_FORM_POMNGO3010_UNIT" name="UNIT">EA</div>
280
+													</td>
281
+													<td>
282
+														<input type="text" id="ITP_FORM_POMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
283
+													</td>
284
+													<td>
285
+								    					<div id="ITP_FORM_POMNGO3010_" name="">300</div>
286
+													</td>
287
+													<td>
288
+								    					<div id="ITP_FORM_POMNGO3010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
289
+								    				</td>
290
+													<td>
291
+														<div class="input-daterange input-group date">
292
+															<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
293
+														</div>													
294
+													</td>
295
+												 </tr>
296
+											 </tbody>
297
+											 <tbody class="check">
298
+												 <tr>
299
+													<td></td>
300
+													<td></td>
301
+													<td></td>
302
+													<td></td>
303
+													<td></td>
304
+													<td></td>
305
+													<td></td>
306
+													<td></td>
307
+													<td></td>
308
+													<td></td>
309
+												 </tr>
310
+											 </tbody>
311
+										 </table>
312
+									</div>
313
+								</section>												
314
+							</form>
315
+						</div>
316
+					</div>
317
+				</div>
318
+				<div id="ITP_AJAX_POMNG03010_LIST_CONTAINER">
319
+					<div class="itp_form itp_type1 fix">
320
+						<div class="col-xs-12">
321
+							<form id="ITP_FORM_POMNG03010_DETAIL" class="form-horizontal">
322
+								<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_VIEW_CD" name="viewCd" value="C">
323
+					
324
+								<section class="itp_form_sec">
325
+									<h4 class="itp_form_tit">구매발주상세-발주생성</h4>
326
+									<div class="itp_form_in">	
327
+										<div class="form-group">
328
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
329
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
330
+											<label class="col-xs-2 itp_lb">발주번호</label>
331
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
332
+										</div>
333
+									</div>
334
+									<div class="itp_form_in">
335
+										<div class="form-group">
336
+											<label class="col-xs-2 itp_lb">공급업체명</label>
337
+											<div class="col-xs-4 itp_ip">
338
+												<div class="col-xs-5 itp_in">
339
+													<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
340
+												</div>
341
+												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
342
+													<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
343
+													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
344
+								                </div>
345
+											</div>
346
+											<label class="col-xs-2 itp_lb">발주일자</label>
347
+											<div class="col-xs-4 itp_ip "></div>
348
+										</div>
349
+									</div>
350
+									<div class="itp_form_in">	
351
+										<div class="form-group">
352
+											<label class="col-xs-2 itp_lb">납품장소</label>
353
+											<div class="col-xs-4 itp_ip">
354
+												<div class="col-xs-5 itp_in">
355
+													<input type="text" id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
356
+												</div>
357
+												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
358
+													<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
359
+													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
360
+								                </div>
361
+												</div>
362
+											<label class="col-xs-2 itp_lb">발주 총 금액</label>
363
+											<div class="col-xs-4 itp_ip PODR_AMT"></div>
364
+										</div>
365
+									</div>
366
+									<div class="itp_form_in">	
367
+										<div class="form-group">
368
+											<label class="col-xs-2 itp_lb">발주담당자</label>
369
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
370
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
371
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
372
+										</div>
373
+									</div>
374
+									<div class="itp_form_in">	
375
+										<div class="form-group">
376
+											<label class="col-xs-2 itp_lb">배송구분</label>
377
+											<div class="col-xs-4 itp_ip">
378
+												<div class="col-xs-5 itp_in">
379
+													<select id="ITP_FORM_POMNG03010_DLV_CNDT" class="form-control itp_input" name="DLV_CNDT">
380
+													</select>
381
+												</div>
382
+											</div>
383
+											<label class="col-xs-2 itp_lb"></label>
384
+											<div class="col-xs-4 itp_ip"></div>
385
+										</div>
386
+									</div>
387
+									<div class="itp_form_in">
388
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
389
+											<h4 class="itp_table_tit">발주 품목</h4>
390
+											<div class="pull-right itp_cicon">
391
+												<button type="button" id="ITP_BTN_POMNG03010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
392
+												<button type="button" id="ITP_BTN_POMNG03010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
393
+											</div>
394
+										</div>
395
+										<table class="table order">
396
+											<thead>
397
+												<tr>
398
+													<th style="width:5%;">선택</th>
399
+													<th style="width:5%;">항번</th>
400
+													<th style="width:10%;">품목번호</th>
401
+													<th style="width:10%;">품목명</th>
402
+													<th style="width:7%;">가격단위</th>
403
+													<th style="width:7%;">단가</th>
404
+													<th style="width:7%;">단위</th>
405
+													<th style="width:8%;">수량</th>
406
+													<th style="width:10%;">출하가능수량</th>
407
+													<th style="width:10%;">발주금액</th>
408
+													<th style="width:10%;">납기요청일</th>
409
+												 </tr>
410
+											 </thead>
411
+											 <tbody class="check">
412
+												 <tr>
413
+													<td>
414
+														<input type="checkbox" style="width:20px; height:17px;">
415
+													</td>
416
+													<td>
417
+								    					<div id="ITP_FORM_POMNGO3010_" name="">0010</div>
418
+													</td>
419
+													<td>
420
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
421
+													</td>
422
+													<td>
423
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_NM" name="ITEM_NM">A품목</div>
424
+													</td>
425
+													<td>
426
+								    					<div id="ITP_FORM_POMNGO3010_" name="">1</div>
427
+													</td>
428
+													<td>
429
+								    					<div id="ITP_FORM_POMNGO3010_" name="">100,000</div>
430
+													</td>
431
+													<td>
432
+								    					<div id="ITP_FORM_POMNGO3010_UNIT" name="UNIT">EA</div>
433
+													</td>
434
+													<td>
435
+														<input type="text" id="ITP_FORM_POMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
436
+													</td>
437
+													<td>
438
+								    					<div id="ITP_FORM_POMNGO3010_" name="">20</div>
439
+													</td>
440
+													<td>
441
+								    					<div id="ITP_FORM_POMNGO3010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
442
+								    				</td>
443
+													<td>
444
+														<div class="input-daterange input-group date">
445
+															<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
446
+														</div>
447
+													</td>
448
+												 </tr>
449
+											 </tbody>
450
+											 <tbody class="check">
451
+												 <tr>
452
+													<td>
453
+														<input type="checkbox" style="width:20px; height:17px;">
454
+													</td>
455
+													<td>
456
+								    					<div id="ITP_FORM_POMNGO3010_" name="">0020</div>
457
+													</td>
458
+													<td>
459
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
460
+													</td>
461
+													<td>
462
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_NM" name="ITEM_NM">B품목</div>
463
+													</td>
464
+													<td>
465
+								    					<div id="ITP_FORM_POMNGO3010_" name="">1</div>
466
+													</td>
467
+													<td>
468
+								    					<div id="ITP_FORM_POMNGO3010_" name="">10,000</div>
469
+													</td>
470
+													<td>
471
+								    					<div id="ITP_FORM_POMNGO3010_UNIT" name="UNIT">EA</div>
472
+													</td>
473
+													<td>
474
+														<input type="text" id="ITP_FORM_POMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
475
+													</td>
476
+													<td>
477
+								    					<div id="ITP_FORM_POMNGO3010_" name="">300</div>
478
+													</td>
479
+													<td>
480
+								    					<div id="ITP_FORM_POMNGO3010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
481
+								    				</td>
482
+													<td>
483
+														<div class="input-daterange input-group date">
484
+															<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
485
+														</div>													
486
+													</td>
487
+												 </tr>
488
+											 </tbody>
489
+											 <tbody class="check">
490
+												 <tr>
491
+													<td></td>
492
+													<td></td>
493
+													<td></td>
494
+													<td></td>
495
+													<td></td>
496
+													<td></td>
497
+													<td></td>
498
+													<td></td>
499
+													<td></td>
500
+													<td></td>
501
+												 </tr>
502
+											 </tbody>
503
+										 </table>
504
+									</div>
505
+								</section>												
506
+							</form>
507
+						</div>
508
+					</div>
509
+				</div>		
510
+			</div>
511
+		</article>
512
+	</div>
513
+	<div id="ITP_TAP_JS"></div>
514
+</section>

+ 514 - 0
bin/src/main/webapp/app/pomng/POMNG04010.html

@@ -0,0 +1,514 @@
1
+<section id="ITP_TAB_POMNG04010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>구매발주 생성</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>조회</button>
8
+					<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm TSA" style="display: inline-block;"><i class="glyphicon "></i>임시저장</button>
9
+					<button type="button" id="ITP_BTN_POMNG04010_NEWREG" class="btn btn-primary btn-sm RQPO" style="display: inline-block;"><i class="glyphicon "></i>발주요청</button>
10
+					<button type="button" id="ITP_BTN_POMNG04010_CANCELLIST" class="btn btn-warning btn-sm CAPO"><i class="glyphicon "></i> 발주취소</button>
11
+					<button type="button" id="ITP_BTN_POMNG04010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> 취소/목록</button>
12
+				</div>
13
+			</div>
14
+			<div class="itp_det_in">
15
+				<div id="ITP_AJAX_POMNG04010_LIST_CONTAINER">
16
+					<div class="itp_lg_form itp_type1 fix">
17
+						<div class="itp_srh_border fix">
18
+							<div class="col-xs-12">
19
+								<form id="ITP_FORM_POMNG04010_SEARCH" class="form-horizontal">
20
+									<div class="form-group">
21
+										<label class="col-xs-1" style="width:11%; top:5px;">납기요청일 *</label>
22
+										<div class="col-xs-3 itp_ip itp_noMar">
23
+											<div class="input-daterange input-group date">
24
+												<input type="text" id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
25
+												<span class="input-group-addon itp_date_to">~</span>
26
+												<input type="text" id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
27
+											</div>
28
+										</div>
29
+									</div>
30
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
31
+										<div class="col-xs-2 itp_ip itp_noMar">
32
+											<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
33
+										</div>
34
+										<div class="col-xs-1 itp_in" style="padding-left: px; width:10%;">
35
+											<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
36
+											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
37
+						                </div>
38
+										<div class="col-xs-2 itp_ip itp_noMar">
39
+											<input type="text" id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
40
+										</div>
41
+										<div class="col-xs-1 itp_in" style="padding-left: 5px; width:10%;">
42
+											<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
43
+											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
44
+						                </div>
45
+										<div class="col-xs-4 itp_ip itp_noMar">
46
+											<input type="text" id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
47
+										</div>
48
+									</div>
49
+								</form>
50
+							</div>
51
+						</div>
52
+					</div>
53
+					<div class="itp_table fix">
54
+						<table class="table">
55
+							<thead>
56
+								<tr>
57
+									<th style="width:5%;">선택</th>
58
+									<th style="width:10%;">브랜드</th>
59
+									<th style="width:8%;">납품장소</th>
60
+									<th style="width:9%;">공급업체명</th>
61
+									<th style="width:8%;">품목번호</th>
62
+									<th style="width:7%;">품목명</th>
63
+									<th style="width:9%;">구매요청수량</th>
64
+									<th style="width:9%;">납품요청일</th>
65
+									<th style="width:9%;">구매요청금액</th>
66
+									<th style="width:9%;">발주예상금액</th>
67
+									<th style="width:9%;">매장가수금액</th>
68
+									<th>리드타임</th>
69
+							 	</tr>
70
+						 	</thead>
71
+							<tbody>
72
+							 	<tr>
73
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
74
+									<td id="ITP_FORM_POMNG04010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
75
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong>A매장</strong></td>
76
+									<td id="ITP_FORM_POMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM">공급업체</td>
77
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</td>
78
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" name="ITEM_NM">A품목</td>
79
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY">10</td>
80
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT">2022.10.01</td>
81
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT">1,000,000</td>
82
+									<td id="ITP_FORM_POMNG04010_SEARCH_" name="">800,000</td>
83
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT">2,000,000</td>
84
+									<td id="ITP_FORM_POMNG04010_SEARCH_LEAD_TIME" name="LEAD_TIME">5 day</td>
85
+							 	</tr>
86
+								<tr>
87
+									<td></td>
88
+									<td id="ITP_FORM_POMNG04010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
89
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
90
+									<td id="ITP_FORM_POMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
91
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
92
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
93
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
94
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
95
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
96
+									<td id="ITP_FORM_POMNG04010_SEARCH_" name=""></td>
97
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
98
+									<td id="ITP_FORM_POMNG04010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
99
+								</tr>
100
+								<tr>
101
+									<td></td>
102
+									<td id="ITP_FORM_POMNG04010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
103
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
104
+									<td id="ITP_FORM_POMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
105
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
106
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
107
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
108
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
109
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
110
+									<td id="ITP_FORM_POMNG04010_SEARCH_" name=""></td>
111
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
112
+									<td id="ITP_FORM_POMNG04010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
113
+								</tr>
114
+								<tr>
115
+									<td></td>
116
+									<td id="ITP_FORM_POMNG04010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
117
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
118
+									<td id="ITP_FORM_POMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
119
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
120
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
121
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
122
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
123
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
124
+									<td id="ITP_FORM_POMNG04010_SEARCH_" name=""></td>
125
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
126
+									<td id="ITP_FORM_POMNG04010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
127
+								</tr>
128
+								<tr>
129
+									<td></td>
130
+									<td id="ITP_FORM_POMNG04010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
131
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
132
+									<td id="ITP_FORM_POMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
133
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
134
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
135
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
136
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
137
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
138
+									<td id="ITP_FORM_POMNG04010_SEARCH_" name=""></td>
139
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
140
+									<td id="ITP_FORM_POMNG04010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
141
+								</tr>
142
+							</tbody>
143
+						</table>
144
+					</div>
145
+				</div>
146
+				<div id="ITP_AJAX_POMNG04010_LIST_CONTAINER">
147
+					<div class="itp_form itp_type1 fix">
148
+						<div class="col-xs-12">
149
+							<form id="ITP_FORM_POMNG04010_DETAIL" class="form-horizontal">
150
+								<input type="hidden" id="ITP_FORM_POMNG04010_DETAIL_VIEW_CD" name="viewCd" value="C">
151
+					
152
+								<section class="itp_form_sec">
153
+									<h4 class="itp_form_tit">구매발주상세-신규발주생성</h4>
154
+									<div class="itp_form_in">	
155
+										<div class="form-group">
156
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
157
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
158
+											<label class="col-xs-2 itp_lb">발주번호</label>
159
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
160
+										</div>
161
+									</div>
162
+									<div class="itp_form_in">
163
+										<div class="form-group">
164
+											<label class="col-xs-2 itp_lb">공급업체명</label>
165
+											<div class="col-xs-4 itp_ip PCH_REQ_NM"></div>
166
+											<label class="col-xs-2 itp_lb">발주일자</label>
167
+											<div class="col-xs-4 itp_ip "></div>
168
+										</div>
169
+									</div>
170
+									<div class="itp_form_in">	
171
+										<div class="form-group">
172
+											<label class="col-xs-2 itp_lb">납품장소</label>
173
+											<div class="col-xs-4 itp_ip DLV_PLACE"></div>
174
+											<label class="col-xs-2 itp_lb">발주 총 금액</label>
175
+											<div class="col-xs-4 itp_ip PODR_AMT"></div>
176
+										</div>
177
+									</div>
178
+									<div class="itp_form_in">	
179
+										<div class="form-group">
180
+											<label class="col-xs-2 itp_lb">발주담당자</label>
181
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
182
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
183
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
184
+										</div>
185
+									</div>
186
+									<div class="itp_form_in">	
187
+										<div class="form-group">
188
+											<label class="col-xs-2 itp_lb">배송구분</label>
189
+											<div class="col-xs-4 itp_ip">
190
+												<div class="col-xs-5 itp_in">
191
+													<select id="ITP_FORM_POMNG04010_" class="form-control itp_input" name="">
192
+													</select>
193
+												</div>
194
+											</div>
195
+											<label class="col-xs-2 itp_lb"></label>
196
+											<div class="col-xs-4 itp_ip"></div>
197
+										</div>
198
+									</div>
199
+									<div class="itp_form_in">
200
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
201
+											<h4 class="itp_table_tit">발주 품목</h4>
202
+										</div>
203
+										<table class="table order">
204
+											<thead>
205
+												<tr>
206
+													<th style="width:5%;">선택</th>
207
+													<th style="width:5%;">항번</th>
208
+													<th style="width:10%;">품목번호</th>
209
+													<th style="width:10%;">품목명</th>
210
+													<th style="width:7%;">가격단위</th>
211
+													<th style="width:7%;">단가</th>
212
+													<th style="width:7%;">단위</th>
213
+													<th style="width:8%;">수량</th>
214
+													<th style="width:10%;">출하가능수량</th>
215
+													<th style="width:10%;">발주금액</th>
216
+													<th style="width:10%;">납기요청일</th>
217
+												 </tr>
218
+											 </thead>
219
+											 <tbody class="check">
220
+												 <tr>
221
+													<td>
222
+														<input type="checkbox" style="width:20px; height:17px;">
223
+													</td>
224
+													<td>
225
+								    					<div id="ITP_FORM_POMNGO4010_" name="">0010</div>
226
+													</td>
227
+													<td>
228
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
229
+													</td>
230
+													<td>
231
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">A품목</div>
232
+													</td>
233
+													<td>
234
+								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
235
+													</td>
236
+													<td>
237
+								    					<div id="ITP_FORM_POMNGO4010_" name="">100,000</div>
238
+													</td>
239
+													<td>
240
+								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
241
+													</td>
242
+													<td>
243
+														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
244
+													</td>
245
+													<td>
246
+								    					<div id="ITP_FORM_POMNGO4010_" name="">20</div>
247
+													</td>
248
+													<td>
249
+								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
250
+								    				</td>
251
+													<td>
252
+														<div class="input-daterange input-group date">
253
+															<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
254
+														</div>
255
+													</td>
256
+												 </tr>
257
+											 </tbody>
258
+											 <tbody class="check">
259
+												 <tr>
260
+													<td>
261
+														<input type="checkbox" style="width:20px; height:17px;">
262
+													</td>
263
+													<td>
264
+								    					<div id="ITP_FORM_POMNGO4010_" name="">0020</div>
265
+													</td>
266
+													<td>
267
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
268
+													</td>
269
+													<td>
270
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">B품목</div>
271
+													</td>
272
+													<td>
273
+								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
274
+													</td>
275
+													<td>
276
+								    					<div id="ITP_FORM_POMNGO4010_" name="">10,000</div>
277
+													</td>
278
+													<td>
279
+								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
280
+													</td>
281
+													<td>
282
+														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
283
+													</td>
284
+													<td>
285
+								    					<div id="ITP_FORM_POMNGO4010_" name="">300</div>
286
+													</td>
287
+													<td>
288
+								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
289
+								    				</td>
290
+													<td>
291
+														<div class="input-daterange input-group date">
292
+															<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
293
+														</div>													
294
+													</td>
295
+												 </tr>
296
+											 </tbody>
297
+											 <tbody class="check">
298
+												 <tr>
299
+													<td></td>
300
+													<td></td>
301
+													<td></td>
302
+													<td></td>
303
+													<td></td>
304
+													<td></td>
305
+													<td></td>
306
+													<td></td>
307
+													<td></td>
308
+													<td></td>
309
+												 </tr>
310
+											 </tbody>
311
+										 </table>
312
+									</div>
313
+								</section>												
314
+							</form>
315
+						</div>
316
+					</div>
317
+				</div>
318
+				<div id="ITP_AJAX_POMNG04010_LIST_CONTAINER">
319
+					<div class="itp_form itp_type1 fix">
320
+						<div class="col-xs-12">
321
+							<form id="ITP_FORM_POMNG04010_DETAIL" class="form-horizontal">
322
+								<input type="hidden" id="ITP_FORM_POMNG04010_DETAIL_VIEW_CD" name="viewCd" value="C">
323
+					
324
+								<section class="itp_form_sec">
325
+									<h4 class="itp_form_tit">구매발주상세-발주생성</h4>
326
+									<div class="itp_form_in">	
327
+										<div class="form-group">
328
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
329
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
330
+											<label class="col-xs-2 itp_lb">발주번호</label>
331
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
332
+										</div>
333
+									</div>
334
+									<div class="itp_form_in">
335
+										<div class="form-group">
336
+											<label class="col-xs-2 itp_lb">공급업체명</label>
337
+											<div class="col-xs-4 itp_ip">
338
+												<div class="col-xs-5 itp_in">
339
+													<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
340
+												</div>
341
+												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
342
+													<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
343
+													<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
344
+								                </div>
345
+											</div>
346
+											<label class="col-xs-2 itp_lb">발주일자</label>
347
+											<div class="col-xs-4 itp_ip "></div>
348
+										</div>
349
+									</div>
350
+									<div class="itp_form_in">	
351
+										<div class="form-group">
352
+											<label class="col-xs-2 itp_lb">납품장소</label>
353
+											<div class="col-xs-4 itp_ip">
354
+												<div class="col-xs-5 itp_in">
355
+													<input type="text" id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
356
+												</div>
357
+												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
358
+													<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
359
+													<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
360
+								                </div>
361
+												</div>
362
+											<label class="col-xs-2 itp_lb">발주 총 금액</label>
363
+											<div class="col-xs-4 itp_ip PODR_AMT"></div>
364
+										</div>
365
+									</div>
366
+									<div class="itp_form_in">	
367
+										<div class="form-group">
368
+											<label class="col-xs-2 itp_lb">발주담당자</label>
369
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
370
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
371
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
372
+										</div>
373
+									</div>
374
+									<div class="itp_form_in">	
375
+										<div class="form-group">
376
+											<label class="col-xs-2 itp_lb">배송구분</label>
377
+											<div class="col-xs-4 itp_ip">
378
+												<div class="col-xs-5 itp_in">
379
+													<select id="ITP_FORM_POMNG04010_DLV_CNDT" class="form-control itp_input" name="DLV_CNDT">
380
+													</select>
381
+												</div>
382
+											</div>
383
+											<label class="col-xs-2 itp_lb"></label>
384
+											<div class="col-xs-4 itp_ip"></div>
385
+										</div>
386
+									</div>
387
+									<div class="itp_form_in">
388
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
389
+											<h4 class="itp_table_tit">발주 품목</h4>
390
+											<div class="pull-right itp_cicon">
391
+												<button type="button" id="ITP_BTN_POMNG04010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
392
+												<button type="button" id="ITP_BTN_POMNG04010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
393
+											</div>
394
+										</div>
395
+										<table class="table order">
396
+											<thead>
397
+												<tr>
398
+													<th style="width:5%;">선택</th>
399
+													<th style="width:5%;">항번</th>
400
+													<th style="width:10%;">품목번호</th>
401
+													<th style="width:10%;">품목명</th>
402
+													<th style="width:7%;">가격단위</th>
403
+													<th style="width:7%;">단가</th>
404
+													<th style="width:7%;">단위</th>
405
+													<th style="width:8%;">수량</th>
406
+													<th style="width:10%;">출하가능수량</th>
407
+													<th style="width:10%;">발주금액</th>
408
+													<th style="width:10%;">납기요청일</th>
409
+												 </tr>
410
+											 </thead>
411
+											 <tbody class="check">
412
+												 <tr>
413
+													<td>
414
+														<input type="checkbox" style="width:20px; height:17px;">
415
+													</td>
416
+													<td>
417
+								    					<div id="ITP_FORM_POMNGO4010_" name="">0010</div>
418
+													</td>
419
+													<td>
420
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
421
+													</td>
422
+													<td>
423
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">A품목</div>
424
+													</td>
425
+													<td>
426
+								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
427
+													</td>
428
+													<td>
429
+								    					<div id="ITP_FORM_POMNGO4010_" name="">100,000</div>
430
+													</td>
431
+													<td>
432
+								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
433
+													</td>
434
+													<td>
435
+														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
436
+													</td>
437
+													<td>
438
+								    					<div id="ITP_FORM_POMNGO4010_" name="">20</div>
439
+													</td>
440
+													<td>
441
+								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
442
+								    				</td>
443
+													<td>
444
+														<div class="input-daterange input-group date">
445
+															<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
446
+														</div>
447
+													</td>
448
+												 </tr>
449
+											 </tbody>
450
+											 <tbody class="check">
451
+												 <tr>
452
+													<td>
453
+														<input type="checkbox" style="width:20px; height:17px;">
454
+													</td>
455
+													<td>
456
+								    					<div id="ITP_FORM_POMNGO4010_" name="">0020</div>
457
+													</td>
458
+													<td>
459
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
460
+													</td>
461
+													<td>
462
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">B품목</div>
463
+													</td>
464
+													<td>
465
+								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
466
+													</td>
467
+													<td>
468
+								    					<div id="ITP_FORM_POMNGO4010_" name="">10,000</div>
469
+													</td>
470
+													<td>
471
+								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
472
+													</td>
473
+													<td>
474
+														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
475
+													</td>
476
+													<td>
477
+								    					<div id="ITP_FORM_POMNGO4010_" name="">300</div>
478
+													</td>
479
+													<td>
480
+								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
481
+								    				</td>
482
+													<td>
483
+														<div class="input-daterange input-group date">
484
+															<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
485
+														</div>													
486
+													</td>
487
+												 </tr>
488
+											 </tbody>
489
+											 <tbody class="check">
490
+												 <tr>
491
+													<td></td>
492
+													<td></td>
493
+													<td></td>
494
+													<td></td>
495
+													<td></td>
496
+													<td></td>
497
+													<td></td>
498
+													<td></td>
499
+													<td></td>
500
+													<td></td>
501
+												 </tr>
502
+											 </tbody>
503
+										 </table>
504
+									</div>
505
+								</section>												
506
+							</form>
507
+						</div>
508
+					</div>
509
+				</div>		
510
+			</div>
511
+		</article>
512
+	</div>
513
+	<div id="ITP_TAP_JS"></div>
514
+</section>

+ 0 - 0
bin/src/main/webapp/app/pomng/POMNG05010.html


+ 0 - 0
bin/src/main/webapp/app/pomng/POMNG06010.html


+ 0 - 0
bin/src/main/webapp/app/pomng/POMNG07010.html


+ 3 - 3
bin/src/main/webapp/app/stinfo/STINFO02010.html

@@ -263,9 +263,9 @@
263 263
 											<label class="col-xs-2 itp_lb">오픈일</label>
264 264
 											<div class="col-xs-5 itp_ip">
265 265
 												<div class="col-xs-7 itp_in">
266
-								                <div class="input-daterange input-group date itp_in">
267
-													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_FROM_DT" class="form-control itp_input" name="REG_DT" value="2022.08.10">
268
-												</div>
266
+									                <div class="input-daterange input-group date itp_in">
267
+														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_FROM_DT" class="form-control itp_input" name="REG_DT" value="2022.08.10">
268
+													</div>
269 269
 												</div>
270 270
 											</div>
271 271
 										</div>

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 3 - 2
bin/src/main/webapp/bootstrap/dist/css/bootstrap.min.css


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

@@ -412,7 +412,7 @@ html:lang(en) #ITP_CONTAINER .itp_detail .itp_form .itp_thumb_inline .itp_thumb_
412 412
 #ITP_CONTAINER .itp_form.itp_type1 .form-group.border .itp_ip {border-bottom:1px solid #ddd;}
413 413
 #ITP_CONTAINER .itp_form.itp_type1 .form-group.noBor .itp_lb,
414 414
 #ITP_CONTAINER .itp_form.itp_type1 .form-group.noBor .itp_ip {border-top:0; padding-top:0; height:auto;}
415
-#ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_lb {border-right:1px solid #ddd; border-left:1px solid #ddd;background:#ddd;}
415
+#ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_lb {border-right:1px solid #ddd; border-left:1px solid #ddd;background:#d6ecf5;}
416 416
 #ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_lb.bor {border-left:1px solid #ddd;}
417 417
 #ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_in {padding:0;}
418 418
 #ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_in.pad {padding-right:15px;}

+ 186 - 0
src/main/webapp/app/pomng/POMNG01010.html

@@ -0,0 +1,186 @@
1
+<section id="ITP_TAB_POMNG01010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>구매요청 생성</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_POMNG01010_SRH" class="btn btn-primary btn-sm REQ" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;요청&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_POMNG01010_NEWREG" class="btn btn-primary btn-sm TSA" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;임시저장&nbsp;&nbsp;</button>
9
+				</div>				
10
+			</div>
11
+			<div class="itp_det_in">
12
+				<div id="ITP_AJAX_POMNG01010_LIST_CONTAINER">
13
+					<div class="itp_form itp_type1 fix">
14
+						<div class="col-xs-12">
15
+							<form id="ITP_FORM_POMNG01010_DETAIL" class="form-horizontal">
16
+								<input type="hidden" id="ITP_FORM_POMNG01010_DETAIL_VIEW_CD" name="viewCd" value="C">
17
+					
18
+								<section class="itp_form_sec">
19
+									<h4 class="itp_form_tit">구매요청정보</h4>
20
+									<div class="itp_form_in">	
21
+										<div class="form-group">
22
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
23
+												<div class="col-xs-4 itp_ip BRAND_NM"></div>
24
+											<label class="col-xs-2 itp_lb">구매요청번호</label>
25
+												<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
26
+										</div>
27
+									</div>
28
+									<div class="itp_form_in">
29
+										<div class="form-group">
30
+											<label class="col-xs-2 itp_lb">구매요청명</label>
31
+											<div class="col-xs-10 itp_ip PCH_REQ_NM">(미 입력시 매장명 + 날짜 + 품목수 표시함)</div>
32
+										</div>
33
+									</div>
34
+									<div class="itp_form_in">	
35
+										<div class="form-group">
36
+											<label class="col-xs-2 itp_lb">요청부서(매장/부서)</label>
37
+												<div class="col-xs-4 itp_ip">
38
+													<div class="col-xs-3 itp_in">
39
+														<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
40
+													</div>
41
+													<label class="col-xs-1" style="top:7px;">/</label>
42
+													<div class="col-xs-4 itp_in">
43
+														<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
44
+													</div>
45
+												</div>
46
+											<label class="col-xs-2 itp_lb">구매요청일</label>
47
+											<div class="col-xs-4 itp_ip PCH_REQ_DT"></div>
48
+										</div>
49
+									</div>
50
+									<div class="itp_form_in">
51
+										<div class="form-group">
52
+											<label class="col-xs-2 itp_lb">비고</label>
53
+											<div class="col-xs-10 itp_ip">
54
+												<input type="text" id="ITP_FORM_POMNG01010_SEARCH_NOTE" class="form-control itp_input" name="NOTE" value="" />
55
+											</div>
56
+										</div>
57
+									</div>
58
+									<div class="itp_form_in">
59
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
60
+											<h4 class="itp_table_tit">요청 품목</h4>
61
+											<div class="pull-right itp_cicon">
62
+												<button type="button" id="ITP_BTN_POMNG01010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
63
+												<button type="button" id="ITP_BTN_POMNG01010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
64
+											</div>
65
+										</div>
66
+										<table class="table order">
67
+											<thead>
68
+												<tr>
69
+													<th style="width:5%;">선택</th>
70
+													<th style="width:17%;">품목번호</th>
71
+													<th style="width:18%;">품목명</th>
72
+													<th style="width:10%;">단위</th>
73
+													<th style="width:10%;">수량</th>
74
+													<th style="width:10%;">예상구매금액</th>
75
+													<th style="width:10%;">납기요청일</th>
76
+													<th style="width:10%;">납품장소</th>
77
+													<th style="width:10%;">납품장소상세</th>
78
+												 </tr>
79
+											 </thead>
80
+											 <tbody class="check">
81
+												 <tr>
82
+													<td>
83
+														<input type="checkbox" style="width:20px; height:17px;">
84
+													</td>
85
+													<td>
86
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
87
+													</td>
88
+													<td>
89
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_NM" name="ITEM_NM"></div>
90
+													</td>
91
+													<td>
92
+														<select id="ITP_FORM_POMNG01010_UNIT" class="form-control itp_input" name="UNIT">
93
+														</select>													
94
+													</td>
95
+													<td>
96
+														<input type="text" id="ITP_FORM_POMNG01010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="">
97
+													</td>
98
+													<td>
99
+														<input type="text" id="ITP_FORM_POMNG01010_" class="form-control itp_input" name="" value="">
100
+													</td>
101
+													<td>
102
+														<div class="input-daterange input-group date itp_in">
103
+															<input type="text" id="ITP_FORM_POMNG01010_DLV_REQ_DT" class="form-control itp_input" name="DLV_REQ_DT" value="">
104
+														</div>
105
+													<td>
106
+														<select id="ITP_FORM_POMNG01010_DETAIL_BNK_CD" class="form-control itp_input" name="BNK_CD">
107
+														</select>
108
+													</td>
109
+													<td>
110
+														<input type="text" id="ITP_FORM_POMNG01010_" class="form-control itp_input" name="" value="">
111
+													</td>
112
+												 </tr>
113
+											 </tbody>
114
+											 <tbody class="check">
115
+												 <tr>
116
+													<td>
117
+													
118
+													</td>
119
+													<td>
120
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
121
+													</td>
122
+													<td>
123
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_NM" name="ITEM_NM"></div>
124
+													</td>
125
+													<td>
126
+																											
127
+													</td>
128
+													<td>
129
+													
130
+													</td>
131
+													<td>
132
+													
133
+													</td>
134
+													<td>
135
+													
136
+													<td>
137
+													
138
+													</td>
139
+													<td>
140
+													
141
+													</td>
142
+												 </tr>
143
+											 </tbody>
144
+											 <tbody class="check">
145
+												 <tr>
146
+													<td>
147
+													
148
+													</td>
149
+													<td>
150
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
151
+													</td>
152
+													<td>
153
+								    					<div id="ITP_FORM_POMNGO01010_ITEM_NM" name="ITEM_NM"></div>
154
+													</td>
155
+													<td>
156
+																											
157
+													</td>
158
+													<td>
159
+													
160
+													</td>
161
+													<td>
162
+													
163
+													</td>
164
+													<td>
165
+													
166
+													<td>
167
+													
168
+													</td>
169
+													<td>
170
+													
171
+													</td>
172
+												 </tr>
173
+											 </tbody>
174
+										 </table>
175
+									</div>
176
+								</section>												
177
+							</form>
178
+						</div>
179
+					</div>
180
+				</div>
181
+			</div>
182
+		</article>
183
+	</div>
184
+	
185
+	<div id="ITP_TAP_JS"></div>	
186
+</section>

+ 472 - 0
src/main/webapp/app/pomng/POMNG02010.html

@@ -0,0 +1,472 @@
1
+<section id="ITP_TAB_POMNG02010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>구매요청 현황</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_POMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
8
+					<button type="button" id="ITP_BTN_POMNG02010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;수정&nbsp;&nbsp;</button>
9
+					<button type="button" id="ITP_BTN_POMNG02010_NEWREG" class="btn btn-primary btn-sm NEB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;수정페이지&nbsp;&nbsp;</button>
10
+					<button type="button" id="ITP_BTN_POMNG02010_CANCELLIST" class="btn btn-warning btn-sm REQ"><i class="glyphicon "></i> &nbsp;&nbsp;요청&nbsp;&nbsp;</button>
11
+					<button type="button" id="ITP_BTN_POMNG02010_SAVE" class="btn btn-success btn-sm TSA"><i class="glyphicon "></i>&nbsp;&nbsp;임시저장&nbsp;&nbsp;</button>
12
+					<button type="button" id="ITP_BTN_POMNG02010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> &nbsp;&nbsp;취소/목록&nbsp;&nbsp;</button>
13
+				</div>
14
+			</div>
15
+			<div class="itp_det_in">
16
+				<div id="ITP_AJAX_POMNG02010_LIST_CONTAINER">
17
+					<div class="itp_lg_form itp_type1 fix">
18
+						<div class="itp_srh_border fix">
19
+							<div class="col-xs-12">
20
+								<form id="ITP_FORM_POMNG02010_SEARCH" class="form-horizontal">
21
+									<div class="form-group">
22
+										<label class="col-xs-1" style="width:10%; top:5px;">구매요청일</label>
23
+										<div class="col-xs-3 itp_ip itp_noMar">
24
+											<div class="input-daterange input-group date">
25
+												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
26
+												<span class="input-group-addon itp_date_to">~</span>
27
+												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
28
+											</div>
29
+										</div>
30
+										<div class="col-xs-3 itp_ip itp_noMar">
31
+											<input type="text" id="ITP_FORM_POMNG02010_SEARCH_" class="form-control itp_input" name="" value="매장/창고 팝업" />
32
+										</div>
33
+										<div class="col-xs-2 itp_in" style="padding-left: 5px;">
34
+											<button type="button" id="ITP_BTN_POMNG02010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
35
+											<button type="button" id="ITP_BTN_POMNG02010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
36
+						                </div>
37
+									</div>
38
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
39
+										<div class="col-xs-2 itp_ip itp_noMar">
40
+											<select id="ITP_FORM_POMNG02010_SEARCH_ITEM_CLASS" class="form-control itp_input" name="ITEM_CLASS1">
41
+												<option value="A">상태(대기/요청/접수/반려)</option>											
42
+											</select>
43
+										</div>
44
+										<div class="col-xs-5 itp_ip itp_noMar">
45
+											<input type="text" id="ITP_FORM_POMNG02010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
46
+										</div>
47
+									</div>
48
+								</form>
49
+							</div>
50
+						</div>
51
+					</div>
52
+					<div class="itp_table fix">
53
+						<table class="table">
54
+							<thead>
55
+								<tr>
56
+									<th style="width:5%;">선택</th>
57
+									<th style="width:10%;">브랜드</th>
58
+									<th style="width:10%;">구매요청번호</th>
59
+									<th style="width:15%;">구매요청명</th>
60
+									<th style="width:10%;">상태</th>
61
+									<th style="width:10%;">요청자</th>
62
+									<th style="width:10%;">구매요청일</th>
63
+									<th style="width:10%;">구매요청금액</th>
64
+									<th style="width:10%;">요청품목수</th>
65
+									<th style="width:10%;">구매요청일자</th>
66
+							 	</tr>
67
+						 	</thead>
68
+							<tbody>
69
+							 	<tr>
70
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
71
+									<td id="ITP_FORM_POMNG02010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
72
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_UNQ_NO" name="PCH_REQ_UNQ_NO"><strong>PR2022001</strong></td>
73
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM">A매장 20221010 20</td>
74
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD">대기</td>
75
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM">A매장</td>
76
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT">2022.09.01</td>
77
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT">1,000,000</td>
78
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name="">10</td>
79
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT">2022.08.20</td>
80
+							 	</tr>
81
+								<tr>
82
+									<td></td>
83
+									<td id="ITP_FORM_POMNG02010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
84
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_UNQ_NO" name="PCH_REQ_UNQ_NO"><strong></strong></td>
85
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM"></td>
86
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
87
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM"></td>
88
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
89
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
90
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
91
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
92
+								</tr>
93
+								<tr>
94
+									<td></td>
95
+									<th>반려일자</th>
96
+									<th>반려담당자</th>
97
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM"></td>
98
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
99
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM"></td>
100
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
101
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
102
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
103
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
104
+								</tr>
105
+								<tr>
106
+									<td></td>
107
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
108
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
109
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM"></td>
110
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
111
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM"></td>
112
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
113
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
114
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
115
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
116
+								</tr>
117
+								<tr>
118
+									<td></td>
119
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
120
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
121
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM"></td>
122
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
123
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM"></td>
124
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
125
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
126
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
127
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
128
+								</tr>
129
+								<tr>
130
+									<td></td>
131
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
132
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
133
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_NM" name="PCH_REQ_NM"></td>
134
+									<td id="ITP_FORM_POMNG02010_SEARCH_ST_CD" name="ST_CD"></td>
135
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_MGR_NM" name="PCH_REQ_MGR_NM"></td>
136
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
137
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
138
+									<td id="ITP_FORM_POMNG02010_SEARCH_" name=""></td>
139
+									<td id="ITP_FORM_POMNG02010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
140
+								</tr>
141
+							</tbody>
142
+						</table>
143
+					</div>
144
+				</div>
145
+				<div id="ITP_AJAX_POMNG02010_LIST_CONTAINER">
146
+					<div class="itp_form itp_type1 fix">
147
+						<div class="col-xs-12">
148
+							<form id="ITP_FORM_POMNG02010_DETAIL" class="form-horizontal">
149
+								<input type="hidden" id="ITP_FORM_POMNG02010_DETAIL_VIEW_CD" name="viewCd" value="C">
150
+					
151
+								<section class="itp_form_sec">
152
+									<h4 class="itp_form_tit">구매요청정보-상세</h4>
153
+									<div class="itp_form_in">	
154
+										<div class="form-group">
155
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
156
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
157
+											<label class="col-xs-2 itp_lb">구매요청번호</label>
158
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
159
+										</div>
160
+									</div>
161
+									<div class="itp_form_in">
162
+										<div class="form-group">
163
+											<label class="col-xs-2 itp_lb">구매요청명</label>
164
+											<div class="col-xs-4 itp_ip PCH_REQ_NM"></div>
165
+											<label class="col-xs-2 itp_lb">상태</label>
166
+											<div class="col-xs-4 itp_ip ST_CD"></div>
167
+										</div>
168
+									</div>
169
+									<div class="itp_form_in">	
170
+										<div class="form-group">
171
+											<label class="col-xs-2 itp_lb">요청부서(매장/부서)</label>
172
+											<div class="col-xs-4 itp_ip">
173
+												<div class="col-xs-3 itp_in">
174
+													<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
175
+												</div>
176
+												<!-- <label class="col-xs-1" style="top:7px;">/</label>
177
+												<div class="col-xs-4 itp_in">
178
+													<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
179
+												</div> -->
180
+											</div>
181
+											<label class="col-xs-2 itp_lb">구매요청일</label>
182
+											<div class="col-xs-4 itp_ip PCH_REQ_DT"></div>
183
+										</div>
184
+									</div>
185
+									<div class="itp_form_in">
186
+										<div class="form-group">
187
+											<label class="col-xs-2 itp_lb">비고</label>
188
+											<div class="col-xs-10 itp_ip NOTE"></div>
189
+										</div>
190
+									</div>
191
+									<div class="itp_form_in">	
192
+										<div class="form-group">
193
+											<label class="col-xs-2 itp_lb">반려일자</label>
194
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
195
+											<label class="col-xs-2 itp_lb">반려담당자명</label>
196
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
197
+										</div>
198
+									</div>
199
+									<div class="itp_form_in">
200
+										<div class="form-group">
201
+											<label class="col-xs-2 itp_lb">반려사유</label>
202
+											<div class="col-xs-10 itp_ip NOTE"></div>
203
+										</div>
204
+									</div>
205
+									<div class="itp_form_in">
206
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
207
+											<h4 class="itp_table_tit">요청 품목</h4>
208
+										</div>
209
+										<table class="table order">
210
+											<thead>
211
+												<tr>
212
+													<th style="width:5%;">선택</th>
213
+													<th style="width:10%;">품목번호</th>
214
+													<th style="width:10%;">품목명</th>
215
+													<th style="width:7%;">단위</th>
216
+													<th style="width:8%;">수량</th>
217
+													<th style="width:10%;">예상구매금액</th>
218
+													<th style="width:10%;">납기요청일</th>
219
+													<th style="width:10%;">납품장소</th>
220
+													<th style="width:10%;">납품장소상세</th>
221
+													<th style="width:10%;">진행상태</th>
222
+												 </tr>
223
+											 </thead>
224
+											 <tbody class="check">
225
+												 <tr>
226
+													<td>
227
+														<input type="checkbox" style="width:20px; height:17px;">
228
+													</td>
229
+													<td>
230
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
231
+													</td>
232
+													<td>
233
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_NM" name="ITEM_NM">A품목</div>
234
+													</td>
235
+													<td>
236
+								    					<div id="ITP_FORM_POMNGO2010_UNIT" name="UNIT">EA</div>
237
+													</td>
238
+													<td>
239
+								    					<div id="ITP_FORM_POMNGO2010_STDD_QYT" name="STDD_QYT">10</div>
240
+													</td>
241
+													<td>
242
+								    					<div id="ITP_FORM_POMNGO2010_" name="">1,000,000</div>
243
+													</td>
244
+													<td>
245
+								    					<div id="ITP_FORM_POMNGO2010_DLV_REQ_DT" name="DLV_REQ_DT">2022.10.01</div>
246
+								    				</td>
247
+													<td>
248
+								    					<div id="ITP_FORM_POMNGO2010_" name="">A매장</div>
249
+													</td>
250
+													<td>
251
+								    					<div id="ITP_FORM_POMNGO2010_" name="">매장내</div>
252
+													</td>
253
+													<td>
254
+								    					<div id="ITP_FORM_POMNGO2010_DLV_DTL_ST_CD" name="DLV_DTL_ST_CD">접수</div>
255
+													</td>
256
+												 </tr>
257
+											 </tbody>
258
+											 <tbody class="check">
259
+												 <tr>
260
+													<td></td>
261
+													<td></td>
262
+													<td></td>
263
+													<td></td>
264
+													<td></td>
265
+													<td></td>
266
+													<td></td>
267
+													<td></td>
268
+													<td></td>
269
+													<td>
270
+								    					<div id="ITP_FORM_POMNGO2010_DLV_DTL_ST_CD" name="DLV_DTL_ST_CD">발주진행</div>
271
+													</td>
272
+												 </tr>
273
+											 </tbody>
274
+											 <tbody class="check">
275
+												 <tr>
276
+													<td></td>
277
+													<td></td>
278
+													<td></td>
279
+													<td></td>
280
+													<td></td>
281
+													<td></td>
282
+													<td></td>
283
+													<td></td>
284
+													<td></td>
285
+													<td></td>
286
+												 </tr>
287
+											 </tbody>
288
+										 </table>
289
+									</div>
290
+								</section>												
291
+							</form>
292
+						</div>
293
+					</div>
294
+				</div>
295
+				<div id="ITP_AJAX_POMNG02010_LIST_CONTAINER">
296
+					<div class="itp_form itp_type1 fix">
297
+						<div class="col-xs-12">
298
+							<form id="ITP_FORM_POMNG02010_DETAIL" class="form-horizontal">
299
+								<input type="hidden" id="ITP_FORM_POMNG02010_DETAIL_VIEW_CD" name="viewCd" value="C">
300
+					
301
+								<section class="itp_form_sec">
302
+									<h4 class="itp_form_tit">구매요청정보-상세수정</h4>
303
+									<div class="itp_form_in">	
304
+										<div class="form-group">
305
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
306
+												<div class="col-xs-4 itp_ip BRAND_NM"></div>
307
+											<label class="col-xs-2 itp_lb">구매요청번호</label>
308
+												<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
309
+										</div>
310
+									</div>
311
+									<div class="itp_form_in">
312
+										<div class="form-group">
313
+											<label class="col-xs-2 itp_lb">구매요청명</label>
314
+											<div class="col-xs-10 itp_ip">
315
+												<div class="col-xs-5 itp_in">
316
+													<input type="text" id="ITP_FORM_POMNG02010_PCH_REQ_NM" class="form-control itp_input" name="PCH_REQ_NM" value="" />
317
+												</div>
318
+											</div>										
319
+										</div>
320
+									</div>
321
+									<div class="itp_form_in">	
322
+										<div class="form-group">
323
+											<label class="col-xs-2 itp_lb">요청부서(매장/부서)</label>
324
+												<div class="col-xs-4 itp_ip">
325
+													<div class="col-xs-3 itp_in">
326
+														<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
327
+													</div>
328
+													<label class="col-xs-1" style="top:7px;">/</label>
329
+													<div class="col-xs-4 itp_in">
330
+														<div class="input-group PCH_REQ_DEPT" style="padding:5px;"></div>
331
+													</div>
332
+												</div>
333
+											<label class="col-xs-2 itp_lb">구매요청일</label>
334
+											<div class="col-xs-4 itp_ip PCH_REQ_DT"></div>
335
+										</div>
336
+									</div>
337
+									<div class="itp_form_in">
338
+										<div class="form-group">
339
+											<label class="col-xs-2 itp_lb">비고</label>
340
+											<div class="col-xs-10 itp_ip">
341
+												<input type="text" id="ITP_FORM_POMNG02010_SEARCH_NOTE" class="form-control itp_input" name="NOTE" value="" />
342
+											</div>
343
+										</div>
344
+									</div>
345
+									<div class="itp_form_in">
346
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
347
+											<h4 class="itp_table_tit">요청 품목</h4>
348
+											<div class="pull-right itp_cicon">
349
+												<button type="button" id="ITP_BTN_POMNG02010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
350
+												<button type="button" id="ITP_BTN_POMNG02010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
351
+											</div>
352
+										</div>
353
+										<table class="table order">
354
+											<thead>
355
+												<tr>
356
+													<th style="width:5%;">선택</th>
357
+													<th style="width:17%;">품목번호</th>
358
+													<th style="width:18%;">품목명</th>
359
+													<th style="width:10%;">단위</th>
360
+													<th style="width:10%;">수량</th>
361
+													<th style="width:10%;">예상구매금액</th>
362
+													<th style="width:10%;">납기요청일</th>
363
+													<th style="width:10%;">납품장소</th>
364
+													<th style="width:10%;">납품장소상세</th>
365
+												 </tr>
366
+											 </thead>
367
+											 <tbody class="check">
368
+												 <tr>
369
+													<td>
370
+														<input type="checkbox" style="width:20px; height:17px;">
371
+													</td>
372
+													<td>
373
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
374
+													</td>
375
+													<td>
376
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_NM" name="ITEM_NM"></div>
377
+													</td>
378
+													<td>
379
+														<select id="ITP_FORM_POMNG02010_UNIT" class="form-control itp_input" name="UNIT">
380
+														</select>													
381
+													</td>
382
+													<td>
383
+														<input type="text" id="ITP_FORM_POMNG02010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="">
384
+													</td>
385
+													<td>
386
+														<input type="text" id="ITP_FORM_POMNG02010_" class="form-control itp_input" name="" value="">
387
+													</td>
388
+													<td>
389
+														<div class="input-daterange input-group date itp_in">
390
+															<input type="text" id="ITP_FORM_POMNG02010_DLV_REQ_DT" class="form-control itp_input" name="DLV_REQ_DT" value="">
391
+														</div>
392
+													<td>
393
+														<select id="ITP_FORM_POMNG02010_DETAIL_BNK_CD" class="form-control itp_input" name="BNK_CD">
394
+														</select>
395
+													</td>
396
+													<td>
397
+														<input type="text" id="ITP_FORM_POMNG02010_" class="form-control itp_input" name="" value="">
398
+													</td>
399
+												 </tr>
400
+											 </tbody>
401
+											 <tbody class="check">
402
+												 <tr>
403
+													<td>
404
+													
405
+													</td>
406
+													<td>
407
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
408
+													</td>
409
+													<td>
410
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_NM" name="ITEM_NM"></div>
411
+													</td>
412
+													<td>
413
+																											
414
+													</td>
415
+													<td>
416
+													
417
+													</td>
418
+													<td>
419
+													
420
+													</td>
421
+													<td>
422
+													
423
+													<td>
424
+													
425
+													</td>
426
+													<td>
427
+													
428
+													</td>
429
+												 </tr>
430
+											 </tbody>
431
+											 <tbody class="check">
432
+												 <tr>
433
+													<td>
434
+													
435
+													</td>
436
+													<td>
437
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></div>
438
+													</td>
439
+													<td>
440
+								    					<div id="ITP_FORM_POMNGO2010_ITEM_NM" name="ITEM_NM"></div>
441
+													</td>
442
+													<td>
443
+																											
444
+													</td>
445
+													<td>
446
+													
447
+													</td>
448
+													<td>
449
+													
450
+													</td>
451
+													<td>
452
+													
453
+													<td>
454
+													
455
+													</td>
456
+													<td>
457
+													
458
+													</td>
459
+												 </tr>
460
+											 </tbody>
461
+										 </table>
462
+									</div>
463
+								</section>												
464
+							</form>
465
+						</div>
466
+					</div>
467
+				</div>			
468
+			</div>
469
+		</article>
470
+	</div>
471
+	<div id="ITP_TAP_JS"></div>
472
+</section>

+ 514 - 0
src/main/webapp/app/pomng/POMNG03010.html

@@ -0,0 +1,514 @@
1
+<section id="ITP_TAB_POMNG03010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>구매발주 생성</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm CTPO" style="display: inline-block;"><i class="glyphicon "></i> 발주생성</button>
8
+					<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm NCPO" style="display: inline-block;"><i class="glyphicon "></i> 신규발주생성</button>
9
+					<button type="button" id="ITP_BTN_POMNG03010_NEWREG" class="btn btn-primary btn-sm PRRJ" style="display: inline-block;"><i class="glyphicon "></i>구매요청 반려</button>
10
+					<button type="button" id="ITP_BTN_POMNG03010_CANCELLIST" class="btn btn-warning btn-sm PO"><i class="glyphicon "></i> 발주</button>
11
+					<button type="button" id="ITP_BTN_POMNG03010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> 취소/목록</button>
12
+				</div>
13
+			</div>
14
+			<div class="itp_det_in">
15
+				<div id="ITP_AJAX_POMNG03010_LIST_CONTAINER">
16
+					<div class="itp_lg_form itp_type1 fix">
17
+						<div class="itp_srh_border fix">
18
+							<div class="col-xs-12">
19
+								<form id="ITP_FORM_POMNG03010_SEARCH" class="form-horizontal">
20
+									<div class="form-group">
21
+										<label class="col-xs-1" style="width:11%; top:5px;">납기요청일 *</label>
22
+										<div class="col-xs-3 itp_ip itp_noMar">
23
+											<div class="input-daterange input-group date">
24
+												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
25
+												<span class="input-group-addon itp_date_to">~</span>
26
+												<input type="text" id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
27
+											</div>
28
+										</div>
29
+									</div>
30
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
31
+										<div class="col-xs-2 itp_ip itp_noMar">
32
+											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
33
+										</div>
34
+										<div class="col-xs-1 itp_in" style="padding-left: px; width:10%;">
35
+											<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
36
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
37
+						                </div>
38
+										<div class="col-xs-2 itp_ip itp_noMar">
39
+											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
40
+										</div>
41
+										<div class="col-xs-1 itp_in" style="padding-left: 5px; width:10%;">
42
+											<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
43
+											<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
44
+						                </div>
45
+										<div class="col-xs-4 itp_ip itp_noMar">
46
+											<input type="text" id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
47
+										</div>
48
+									</div>
49
+								</form>
50
+							</div>
51
+						</div>
52
+					</div>
53
+					<div class="itp_table fix">
54
+						<table class="table">
55
+							<thead>
56
+								<tr>
57
+									<th style="width:5%;">선택</th>
58
+									<th style="width:10%;">브랜드</th>
59
+									<th style="width:8%;">납품장소</th>
60
+									<th style="width:9%;">공급업체명</th>
61
+									<th style="width:8%;">품목번호</th>
62
+									<th style="width:7%;">품목명</th>
63
+									<th style="width:9%;">구매요청수량</th>
64
+									<th style="width:9%;">납품요청일</th>
65
+									<th style="width:9%;">구매요청금액</th>
66
+									<th style="width:9%;">발주예상금액</th>
67
+									<th style="width:9%;">매장가수금액</th>
68
+									<th>리드타임</th>
69
+							 	</tr>
70
+						 	</thead>
71
+							<tbody>
72
+							 	<tr>
73
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
74
+									<td id="ITP_FORM_POMNG03010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
75
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong>A매장</strong></td>
76
+									<td id="ITP_FORM_POMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM">공급업체</td>
77
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</td>
78
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" name="ITEM_NM">A품목</td>
79
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY">10</td>
80
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT">2022.10.01</td>
81
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT">1,000,000</td>
82
+									<td id="ITP_FORM_POMNG03010_SEARCH_" name="">800,000</td>
83
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT">2,000,000</td>
84
+									<td id="ITP_FORM_POMNG03010_SEARCH_LEAD_TIME" name="LEAD_TIME">5 day</td>
85
+							 	</tr>
86
+								<tr>
87
+									<td></td>
88
+									<td id="ITP_FORM_POMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
89
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
90
+									<td id="ITP_FORM_POMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
91
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
92
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
93
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
94
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
95
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
96
+									<td id="ITP_FORM_POMNG03010_SEARCH_" name=""></td>
97
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
98
+									<td id="ITP_FORM_POMNG03010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
99
+								</tr>
100
+								<tr>
101
+									<td></td>
102
+									<td id="ITP_FORM_POMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
103
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
104
+									<td id="ITP_FORM_POMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
105
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
106
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
107
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
108
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
109
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
110
+									<td id="ITP_FORM_POMNG03010_SEARCH_" name=""></td>
111
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
112
+									<td id="ITP_FORM_POMNG03010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
113
+								</tr>
114
+								<tr>
115
+									<td></td>
116
+									<td id="ITP_FORM_POMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
117
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
118
+									<td id="ITP_FORM_POMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
119
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
120
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
121
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
122
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
123
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
124
+									<td id="ITP_FORM_POMNG03010_SEARCH_" name=""></td>
125
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
126
+									<td id="ITP_FORM_POMNG03010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
127
+								</tr>
128
+								<tr>
129
+									<td></td>
130
+									<td id="ITP_FORM_POMNG03010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
131
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
132
+									<td id="ITP_FORM_POMNG03010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
133
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
134
+									<td id="ITP_FORM_POMNG03010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
135
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
136
+									<td id="ITP_FORM_POMNG03010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
137
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
138
+									<td id="ITP_FORM_POMNG03010_SEARCH_" name=""></td>
139
+									<td id="ITP_FORM_POMNG03010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
140
+									<td id="ITP_FORM_POMNG03010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
141
+								</tr>
142
+							</tbody>
143
+						</table>
144
+					</div>
145
+				</div>
146
+				<div id="ITP_AJAX_POMNG03010_LIST_CONTAINER">
147
+					<div class="itp_form itp_type1 fix">
148
+						<div class="col-xs-12">
149
+							<form id="ITP_FORM_POMNG03010_DETAIL" class="form-horizontal">
150
+								<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_VIEW_CD" name="viewCd" value="C">
151
+					
152
+								<section class="itp_form_sec">
153
+									<h4 class="itp_form_tit">구매발주상세-신규발주생성</h4>
154
+									<div class="itp_form_in">	
155
+										<div class="form-group">
156
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
157
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
158
+											<label class="col-xs-2 itp_lb">발주번호</label>
159
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
160
+										</div>
161
+									</div>
162
+									<div class="itp_form_in">
163
+										<div class="form-group">
164
+											<label class="col-xs-2 itp_lb">공급업체명</label>
165
+											<div class="col-xs-4 itp_ip PCH_REQ_NM"></div>
166
+											<label class="col-xs-2 itp_lb">발주일자</label>
167
+											<div class="col-xs-4 itp_ip "></div>
168
+										</div>
169
+									</div>
170
+									<div class="itp_form_in">	
171
+										<div class="form-group">
172
+											<label class="col-xs-2 itp_lb">납품장소</label>
173
+											<div class="col-xs-4 itp_ip DLV_PLACE"></div>
174
+											<label class="col-xs-2 itp_lb">발주 총 금액</label>
175
+											<div class="col-xs-4 itp_ip PODR_AMT"></div>
176
+										</div>
177
+									</div>
178
+									<div class="itp_form_in">	
179
+										<div class="form-group">
180
+											<label class="col-xs-2 itp_lb">발주담당자</label>
181
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
182
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
183
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
184
+										</div>
185
+									</div>
186
+									<div class="itp_form_in">	
187
+										<div class="form-group">
188
+											<label class="col-xs-2 itp_lb">배송구분</label>
189
+											<div class="col-xs-4 itp_ip">
190
+												<div class="col-xs-5 itp_in">
191
+													<select id="ITP_FORM_POMNG03010_" class="form-control itp_input" name="">
192
+													</select>
193
+												</div>
194
+											</div>
195
+											<label class="col-xs-2 itp_lb"></label>
196
+											<div class="col-xs-4 itp_ip"></div>
197
+										</div>
198
+									</div>
199
+									<div class="itp_form_in">
200
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
201
+											<h4 class="itp_table_tit">발주 품목</h4>
202
+										</div>
203
+										<table class="table order">
204
+											<thead>
205
+												<tr>
206
+													<th style="width:5%;">선택</th>
207
+													<th style="width:5%;">항번</th>
208
+													<th style="width:10%;">품목번호</th>
209
+													<th style="width:10%;">품목명</th>
210
+													<th style="width:7%;">가격단위</th>
211
+													<th style="width:7%;">단가</th>
212
+													<th style="width:7%;">단위</th>
213
+													<th style="width:8%;">수량</th>
214
+													<th style="width:10%;">출하가능수량</th>
215
+													<th style="width:10%;">발주금액</th>
216
+													<th style="width:10%;">납기요청일</th>
217
+												 </tr>
218
+											 </thead>
219
+											 <tbody class="check">
220
+												 <tr>
221
+													<td>
222
+														<input type="checkbox" style="width:20px; height:17px;">
223
+													</td>
224
+													<td>
225
+								    					<div id="ITP_FORM_POMNGO3010_" name="">0010</div>
226
+													</td>
227
+													<td>
228
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
229
+													</td>
230
+													<td>
231
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_NM" name="ITEM_NM">A품목</div>
232
+													</td>
233
+													<td>
234
+								    					<div id="ITP_FORM_POMNGO3010_" name="">1</div>
235
+													</td>
236
+													<td>
237
+								    					<div id="ITP_FORM_POMNGO3010_" name="">100,000</div>
238
+													</td>
239
+													<td>
240
+								    					<div id="ITP_FORM_POMNGO3010_UNIT" name="UNIT">EA</div>
241
+													</td>
242
+													<td>
243
+														<input type="text" id="ITP_FORM_POMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
244
+													</td>
245
+													<td>
246
+								    					<div id="ITP_FORM_POMNGO3010_" name="">20</div>
247
+													</td>
248
+													<td>
249
+								    					<div id="ITP_FORM_POMNGO3010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
250
+								    				</td>
251
+													<td>
252
+														<div class="input-daterange input-group date">
253
+															<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
254
+														</div>
255
+													</td>
256
+												 </tr>
257
+											 </tbody>
258
+											 <tbody class="check">
259
+												 <tr>
260
+													<td>
261
+														<input type="checkbox" style="width:20px; height:17px;">
262
+													</td>
263
+													<td>
264
+								    					<div id="ITP_FORM_POMNGO3010_" name="">0020</div>
265
+													</td>
266
+													<td>
267
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
268
+													</td>
269
+													<td>
270
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_NM" name="ITEM_NM">B품목</div>
271
+													</td>
272
+													<td>
273
+								    					<div id="ITP_FORM_POMNGO3010_" name="">1</div>
274
+													</td>
275
+													<td>
276
+								    					<div id="ITP_FORM_POMNGO3010_" name="">10,000</div>
277
+													</td>
278
+													<td>
279
+								    					<div id="ITP_FORM_POMNGO3010_UNIT" name="UNIT">EA</div>
280
+													</td>
281
+													<td>
282
+														<input type="text" id="ITP_FORM_POMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
283
+													</td>
284
+													<td>
285
+								    					<div id="ITP_FORM_POMNGO3010_" name="">300</div>
286
+													</td>
287
+													<td>
288
+								    					<div id="ITP_FORM_POMNGO3010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
289
+								    				</td>
290
+													<td>
291
+														<div class="input-daterange input-group date">
292
+															<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
293
+														</div>													
294
+													</td>
295
+												 </tr>
296
+											 </tbody>
297
+											 <tbody class="check">
298
+												 <tr>
299
+													<td></td>
300
+													<td></td>
301
+													<td></td>
302
+													<td></td>
303
+													<td></td>
304
+													<td></td>
305
+													<td></td>
306
+													<td></td>
307
+													<td></td>
308
+													<td></td>
309
+												 </tr>
310
+											 </tbody>
311
+										 </table>
312
+									</div>
313
+								</section>												
314
+							</form>
315
+						</div>
316
+					</div>
317
+				</div>
318
+				<div id="ITP_AJAX_POMNG03010_LIST_CONTAINER">
319
+					<div class="itp_form itp_type1 fix">
320
+						<div class="col-xs-12">
321
+							<form id="ITP_FORM_POMNG03010_DETAIL" class="form-horizontal">
322
+								<input type="hidden" id="ITP_FORM_POMNG03010_DETAIL_VIEW_CD" name="viewCd" value="C">
323
+					
324
+								<section class="itp_form_sec">
325
+									<h4 class="itp_form_tit">구매발주상세-발주생성</h4>
326
+									<div class="itp_form_in">	
327
+										<div class="form-group">
328
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
329
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
330
+											<label class="col-xs-2 itp_lb">발주번호</label>
331
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
332
+										</div>
333
+									</div>
334
+									<div class="itp_form_in">
335
+										<div class="form-group">
336
+											<label class="col-xs-2 itp_lb">공급업체명</label>
337
+											<div class="col-xs-4 itp_ip">
338
+												<div class="col-xs-5 itp_in">
339
+													<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
340
+												</div>
341
+												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
342
+													<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
343
+													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
344
+								                </div>
345
+											</div>
346
+											<label class="col-xs-2 itp_lb">발주일자</label>
347
+											<div class="col-xs-4 itp_ip "></div>
348
+										</div>
349
+									</div>
350
+									<div class="itp_form_in">	
351
+										<div class="form-group">
352
+											<label class="col-xs-2 itp_lb">납품장소</label>
353
+											<div class="col-xs-4 itp_ip">
354
+												<div class="col-xs-5 itp_in">
355
+													<input type="text" id="ITP_FORM_POMNG03010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
356
+												</div>
357
+												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
358
+													<button type="button" id="ITP_BTN_POMNG03010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
359
+													<button type="button" id="ITP_BTN_POMNG03010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
360
+								                </div>
361
+												</div>
362
+											<label class="col-xs-2 itp_lb">발주 총 금액</label>
363
+											<div class="col-xs-4 itp_ip PODR_AMT"></div>
364
+										</div>
365
+									</div>
366
+									<div class="itp_form_in">	
367
+										<div class="form-group">
368
+											<label class="col-xs-2 itp_lb">발주담당자</label>
369
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
370
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
371
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
372
+										</div>
373
+									</div>
374
+									<div class="itp_form_in">	
375
+										<div class="form-group">
376
+											<label class="col-xs-2 itp_lb">배송구분</label>
377
+											<div class="col-xs-4 itp_ip">
378
+												<div class="col-xs-5 itp_in">
379
+													<select id="ITP_FORM_POMNG03010_DLV_CNDT" class="form-control itp_input" name="DLV_CNDT">
380
+													</select>
381
+												</div>
382
+											</div>
383
+											<label class="col-xs-2 itp_lb"></label>
384
+											<div class="col-xs-4 itp_ip"></div>
385
+										</div>
386
+									</div>
387
+									<div class="itp_form_in">
388
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
389
+											<h4 class="itp_table_tit">발주 품목</h4>
390
+											<div class="pull-right itp_cicon">
391
+												<button type="button" id="ITP_BTN_POMNG03010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
392
+												<button type="button" id="ITP_BTN_POMNG03010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
393
+											</div>
394
+										</div>
395
+										<table class="table order">
396
+											<thead>
397
+												<tr>
398
+													<th style="width:5%;">선택</th>
399
+													<th style="width:5%;">항번</th>
400
+													<th style="width:10%;">품목번호</th>
401
+													<th style="width:10%;">품목명</th>
402
+													<th style="width:7%;">가격단위</th>
403
+													<th style="width:7%;">단가</th>
404
+													<th style="width:7%;">단위</th>
405
+													<th style="width:8%;">수량</th>
406
+													<th style="width:10%;">출하가능수량</th>
407
+													<th style="width:10%;">발주금액</th>
408
+													<th style="width:10%;">납기요청일</th>
409
+												 </tr>
410
+											 </thead>
411
+											 <tbody class="check">
412
+												 <tr>
413
+													<td>
414
+														<input type="checkbox" style="width:20px; height:17px;">
415
+													</td>
416
+													<td>
417
+								    					<div id="ITP_FORM_POMNGO3010_" name="">0010</div>
418
+													</td>
419
+													<td>
420
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
421
+													</td>
422
+													<td>
423
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_NM" name="ITEM_NM">A품목</div>
424
+													</td>
425
+													<td>
426
+								    					<div id="ITP_FORM_POMNGO3010_" name="">1</div>
427
+													</td>
428
+													<td>
429
+								    					<div id="ITP_FORM_POMNGO3010_" name="">100,000</div>
430
+													</td>
431
+													<td>
432
+								    					<div id="ITP_FORM_POMNGO3010_UNIT" name="UNIT">EA</div>
433
+													</td>
434
+													<td>
435
+														<input type="text" id="ITP_FORM_POMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
436
+													</td>
437
+													<td>
438
+								    					<div id="ITP_FORM_POMNGO3010_" name="">20</div>
439
+													</td>
440
+													<td>
441
+								    					<div id="ITP_FORM_POMNGO3010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
442
+								    				</td>
443
+													<td>
444
+														<div class="input-daterange input-group date">
445
+															<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
446
+														</div>
447
+													</td>
448
+												 </tr>
449
+											 </tbody>
450
+											 <tbody class="check">
451
+												 <tr>
452
+													<td>
453
+														<input type="checkbox" style="width:20px; height:17px;">
454
+													</td>
455
+													<td>
456
+								    					<div id="ITP_FORM_POMNGO3010_" name="">0020</div>
457
+													</td>
458
+													<td>
459
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
460
+													</td>
461
+													<td>
462
+								    					<div id="ITP_FORM_POMNGO3010_ITEM_NM" name="ITEM_NM">B품목</div>
463
+													</td>
464
+													<td>
465
+								    					<div id="ITP_FORM_POMNGO3010_" name="">1</div>
466
+													</td>
467
+													<td>
468
+								    					<div id="ITP_FORM_POMNGO3010_" name="">10,000</div>
469
+													</td>
470
+													<td>
471
+								    					<div id="ITP_FORM_POMNGO3010_UNIT" name="UNIT">EA</div>
472
+													</td>
473
+													<td>
474
+														<input type="text" id="ITP_FORM_POMNG03010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
475
+													</td>
476
+													<td>
477
+								    					<div id="ITP_FORM_POMNGO3010_" name="">300</div>
478
+													</td>
479
+													<td>
480
+								    					<div id="ITP_FORM_POMNGO3010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
481
+								    				</td>
482
+													<td>
483
+														<div class="input-daterange input-group date">
484
+															<input type="text" id="ITP_FORM_POMNG03010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
485
+														</div>													
486
+													</td>
487
+												 </tr>
488
+											 </tbody>
489
+											 <tbody class="check">
490
+												 <tr>
491
+													<td></td>
492
+													<td></td>
493
+													<td></td>
494
+													<td></td>
495
+													<td></td>
496
+													<td></td>
497
+													<td></td>
498
+													<td></td>
499
+													<td></td>
500
+													<td></td>
501
+												 </tr>
502
+											 </tbody>
503
+										 </table>
504
+									</div>
505
+								</section>												
506
+							</form>
507
+						</div>
508
+					</div>
509
+				</div>		
510
+			</div>
511
+		</article>
512
+	</div>
513
+	<div id="ITP_TAP_JS"></div>
514
+</section>

+ 514 - 0
src/main/webapp/app/pomng/POMNG04010.html

@@ -0,0 +1,514 @@
1
+<section id="ITP_TAB_POMNG04010" class="tab-pane active itp_sec">
2
+	<div class="itp_cont">
3
+		<article class="itp_detail">
4
+			<div class="itp_det_head fix">
5
+				<h2 class="pull-left itp_det_tit"><i class="glyphicon glyphicon-chevron-right"></i> <strong>구매발주 생성</strong></h2>
6
+				<div class="pull-right itp_cicon">
7
+					<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon "></i>조회</button>
8
+					<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm TSA" style="display: inline-block;"><i class="glyphicon "></i>임시저장</button>
9
+					<button type="button" id="ITP_BTN_POMNG04010_NEWREG" class="btn btn-primary btn-sm RQPO" style="display: inline-block;"><i class="glyphicon "></i>발주요청</button>
10
+					<button type="button" id="ITP_BTN_POMNG04010_CANCELLIST" class="btn btn-warning btn-sm CAPO"><i class="glyphicon "></i> 발주취소</button>
11
+					<button type="button" id="ITP_BTN_POMNG04010_CANCELLIST" class="btn btn-warning btn-sm PRB"><i class="glyphicon "></i> 취소/목록</button>
12
+				</div>
13
+			</div>
14
+			<div class="itp_det_in">
15
+				<div id="ITP_AJAX_POMNG04010_LIST_CONTAINER">
16
+					<div class="itp_lg_form itp_type1 fix">
17
+						<div class="itp_srh_border fix">
18
+							<div class="col-xs-12">
19
+								<form id="ITP_FORM_POMNG04010_SEARCH" class="form-horizontal">
20
+									<div class="form-group">
21
+										<label class="col-xs-1" style="width:11%; top:5px;">납기요청일 *</label>
22
+										<div class="col-xs-3 itp_ip itp_noMar">
23
+											<div class="input-daterange input-group date">
24
+												<input type="text" id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
25
+												<span class="input-group-addon itp_date_to">~</span>
26
+												<input type="text" id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" class="form-control itp_input" name="PCH_REQ_DT" value="">
27
+											</div>
28
+										</div>
29
+									</div>
30
+									<div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
31
+										<div class="col-xs-2 itp_ip itp_noMar">
32
+											<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
33
+										</div>
34
+										<div class="col-xs-1 itp_in" style="padding-left: px; width:10%;">
35
+											<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
36
+											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
37
+						                </div>
38
+										<div class="col-xs-2 itp_ip itp_noMar">
39
+											<input type="text" id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
40
+										</div>
41
+										<div class="col-xs-1 itp_in" style="padding-left: 5px; width:10%;">
42
+											<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
43
+											<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
44
+						                </div>
45
+										<div class="col-xs-4 itp_ip itp_noMar">
46
+											<input type="text" id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" class="form-control itp_input" name="ITEM_NM" placeholder="품목번호 or 품목명" />
47
+										</div>
48
+									</div>
49
+								</form>
50
+							</div>
51
+						</div>
52
+					</div>
53
+					<div class="itp_table fix">
54
+						<table class="table">
55
+							<thead>
56
+								<tr>
57
+									<th style="width:5%;">선택</th>
58
+									<th style="width:10%;">브랜드</th>
59
+									<th style="width:8%;">납품장소</th>
60
+									<th style="width:9%;">공급업체명</th>
61
+									<th style="width:8%;">품목번호</th>
62
+									<th style="width:7%;">품목명</th>
63
+									<th style="width:9%;">구매요청수량</th>
64
+									<th style="width:9%;">납품요청일</th>
65
+									<th style="width:9%;">구매요청금액</th>
66
+									<th style="width:9%;">발주예상금액</th>
67
+									<th style="width:9%;">매장가수금액</th>
68
+									<th>리드타임</th>
69
+							 	</tr>
70
+						 	</thead>
71
+							<tbody>
72
+							 	<tr>
73
+									<td style="padding:0;"><input type="checkbox" style="width:25px; height:30px"></td>
74
+									<td id="ITP_FORM_POMNG04010_SEARCH_BRAND_NM" name="BRAND_NM">테스트브랜드</td>
75
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong>A매장</strong></td>
76
+									<td id="ITP_FORM_POMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM">공급업체</td>
77
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</td>
78
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" name="ITEM_NM">A품목</td>
79
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY">10</td>
80
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT">2022.10.01</td>
81
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT">1,000,000</td>
82
+									<td id="ITP_FORM_POMNG04010_SEARCH_" name="">800,000</td>
83
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT">2,000,000</td>
84
+									<td id="ITP_FORM_POMNG04010_SEARCH_LEAD_TIME" name="LEAD_TIME">5 day</td>
85
+							 	</tr>
86
+								<tr>
87
+									<td></td>
88
+									<td id="ITP_FORM_POMNG04010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
89
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
90
+									<td id="ITP_FORM_POMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
91
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
92
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
93
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
94
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
95
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
96
+									<td id="ITP_FORM_POMNG04010_SEARCH_" name=""></td>
97
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
98
+									<td id="ITP_FORM_POMNG04010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
99
+								</tr>
100
+								<tr>
101
+									<td></td>
102
+									<td id="ITP_FORM_POMNG04010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
103
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
104
+									<td id="ITP_FORM_POMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
105
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
106
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
107
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
108
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
109
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
110
+									<td id="ITP_FORM_POMNG04010_SEARCH_" name=""></td>
111
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
112
+									<td id="ITP_FORM_POMNG04010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
113
+								</tr>
114
+								<tr>
115
+									<td></td>
116
+									<td id="ITP_FORM_POMNG04010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
117
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
118
+									<td id="ITP_FORM_POMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
119
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
120
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
121
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
122
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
123
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
124
+									<td id="ITP_FORM_POMNG04010_SEARCH_" name=""></td>
125
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
126
+									<td id="ITP_FORM_POMNG04010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
127
+								</tr>
128
+								<tr>
129
+									<td></td>
130
+									<td id="ITP_FORM_POMNG04010_SEARCH_BRAND_NM" name="BRAND_NM"></td>
131
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" name="DLV_PLACE"><strong></strong></td>
132
+									<td id="ITP_FORM_POMNG04010_SEARCH_SPPLY_NM" name="SPPLY_NM"></td>
133
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO"></td>
134
+									<td id="ITP_FORM_POMNG04010_SEARCH_ITEM_NM" name="ITEM_NM"></td>
135
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_QTY" name="PCH_REQ_QTY"></td>
136
+									<td id="ITP_FORM_POMNG04010_SEARCH_DLV_REQ_DT" name="DLV_REQ_DT"></td>
137
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_AMT" name="PCH_REQ_AMT"></td>
138
+									<td id="ITP_FORM_POMNG04010_SEARCH_" name=""></td>
139
+									<td id="ITP_FORM_POMNG04010_SEARCH_PCH_REQ_DT" name="PCH_REQ_DT"></td>
140
+									<td id="ITP_FORM_POMNG04010_SEARCH_LEAD_TIME" name="LEAD_TIME"></td>
141
+								</tr>
142
+							</tbody>
143
+						</table>
144
+					</div>
145
+				</div>
146
+				<div id="ITP_AJAX_POMNG04010_LIST_CONTAINER">
147
+					<div class="itp_form itp_type1 fix">
148
+						<div class="col-xs-12">
149
+							<form id="ITP_FORM_POMNG04010_DETAIL" class="form-horizontal">
150
+								<input type="hidden" id="ITP_FORM_POMNG04010_DETAIL_VIEW_CD" name="viewCd" value="C">
151
+					
152
+								<section class="itp_form_sec">
153
+									<h4 class="itp_form_tit">구매발주상세-신규발주생성</h4>
154
+									<div class="itp_form_in">	
155
+										<div class="form-group">
156
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
157
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
158
+											<label class="col-xs-2 itp_lb">발주번호</label>
159
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
160
+										</div>
161
+									</div>
162
+									<div class="itp_form_in">
163
+										<div class="form-group">
164
+											<label class="col-xs-2 itp_lb">공급업체명</label>
165
+											<div class="col-xs-4 itp_ip PCH_REQ_NM"></div>
166
+											<label class="col-xs-2 itp_lb">발주일자</label>
167
+											<div class="col-xs-4 itp_ip "></div>
168
+										</div>
169
+									</div>
170
+									<div class="itp_form_in">	
171
+										<div class="form-group">
172
+											<label class="col-xs-2 itp_lb">납품장소</label>
173
+											<div class="col-xs-4 itp_ip DLV_PLACE"></div>
174
+											<label class="col-xs-2 itp_lb">발주 총 금액</label>
175
+											<div class="col-xs-4 itp_ip PODR_AMT"></div>
176
+										</div>
177
+									</div>
178
+									<div class="itp_form_in">	
179
+										<div class="form-group">
180
+											<label class="col-xs-2 itp_lb">발주담당자</label>
181
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
182
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
183
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
184
+										</div>
185
+									</div>
186
+									<div class="itp_form_in">	
187
+										<div class="form-group">
188
+											<label class="col-xs-2 itp_lb">배송구분</label>
189
+											<div class="col-xs-4 itp_ip">
190
+												<div class="col-xs-5 itp_in">
191
+													<select id="ITP_FORM_POMNG04010_" class="form-control itp_input" name="">
192
+													</select>
193
+												</div>
194
+											</div>
195
+											<label class="col-xs-2 itp_lb"></label>
196
+											<div class="col-xs-4 itp_ip"></div>
197
+										</div>
198
+									</div>
199
+									<div class="itp_form_in">
200
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
201
+											<h4 class="itp_table_tit">발주 품목</h4>
202
+										</div>
203
+										<table class="table order">
204
+											<thead>
205
+												<tr>
206
+													<th style="width:5%;">선택</th>
207
+													<th style="width:5%;">항번</th>
208
+													<th style="width:10%;">품목번호</th>
209
+													<th style="width:10%;">품목명</th>
210
+													<th style="width:7%;">가격단위</th>
211
+													<th style="width:7%;">단가</th>
212
+													<th style="width:7%;">단위</th>
213
+													<th style="width:8%;">수량</th>
214
+													<th style="width:10%;">출하가능수량</th>
215
+													<th style="width:10%;">발주금액</th>
216
+													<th style="width:10%;">납기요청일</th>
217
+												 </tr>
218
+											 </thead>
219
+											 <tbody class="check">
220
+												 <tr>
221
+													<td>
222
+														<input type="checkbox" style="width:20px; height:17px;">
223
+													</td>
224
+													<td>
225
+								    					<div id="ITP_FORM_POMNGO4010_" name="">0010</div>
226
+													</td>
227
+													<td>
228
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
229
+													</td>
230
+													<td>
231
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">A품목</div>
232
+													</td>
233
+													<td>
234
+								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
235
+													</td>
236
+													<td>
237
+								    					<div id="ITP_FORM_POMNGO4010_" name="">100,000</div>
238
+													</td>
239
+													<td>
240
+								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
241
+													</td>
242
+													<td>
243
+														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
244
+													</td>
245
+													<td>
246
+								    					<div id="ITP_FORM_POMNGO4010_" name="">20</div>
247
+													</td>
248
+													<td>
249
+								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
250
+								    				</td>
251
+													<td>
252
+														<div class="input-daterange input-group date">
253
+															<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
254
+														</div>
255
+													</td>
256
+												 </tr>
257
+											 </tbody>
258
+											 <tbody class="check">
259
+												 <tr>
260
+													<td>
261
+														<input type="checkbox" style="width:20px; height:17px;">
262
+													</td>
263
+													<td>
264
+								    					<div id="ITP_FORM_POMNGO4010_" name="">0020</div>
265
+													</td>
266
+													<td>
267
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
268
+													</td>
269
+													<td>
270
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">B품목</div>
271
+													</td>
272
+													<td>
273
+								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
274
+													</td>
275
+													<td>
276
+								    					<div id="ITP_FORM_POMNGO4010_" name="">10,000</div>
277
+													</td>
278
+													<td>
279
+								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
280
+													</td>
281
+													<td>
282
+														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
283
+													</td>
284
+													<td>
285
+								    					<div id="ITP_FORM_POMNGO4010_" name="">300</div>
286
+													</td>
287
+													<td>
288
+								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
289
+								    				</td>
290
+													<td>
291
+														<div class="input-daterange input-group date">
292
+															<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
293
+														</div>													
294
+													</td>
295
+												 </tr>
296
+											 </tbody>
297
+											 <tbody class="check">
298
+												 <tr>
299
+													<td></td>
300
+													<td></td>
301
+													<td></td>
302
+													<td></td>
303
+													<td></td>
304
+													<td></td>
305
+													<td></td>
306
+													<td></td>
307
+													<td></td>
308
+													<td></td>
309
+												 </tr>
310
+											 </tbody>
311
+										 </table>
312
+									</div>
313
+								</section>												
314
+							</form>
315
+						</div>
316
+					</div>
317
+				</div>
318
+				<div id="ITP_AJAX_POMNG04010_LIST_CONTAINER">
319
+					<div class="itp_form itp_type1 fix">
320
+						<div class="col-xs-12">
321
+							<form id="ITP_FORM_POMNG04010_DETAIL" class="form-horizontal">
322
+								<input type="hidden" id="ITP_FORM_POMNG04010_DETAIL_VIEW_CD" name="viewCd" value="C">
323
+					
324
+								<section class="itp_form_sec">
325
+									<h4 class="itp_form_tit">구매발주상세-발주생성</h4>
326
+									<div class="itp_form_in">	
327
+										<div class="form-group">
328
+											<label class="col-xs-2 itp_lb">브랜드 *</label>
329
+											<div class="col-xs-4 itp_ip BRAND_NM"></div>
330
+											<label class="col-xs-2 itp_lb">발주번호</label>
331
+											<div class="col-xs-4 itp_ip PCH_REQ_UNQ_NO"></div>
332
+										</div>
333
+									</div>
334
+									<div class="itp_form_in">
335
+										<div class="form-group">
336
+											<label class="col-xs-2 itp_lb">공급업체명</label>
337
+											<div class="col-xs-4 itp_ip">
338
+												<div class="col-xs-5 itp_in">
339
+													<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="공급업체" />
340
+												</div>
341
+												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
342
+													<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
343
+													<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
344
+								                </div>
345
+											</div>
346
+											<label class="col-xs-2 itp_lb">발주일자</label>
347
+											<div class="col-xs-4 itp_ip "></div>
348
+										</div>
349
+									</div>
350
+									<div class="itp_form_in">	
351
+										<div class="form-group">
352
+											<label class="col-xs-2 itp_lb">납품장소</label>
353
+											<div class="col-xs-4 itp_ip">
354
+												<div class="col-xs-5 itp_in">
355
+													<input type="text" id="ITP_FORM_POMNG04010_SEARCH_DLV_PLACE" class="form-control itp_input" name="DLV_PLACE" value="매장/창고" />
356
+												</div>
357
+												<div class="col-xs-4 itp_in" style="padding-left: 3px;">
358
+													<button type="button" id="ITP_BTN_POMNG04010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon glyphicon-search"></i></button>
359
+													<button type="button" id="ITP_BTN_POMNG04010_MODIFY" class="btn btn-success btn-sm UPB" style="display: inline-block;"><i class="glyphicon glyphicon-ok"></i></button>
360
+								                </div>
361
+												</div>
362
+											<label class="col-xs-2 itp_lb">발주 총 금액</label>
363
+											<div class="col-xs-4 itp_ip PODR_AMT"></div>
364
+										</div>
365
+									</div>
366
+									<div class="itp_form_in">	
367
+										<div class="form-group">
368
+											<label class="col-xs-2 itp_lb">발주담당자</label>
369
+											<div class="col-xs-4 itp_ip PODR_MGR_NM"></div>
370
+											<label class="col-xs-2 itp_lb">발주담당자연락처</label>
371
+											<div class="col-xs-4 itp_ip PODR_MGR_MBL_NO"></div>
372
+										</div>
373
+									</div>
374
+									<div class="itp_form_in">	
375
+										<div class="form-group">
376
+											<label class="col-xs-2 itp_lb">배송구분</label>
377
+											<div class="col-xs-4 itp_ip">
378
+												<div class="col-xs-5 itp_in">
379
+													<select id="ITP_FORM_POMNG04010_DLV_CNDT" class="form-control itp_input" name="DLV_CNDT">
380
+													</select>
381
+												</div>
382
+											</div>
383
+											<label class="col-xs-2 itp_lb"></label>
384
+											<div class="col-xs-4 itp_ip"></div>
385
+										</div>
386
+									</div>
387
+									<div class="itp_form_in">
388
+										<div class="itp_table_head fix" style="background:#f5f5f5;">
389
+											<h4 class="itp_table_tit">발주 품목</h4>
390
+											<div class="pull-right itp_cicon">
391
+												<button type="button" id="ITP_BTN_POMNG04010_DETAIL_ADDROW" class="btn btn-primary btn-sm ARB" style="display: inline-block;"><i class="glyphicon "></i>&nbsp;&nbsp;품목추가&nbsp;&nbsp;</button>
392
+												<button type="button" id="ITP_BTN_POMNG04010_DETAIL_DELROW" class="btn btn-danger btn-sm DRB"><i class="glyphicon "></i>&nbsp;&nbsp;품목삭제&nbsp;&nbsp;</button>
393
+											</div>
394
+										</div>
395
+										<table class="table order">
396
+											<thead>
397
+												<tr>
398
+													<th style="width:5%;">선택</th>
399
+													<th style="width:5%;">항번</th>
400
+													<th style="width:10%;">품목번호</th>
401
+													<th style="width:10%;">품목명</th>
402
+													<th style="width:7%;">가격단위</th>
403
+													<th style="width:7%;">단가</th>
404
+													<th style="width:7%;">단위</th>
405
+													<th style="width:8%;">수량</th>
406
+													<th style="width:10%;">출하가능수량</th>
407
+													<th style="width:10%;">발주금액</th>
408
+													<th style="width:10%;">납기요청일</th>
409
+												 </tr>
410
+											 </thead>
411
+											 <tbody class="check">
412
+												 <tr>
413
+													<td>
414
+														<input type="checkbox" style="width:20px; height:17px;">
415
+													</td>
416
+													<td>
417
+								    					<div id="ITP_FORM_POMNGO4010_" name="">0010</div>
418
+													</td>
419
+													<td>
420
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022001</div>
421
+													</td>
422
+													<td>
423
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">A품목</div>
424
+													</td>
425
+													<td>
426
+								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
427
+													</td>
428
+													<td>
429
+								    					<div id="ITP_FORM_POMNGO4010_" name="">100,000</div>
430
+													</td>
431
+													<td>
432
+								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
433
+													</td>
434
+													<td>
435
+														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="10" />
436
+													</td>
437
+													<td>
438
+								    					<div id="ITP_FORM_POMNGO4010_" name="">20</div>
439
+													</td>
440
+													<td>
441
+								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
442
+								    				</td>
443
+													<td>
444
+														<div class="input-daterange input-group date">
445
+															<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
446
+														</div>
447
+													</td>
448
+												 </tr>
449
+											 </tbody>
450
+											 <tbody class="check">
451
+												 <tr>
452
+													<td>
453
+														<input type="checkbox" style="width:20px; height:17px;">
454
+													</td>
455
+													<td>
456
+								    					<div id="ITP_FORM_POMNGO4010_" name="">0020</div>
457
+													</td>
458
+													<td>
459
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_CLASS_MGNT_NO" name="ITEM_CLASS_MGNT_NO">IT2022002</div>
460
+													</td>
461
+													<td>
462
+								    					<div id="ITP_FORM_POMNGO4010_ITEM_NM" name="ITEM_NM">B품목</div>
463
+													</td>
464
+													<td>
465
+								    					<div id="ITP_FORM_POMNGO4010_" name="">1</div>
466
+													</td>
467
+													<td>
468
+								    					<div id="ITP_FORM_POMNGO4010_" name="">10,000</div>
469
+													</td>
470
+													<td>
471
+								    					<div id="ITP_FORM_POMNGO4010_UNIT" name="UNIT">EA</div>
472
+													</td>
473
+													<td>
474
+														<input type="text" id="ITP_FORM_POMNG04010_STDD_QYT" class="form-control itp_input" name="STDD_QYT" value="100" />
475
+													</td>
476
+													<td>
477
+								    					<div id="ITP_FORM_POMNGO4010_" name="">300</div>
478
+													</td>
479
+													<td>
480
+								    					<div id="ITP_FORM_POMNGO4010_DLV_REQ_DT" name="DLV_REQ_DT">1,000,000</div>
481
+								    				</td>
482
+													<td>
483
+														<div class="input-daterange input-group date">
484
+															<input type="text" id="ITP_FORM_POMNG04010_SEARCH_" class="form-control itp_input" name="" value="2022.10.01">
485
+														</div>													
486
+													</td>
487
+												 </tr>
488
+											 </tbody>
489
+											 <tbody class="check">
490
+												 <tr>
491
+													<td></td>
492
+													<td></td>
493
+													<td></td>
494
+													<td></td>
495
+													<td></td>
496
+													<td></td>
497
+													<td></td>
498
+													<td></td>
499
+													<td></td>
500
+													<td></td>
501
+												 </tr>
502
+											 </tbody>
503
+										 </table>
504
+									</div>
505
+								</section>												
506
+							</form>
507
+						</div>
508
+					</div>
509
+				</div>		
510
+			</div>
511
+		</article>
512
+	</div>
513
+	<div id="ITP_TAP_JS"></div>
514
+</section>

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


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


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


+ 3 - 3
src/main/webapp/app/stinfo/STINFO02010.html

@@ -263,9 +263,9 @@
263 263
 											<label class="col-xs-2 itp_lb">오픈일</label>
264 264
 											<div class="col-xs-5 itp_ip">
265 265
 												<div class="col-xs-7 itp_in">
266
-								                <div class="input-daterange input-group date itp_in">
267
-													<input type="text" id="ITP_FORM_STINFO02010_DETAIL_FROM_DT" class="form-control itp_input" name="REG_DT" value="2022.08.10">
268
-												</div>
266
+									                <div class="input-daterange input-group date itp_in">
267
+														<input type="text" id="ITP_FORM_STINFO02010_DETAIL_FROM_DT" class="form-control itp_input" name="REG_DT" value="2022.08.10">
268
+													</div>
269 269
 												</div>
270 270
 											</div>
271 271
 										</div>

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 3 - 2
src/main/webapp/bootstrap/dist/css/bootstrap.min.css


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

@@ -415,7 +415,7 @@ html:lang(en) #ITP_CONTAINER .itp_detail .itp_form .itp_thumb_inline .itp_thumb_
415 415
 #ITP_CONTAINER .itp_form.itp_type1 .form-group.border .itp_ip {border-bottom:1px solid #ddd;}
416 416
 #ITP_CONTAINER .itp_form.itp_type1 .form-group.noBor .itp_lb,
417 417
 #ITP_CONTAINER .itp_form.itp_type1 .form-group.noBor .itp_ip {border-top:0; padding-top:0; height:auto;}
418
-#ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_lb {border-right:1px solid #ddd; border-left:1px solid #ddd;background:#ddd;}
418
+#ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_lb {border-right:1px solid #ddd; border-left:1px solid #ddd;background:#d6ecf5;}
419 419
 #ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_lb.bor {border-left:1px solid #ddd;}
420 420
 #ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_in {padding:0;}
421 421
 #ITP_CONTAINER .itp_form.itp_type1 .form-group .itp_in.pad {padding-right:15px;}