Przeglądaj źródła

모바일 입고현황 수정

juney 2 lat temu
rodzic
commit
127a628cec

+ 8 - 8
src/main/webapp/mobile/app/mpomng/MPOMNG07010.html

@@ -125,7 +125,7 @@
125 125
 	        <label>품목명</label>
126 126
 	       	<div class="search_wrap">
127 127
 		        <div class="float_left">
128
-		          <input id="ITP_FORM_MPOMNG07010_LIST_ITEM_NM" name="sitemNm" style="width: 262px;" type="text" placeholder="A매장명">
128
+		          <input id="ITP_FORM_MPOMNG07010_LIST_ITEM_NM" name="sitemNm" style="width: 262px;" type="text" placeholder="품목명">
129 129
 		        </div>
130 130
 	        </div>
131 131
 	      </div>
@@ -140,13 +140,13 @@
140 140
 	    </div>
141 141
       <div id="ITP_LIST_MPOMNG07010_LIST_ITEM_AREA" class="scroll_area row-4">
142 142
         <ul id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWS" class="panel-group"></ul>
143
-        	<div id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWCOPY" style="display: block;">
143
+        	<div id="ITP_LIST_MPOMNG07010_LIST_ITEM_ROWCOPY" style="display: none;">
144 144
 		      <li class="history_list2 list-row">
145 145
 		        <div class="left">
146 146
 		          <div class="nomal">
147 147
 		            <label>발주번호 </label>
148 148
 		            <div class="history">
149
-		              <div class="fnDlvSttmtUnqNo">202210010000001-0100</div>
149
+		              <div class="fnPchPodrUnqNo"></div>
150 150
 		            </div>
151 151
 		          </div>
152 152
 		        </div>
@@ -154,7 +154,7 @@
154 154
 		          <div class="nomal">
155 155
 		            <label class="history_label">입고일자</label>
156 156
 		            <div class="history">
157
-		              <div class="fnDlvCmpltDt history_info">2022.10.03</div>
157
+		              <div class="fnDlvCmpltDt history_info"></div>
158 158
 		            </div>
159 159
 		          </div>
160 160
 		        </div>
@@ -162,11 +162,11 @@
162 162
 		          <div class="nomal">
163 163
 		            <label>공급업체</label>
164 164
 		            <div class="history">
165
-		              <div class="fnSpplyNm history_info">A공급업체명</div>
165
+		              <div class="fnSpplyNm history_info"></div>
166 166
 		            </div>
167 167
 		            <label class="sub_info">납품장소</label>
168 168
 		            <div class="history">
169
-		              <div class="fnDlvPlace">A매장내</div>
169
+		              <div class="fnDlvPlace"></div>
170 170
 		            </div>
171 171
 		          </div>
172 172
 		        </div>
@@ -182,11 +182,11 @@
182 182
 		          <div class="nomal">
183 183
 		            <label>발주수량</label>
184 184
 		            <div class="history">
185
-		              <div class="fnPodrQty history_info">10</div>
185
+		              <div class="fnPodrQty history_info"></div>
186 186
 		            </div>
187 187
 		            <label class="sub_info">입고수량</label>
188 188
 		            <div class="history">
189
-		              <div class="fnWhsQty">10</div>
189
+		              <div class="fnWhsQty"></div>
190 190
 		            </div>
191 191
 		          </div>
192 192
 		        </div>

+ 1 - 1
src/main/webapp/mobile/js/app/mpomng/ITP_MPOMNG07010.js

@@ -133,7 +133,7 @@ let mobContentObj = {
133 133
 				$.each(result.gridRows, function (i, item) {
134 134
 					$('#ITP_LIST_MPOMNG07010_LIST_ITEM_AREA .panel-group').append($('#ITP_LIST_MPOMNG07010_LIST_ITEM_ROWCOPY').html());
135 135
 					var $li = $('#ITP_LIST_MPOMNG07010_LIST_ITEM_AREA .panel-group > .list-row:last');
136
-					$li.find('.fnDlvSttmtUnqNo').text(item.dlvSttmtUnqNo);
136
+					$li.find('.fnPchPodrUnqNo').text(item.pchPodrUnqNo);
137 137
 					$li.find('.fnDlvCmpltDt').text(item.dlvCmpltDt);
138 138
 					$li.find('.fnDlvSchDt').text(item.dlvSchDt);
139 139
 					$li.find('.fnSpplyNm').text(item.spplyNm);