|
@@ -3,7 +3,7 @@
|
3
|
3
|
<div class="pop">
|
4
|
4
|
<div class="header">
|
5
|
5
|
<div class="header_left">
|
6
|
|
- <label>> 공급업체</label>
|
|
6
|
+ <label>공급업체</label>
|
7
|
7
|
</div>
|
8
|
8
|
<div class="header_right">
|
9
|
9
|
<button type="button" id="ITP_BTN_MPOMNG03010_POP_SPPLY_CLOSE"><img src="../img/close.png"></button>
|
|
@@ -17,16 +17,17 @@
|
17
|
17
|
<button id="ITP_BTN_MPOMNG03010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
|
18
|
18
|
</form>
|
19
|
19
|
</div>
|
20
|
|
- <div class="search_bar">
|
21
|
|
- <button id="ITP_BTN_MPOMNG03010_POP_SPPLY_NM" class="btn_blue">공급업체▼</button>
|
|
20
|
+ <div class="select_btn">
|
|
21
|
+ <button id="ITP_BTN_MPOMNG03010_POP_SPPLY_NM" class="btn_blue">공급업체 ▼</button>
|
22
|
22
|
</div>
|
23
|
23
|
<div id="ITP_POP_MPOMNG03010_SPPLY_LIST_AREA" class="popup_scroll">
|
24
|
|
- <ul id="ITP_POP_MPOMNG03010_SPPLY_LIST_ROWS" class="panel-group itp_nav"></ul>
|
|
24
|
+ <ul id="ITP_POP_MPOMNG03010_SPPLY_LIST_ROWS" class="mb_0 itp_nav"></ul>
|
25
|
25
|
<div id="ITP_POP_MPOMNG03010_SPPLY_LIST_ROWCOPY" style="display: block;">
|
26
|
|
- <li>
|
|
26
|
+ <li class="row_2">
|
27
|
27
|
<div class="scroll_left">
|
28
|
28
|
<div class="fnSpplyNm">공급업체 명A</div>
|
29
|
|
- <div class="fnLocationNm">(상세위치내용)</div>
|
|
29
|
+ <div class="sub fnLocationNm">서울특별시 동대문구 서울 시립대로 12길</div>
|
|
30
|
+ <div class="sub fnLocationNm">누리자 B/D</div>
|
30
|
31
|
</div>
|
31
|
32
|
<div class="scroll_right">
|
32
|
33
|
<button id="ITP_BTN_MPOMNG03010_POP_SPPLY_CHOICE" class="fnSpplyId">선택</button>
|
|
@@ -40,7 +41,7 @@
|
40
|
41
|
<div class="pop">
|
41
|
42
|
<div class="header">
|
42
|
43
|
<div class="header_left">
|
43
|
|
- <label>> 납품장소</label>
|
|
44
|
+ <label>납품장소</label>
|
44
|
45
|
</div>
|
45
|
46
|
<div class="header_right">
|
46
|
47
|
<button type="button" id="ITP_BTN_MPOMNG03010_POP_WHS_CLOSE" class="btn-pop-close"><img src="../img/close.png"></button>
|
|
@@ -54,16 +55,17 @@
|
54
|
55
|
<button id="ITP_BTN_MPOMNG03010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
|
55
|
56
|
</form>
|
56
|
57
|
</div>
|
57
|
|
- <div class="search_bar">
|
|
58
|
+ <div class="select_btn">
|
58
|
59
|
<button id="ITP_BTN_MPOMNG03010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
|
59
|
60
|
</div>
|
60
|
61
|
<div id="ITP_LIST_MPOMNG03010_POP_WHS_AREA" class="popup_scroll">
|
61
|
|
- <ul id="ITP_LIST_MPOMNG03010_POP_WHS_ROWS" class="panel-group itp_nav"></ul>
|
62
|
|
- <div id="ITP_LIST_MPOMNG03010_POP_WHS_ROWCOPY" style="display:none;">
|
|
62
|
+ <ul id="ITP_LIST_MPOMNG03010_POP_WHS_ROWS" class="mb_0 itp_nav"></ul>
|
|
63
|
+ <div id="ITP_LIST_MPOMNG03010_POP_WHS_ROWCOPY" style="display: block;">
|
63
|
64
|
<li class="row_2">
|
64
|
65
|
<div class="scroll_left">
|
65
|
66
|
<div class="fnWhsNm">브랜드 창고 명A</div>
|
66
|
|
- <div class="fnLocationNm">(상세위치내용)</div>
|
|
67
|
+ <div class="sub fnLocationNm">서울특별시 동대문구 서울 시립대로 12길</div>
|
|
68
|
+ <div class="sub fnLocationNm">누리자 B/D</div>
|
67
|
69
|
</div>
|
68
|
70
|
<div class="scroll_right">
|
69
|
71
|
<button id="ITP_BTN_MPOMNG03010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
|
|
@@ -73,40 +75,41 @@
|
73
|
75
|
</div>
|
74
|
76
|
</div>
|
75
|
77
|
</div>
|
76
|
|
- <div id="ITP_AJAX_MPOMNG03010_LIST_CONTAINER" style="display: block;">
|
|
78
|
+ <div id="ITP_AJAX_MPOMNG03010_LIST_CONTAINER" style="display: none;">
|
77
|
79
|
<form id="ITP_FORM_MPOMNG03010_LIST" class="form-horizontal" onsubmit="return false;">
|
78
|
80
|
<input type="hidden" id="ITP_FORM_MPOMNG03010_DETAIL_VIEW_CD" name="viewCd" value="C">
|
79
|
81
|
<div class="content">
|
|
82
|
+ <div class="line header">
|
|
83
|
+ <div class="itp_search_header">구매발주현황</div>
|
|
84
|
+ </div>
|
80
|
85
|
<div class="line">
|
81
|
86
|
<label>발주일자</label>
|
82
|
|
- <div class="date_to">
|
83
|
|
- <input id="ITP_FORM_MPOMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" class="year" type="date">
|
|
87
|
+ <div class="date_to date">
|
|
88
|
+ <input id="ITP_FORM_MPOMNG03010_LIST_SEARCH_FROM_DT" name="fromDt" type="date">
|
84
|
89
|
<div class="at">~</div>
|
85
|
|
- <input id="ITP_FORM_MPOMNG03010_LIST_SEARCH_TO_DT" name="toDt" class="year" type="date">
|
|
90
|
+ <input id="ITP_FORM_MPOMNG03010_LIST_SEARCH_TO_DT" name="toDt" type="date">
|
86
|
91
|
</div>
|
87
|
92
|
</div>
|
88
|
93
|
<div class="line">
|
89
|
94
|
<label>발주상태</label>
|
90
|
|
- <div class="search_wrap">
|
91
|
|
- <div class="line_right">
|
92
|
|
- <select name="spchOdrStCd" class="m9" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_PCH_ORD_ST_CD">
|
93
|
|
- <option value=""></option>
|
94
|
|
- </select>
|
95
|
|
- </div>
|
|
95
|
+ <div class="float_left">
|
|
96
|
+ <select name="spchOdrStCd" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_PCH_ORD_ST_CD">
|
|
97
|
+ <option value=""></option>
|
|
98
|
+ </select>
|
96
|
99
|
</div>
|
97
|
100
|
</div>
|
98
|
101
|
<div class="line">
|
99
|
102
|
<label>공급업체</label>
|
100
|
|
- <div class="search_wrap">
|
101
|
|
- <div class="float_left">
|
102
|
|
- <input type="text" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" placeholder="A공급업체명">
|
103
|
|
- <input type="hidden" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_SPPLY_ID" class="" name="sspplyId" />
|
104
|
|
- </div>
|
105
|
|
- <div class="float_left_btn">
|
106
|
|
- <button id="ITP_BTN_MPOMNG03010_LIST_SEARCH_SPPLY_NM"><img src="../img/search.png" alt=""></button>
|
107
|
|
- <button id="ITP_BTN_MPOMNG03010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
|
108
|
|
- </div>
|
109
|
|
- </div>
|
|
103
|
+ <div class="float_left">
|
|
104
|
+ <input type="text" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" placeholder="A공급업체명">
|
|
105
|
+ <input type="hidden" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_SPPLY_ID" class="" name="sspplyId" />
|
|
106
|
+ <div class="itp_input_btn">
|
|
107
|
+ <button id="ITP_BTN_MPOMNG03010_LIST_SEARCH_SPPLY_NM"><img src="../img/search.png" alt=""></button>
|
|
108
|
+ </div>
|
|
109
|
+ </div>
|
|
110
|
+ <div class="float_right_btn">
|
|
111
|
+ <button id="ITP_BTN_MPOMNG03010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
|
|
112
|
+ </div>
|
110
|
113
|
</div>
|
111
|
114
|
<div class="line">
|
112
|
115
|
<label>납품장소</label>
|
|
@@ -114,9 +117,11 @@
|
114
|
117
|
<div class="float_left">
|
115
|
118
|
<input type="text" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" />
|
116
|
119
|
<input type="hidden" id="ITP_FORM_MPOMNG03010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
|
|
120
|
+ <div class="itp_input_btn">
|
|
121
|
+ <button id="ITP_BTN_MPOMNG03010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
|
|
122
|
+ </div>
|
117
|
123
|
</div>
|
118
|
|
- <div class="float_left_btn">
|
119
|
|
- <button id="ITP_BTN_MPOMNG03010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
|
|
124
|
+ <div class="float_right_btn">
|
120
|
125
|
<button id="ITP_BTN_MPOMNG03010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
|
121
|
126
|
</div>
|
122
|
127
|
</div>
|
|
@@ -127,13 +132,13 @@
|
127
|
132
|
</div>
|
128
|
133
|
</div>
|
129
|
134
|
<div class="table_header">
|
130
|
|
- <h1>> 발주 내역</h1>
|
|
135
|
+ <h1><발주 내역></h1>
|
131
|
136
|
</div>
|
132
|
137
|
</div>
|
133
|
138
|
<div id="ITP_LIST_MPOMNG03010_LIST_ITEM_AREA" class="scroll_area row-3">
|
134
|
|
- <ul id="ITP_LIST_MPOMNG03010_LIST_ITEM_ROWS" class="panel-group"></ul>
|
|
139
|
+ <ul id="ITP_LIST_MPOMNG03010_LIST_ITEM_ROWS" class="mb_0"></ul>
|
135
|
140
|
<div id="ITP_LIST_MPOMNG03010_LIST_ITEM_ROWCOPY" style="display: block;">
|
136
|
|
- <li class="list-row">
|
|
141
|
+ <li class="list-row2">
|
137
|
142
|
<div class="left">
|
138
|
143
|
<div class="nomal">
|
139
|
144
|
<label>발주일자 :</label>
|
|
@@ -211,34 +216,37 @@
|
211
|
216
|
</div>
|
212
|
217
|
</div>
|
213
|
218
|
<div id="ITP_LIST_MPOMNG03010_VIEW_ITEM_AREA" class="scroll_area row-2">
|
214
|
|
- <ul id="ITP_LIST_MPOMNG03010_VIEW_ITEM_ROWS" class="panel-group"></ul>
|
|
219
|
+ <ul id="ITP_LIST_MPOMNG03010_VIEW_ITEM_ROWS" class="mb_0"></ul>
|
215
|
220
|
<div id="ITP_LIST_MPOMNG03010_VIEW_ITEM_ROWCOPY" style="display:block;">
|
216
|
|
- <li class="list-row">
|
|
221
|
+ <li>
|
217
|
222
|
<div>
|
218
|
223
|
<div class="left_info col-4">
|
219
|
224
|
<div class="thick">
|
|
225
|
+ <label>품목명</label>
|
|
226
|
+ <span>:</span>
|
220
|
227
|
<div class="fnItemNm">품목명</div>
|
221
|
|
- <i>-</i>
|
222
|
|
- <div class="fnUnit">2EA</div>
|
223
|
228
|
</div>
|
224
|
229
|
</div>
|
225
|
230
|
<div class="left_info col-6">
|
226
|
231
|
<div class="thick">
|
227
|
|
- <label>수량/금액</label>
|
228
|
|
- <div class="fnQty">2</div>
|
229
|
|
- <i>/</i>
|
230
|
|
- <div class="fnAmt">24,000</div>
|
|
232
|
+ <label>수량/금액</label>
|
|
233
|
+ <span>:</span>
|
|
234
|
+ <div class="fnQty">200</div>
|
|
235
|
+ <span>/</span>
|
|
236
|
+ <div class="fnAmt">1,224,000</div>
|
231
|
237
|
</div>
|
232
|
238
|
</div>
|
233
|
239
|
<div class="left_info col-4">
|
234
|
240
|
<div class="thick">
|
235
|
|
- <label style="margin:0;">구매가 :</label>
|
|
241
|
+ <label>구매가 </label>
|
|
242
|
+ <span>:</span>
|
236
|
243
|
<div class="fnPchActAmt">12,000</div>
|
237
|
244
|
</div>
|
238
|
245
|
</div>
|
239
|
246
|
<div class="left_info col-6">
|
240
|
247
|
<div class="thick">
|
241
|
|
- <label>납기요청일 : </label>
|
|
248
|
+ <label>납기요청일</label>
|
|
249
|
+ <span>:</span>
|
242
|
250
|
<div class="fnDlvReqDt">2022.10.01</div>
|
243
|
251
|
</div>
|
244
|
252
|
</div>
|