|
@@ -5,6 +5,9 @@
|
5
|
5
|
<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_STORE_ID" name="sstoreId" value="">
|
6
|
6
|
<input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_IDX" name="sidx" value="0">
|
7
|
7
|
<div class="content">
|
|
8
|
+ <div class="line header">
|
|
9
|
+ <div class="itp_search_header"><img src="../img/right_arrow_pink.png" alt="">입고현황</div>
|
|
10
|
+ </div>
|
8
|
11
|
<div class="line">
|
9
|
12
|
<label>입고일자</label>
|
10
|
13
|
<div class="date_to">
|
|
@@ -15,44 +18,40 @@
|
15
|
18
|
</div>
|
16
|
19
|
<div class="line">
|
17
|
20
|
<label>발주번호</label>
|
18
|
|
- <div class="search_wrap">
|
19
|
|
- <div class="line_right">
|
20
|
|
- <input id="ITP_FORM_MPOMNG07010_LIST_PCH_PODR_UNQ_NO" name="spchPodrUnqNo" type="text">
|
21
|
|
- </div>
|
22
|
|
- </div>
|
|
21
|
+ <div class="float_left">
|
|
22
|
+ <input id="ITP_FORM_MPOMNG07010_LIST_PCH_PODR_UNQ_NO" name="spchPodrUnqNo" type="text">
|
|
23
|
+ </div>
|
23
|
24
|
</div>
|
24
|
25
|
<div class="line">
|
25
|
26
|
<label>공급업체</label>
|
26
|
|
- <div class="search_nm">
|
27
|
|
- <div class="float_left">
|
28
|
|
- <input type="text" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" placeholder="A공급업체명" readonly>
|
29
|
|
- <input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_SPPLY_ID" class="" name="sspplyId" />
|
30
|
|
- </div>
|
31
|
|
- <div class="float_left_btn">
|
|
27
|
+ <div class="float_left">
|
|
28
|
+ <input type="text" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_SPPLY_NM" name="sspplyNm" placeholder="A공급업체명" readonly>
|
|
29
|
+ <input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_SPPLY_ID" class="" name="sspplyId" />
|
|
30
|
+ <div class="itp_input_btn">
|
32
|
31
|
<button id="ITP_BTN_MPOMNG07010_LIST_SEARCH_SPPLY_NM"><img src="../img/search.png" alt=""></button>
|
33
|
|
- <button id="ITP_BTN_MPOMNG07010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
|
34
|
32
|
</div>
|
35
|
33
|
</div>
|
|
34
|
+ <div class="float_right_btn">
|
|
35
|
+ <button id="ITP_BTN_MPOMNG07010_LIST_DELETE_SPPLY_NM"><img src="../img/delete.png" alt=""></button>
|
|
36
|
+ </div>
|
36
|
37
|
</div>
|
37
|
38
|
<div class="line">
|
38
|
39
|
<label>납품장소</label>
|
39
|
|
- <div class="search_nm">
|
40
|
|
- <div class="float_left">
|
41
|
|
- <input type="text" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" readonly />
|
42
|
|
- <input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
|
43
|
|
- </div>
|
44
|
|
- <div class="float_left_btn">
|
|
40
|
+ <div class="float_left">
|
|
41
|
+ <input type="text" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_WHS_NM" class="" name="swhsNm" placeholder="매장명" readonly />
|
|
42
|
+ <input type="hidden" id="ITP_FORM_MPOMNG07010_LIST_SEARCH_WHS_ID" class="" name="swhsId" />
|
|
43
|
+ <div class="itp_input_btn">
|
45
|
44
|
<button id="ITP_BTN_MPOMNG07010_LIST_SEARCH_WHS_NM"><img src="../img/search.png" alt=""></button>
|
46
|
|
- <button id="ITP_BTN_MPOMNG07010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
|
47
|
45
|
</div>
|
48
|
46
|
</div>
|
|
47
|
+ <div class="float_right_btn">
|
|
48
|
+ <button id="ITP_BTN_MPOMNG07010_LIST_DELETE_WHS_NM"><img src="../img/delete.png" alt=""></button>
|
|
49
|
+ </div>
|
49
|
50
|
</div>
|
50
|
51
|
<div class="line">
|
51
|
52
|
<label>품목명</label>
|
52
|
|
- <div class="search_wrap">
|
53
|
|
- <div class="float_left">
|
54
|
|
- <input id="ITP_FORM_MPOMNG07010_LIST_ITEM_NM" name="sitemNm" style="width: 262px;" type="text" placeholder="품목명">
|
55
|
|
- </div>
|
|
53
|
+ <div class="float_left">
|
|
54
|
+ <input id="ITP_FORM_MPOMNG07010_LIST_ITEM_NM" name="sitemNm" type="text" placeholder="품목명">
|
56
|
55
|
</div>
|
57
|
56
|
</div>
|
58
|
57
|
<div class="line" style="height:50px;">
|
|
@@ -65,14 +64,15 @@
|
65
|
64
|
</div>
|
66
|
65
|
</div>
|
67
|
66
|
<div id="ITP_LIST_MPOMNG07010_LIST_ITEM_AREA" class="scroll_area row-4">
|
68
|
|
- <ul id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWS" class="panel-group"></ul>
|
69
|
|
- <div id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWCOPY" style="display: none;">
|
70
|
|
- <li class="history_list2 list-row">
|
|
67
|
+ <ul id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWS" class="mb_0 panel-group"></ul>
|
|
68
|
+ <div id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWCOPY" style="display: block;">
|
|
69
|
+ <li class="history_list2">
|
71
|
70
|
<div class="left">
|
72
|
71
|
<div class="nomal">
|
73
|
72
|
<label>발주번호 </label>
|
74
|
73
|
<div class="history">
|
75
|
|
- <div class="fnPchPodrUnqNo"></div>
|
|
74
|
+ <span>:</span>
|
|
75
|
+ <div class="fnPchPodrUnqNo"></div>
|
76
|
76
|
</div>
|
77
|
77
|
</div>
|
78
|
78
|
</div>
|
|
@@ -80,6 +80,7 @@
|
80
|
80
|
<div class="nomal">
|
81
|
81
|
<label class="history_label">입고일자</label>
|
82
|
82
|
<div class="history">
|
|
83
|
+ <span>:</span>
|
83
|
84
|
<div class="fnDlvCmpltDt history_info"></div>
|
84
|
85
|
</div>
|
85
|
86
|
</div>
|
|
@@ -88,10 +89,12 @@
|
88
|
89
|
<div class="nomal">
|
89
|
90
|
<label>공급업체</label>
|
90
|
91
|
<div class="history">
|
|
92
|
+ <span>:</span>
|
91
|
93
|
<div class="fnSpplyNm history_info"></div>
|
92
|
94
|
</div>
|
93
|
95
|
<label class="sub_info">납품장소</label>
|
94
|
96
|
<div class="history">
|
|
97
|
+ <span>:</span>
|
95
|
98
|
<div class="fnDlvPlace"></div>
|
96
|
99
|
</div>
|
97
|
100
|
</div>
|
|
@@ -100,6 +103,7 @@
|
100
|
103
|
<div class="nomal">
|
101
|
104
|
<label>품목 </label>
|
102
|
105
|
<div class="history">
|
|
106
|
+ <span>:</span>
|
103
|
107
|
<div class="fnItemNm">품목명(EA)</div>
|
104
|
108
|
</div>
|
105
|
109
|
</div>
|
|
@@ -108,10 +112,12 @@
|
108
|
112
|
<div class="nomal">
|
109
|
113
|
<label>발주수량</label>
|
110
|
114
|
<div class="history">
|
|
115
|
+ <span>:</span>
|
111
|
116
|
<div class="fnPodrQty history_info"></div>
|
112
|
117
|
</div>
|
113
|
118
|
<label class="sub_info">입고수량</label>
|
114
|
119
|
<div class="history">
|
|
120
|
+ <span>:</span>
|
115
|
121
|
<div class="fnWhsQty"></div>
|
116
|
122
|
</div>
|
117
|
123
|
</div>
|
|
@@ -126,7 +132,7 @@
|
126
|
132
|
<div class="pop">
|
127
|
133
|
<div class="header">
|
128
|
134
|
<div class="header_left">
|
129
|
|
- <label>> 공급업체</label>
|
|
135
|
+ <label>공급업체</label>
|
130
|
136
|
</div>
|
131
|
137
|
<div class="header_right">
|
132
|
138
|
<button type="button" id="ITP_BTN_MPOMNG07010_POP_SPPLY_CLOSE"><img src="../img/close.png"></button>
|
|
@@ -140,16 +146,16 @@
|
140
|
146
|
<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_SEARCH"><img src="../img/search.png"></button>
|
141
|
147
|
</form>
|
142
|
148
|
</div>
|
143
|
|
- <div class="search_bar">
|
|
149
|
+ <div class="select_btn">
|
144
|
150
|
<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_NM" class="btn_blue">공급업체▼</button>
|
145
|
151
|
</div>
|
146
|
152
|
<div id="ITP_POP_MPOMNG07010_LIST_SPPLY_AREA" class="popup_scroll">
|
147
|
|
- <ul id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWS" class="panel-group itp_nav"></ul>
|
148
|
|
- <div id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWCOPY" style="display: none;">
|
149
|
|
- <li class="list-row">
|
|
153
|
+ <ul id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWS" class="mb_0 panel-group itp_nav"></ul>
|
|
154
|
+ <div id="ITP_POP_MPOMNG07010_LIST_SPPLY_ROWCOPY" style="display: block;">
|
|
155
|
+ <li class="row_2">
|
150
|
156
|
<div class="scroll_left">
|
151
|
|
- <div class="fnSpplyNm">공급업체 명A</div>
|
152
|
|
- <div class="fnStNm">($)</div>
|
|
157
|
+ <div class="con_2 fnSpplyNm">공급업체 명A</div>
|
|
158
|
+ <div class="con_2 fnStNm">($)</div>
|
153
|
159
|
</div>
|
154
|
160
|
<div class="scroll_right">
|
155
|
161
|
<button id="ITP_BTN_MPOMNG07010_POP_SPPLY_CHOICE" class="fnSpplyId" data-item-key="">선택</button>
|
|
@@ -163,7 +169,7 @@
|
163
|
169
|
<div class="pop">
|
164
|
170
|
<div class="header">
|
165
|
171
|
<div class="header_left">
|
166
|
|
- <label>> 납품장소</label>
|
|
172
|
+ <label>납품장소</label>
|
167
|
173
|
</div>
|
168
|
174
|
<div class="header_right">
|
169
|
175
|
<button type="button" id="ITP_BTN_MPOMNG07010_POP_WHS_CLOSE"><img src="../img/close.png"></button>
|
|
@@ -177,16 +183,17 @@
|
177
|
183
|
<button id="ITP_BTN_MPOMNG07010_POP_WHS_SEARCH"><img src="../img/search.png"></button>
|
178
|
184
|
</form>
|
179
|
185
|
</div>
|
180
|
|
- <div class="search_bar">
|
|
186
|
+ <div class="select_btn">
|
181
|
187
|
<button id="ITP_BTN_MPOMNG07010_POP_WHS_NM" class="btn_blue">납품장소▼</button>
|
182
|
188
|
</div>
|
183
|
189
|
<div id="ITP_LIST_MPOMNG07010_POP_WHS_AREA" class="popup_scroll">
|
184
|
|
- <ul id="ITP_LIST_MPOMNG07010_POP_WHS_ROWS" class="panel-group itp_nav"></ul>
|
185
|
|
- <div id="ITP_LIST_MPOMNG07010_POP_WHS_ROWCOPY" style="display:none;">
|
186
|
|
- <li class="list-row">
|
|
190
|
+ <ul id="ITP_LIST_MPOMNG07010_POP_WHS_ROWS" class="mb_0 panel-group itp_nav"></ul>
|
|
191
|
+ <div id="ITP_LIST_MPOMNG07010_POP_WHS_ROWCOPY" style="display: block;">
|
|
192
|
+ <li class="row_2">
|
187
|
193
|
<div class="scroll_left">
|
188
|
194
|
<div class="fnWhsNm">브랜드 창고 명A</div>
|
189
|
195
|
<div class="fnLocationNm">(상세위치내용)</div>
|
|
196
|
+ <div class="sub fnLocationNm">누리자 B/D</div>
|
190
|
197
|
</div>
|
191
|
198
|
<div class="scroll_right">
|
192
|
199
|
<button id="ITP_BTN_MPOMNG07010_POP_WHS_CHOICE" class="fnWhsId" data-whs-id="">선택</button>
|