|
@@ -332,7 +332,86 @@
|
332
|
332
|
</div>
|
333
|
333
|
</footer>
|
334
|
334
|
<aside id="ITP_ASIDE">
|
335
|
|
-
|
|
335
|
+ <div id="ITP_BIZPOP_PO_WHS_QTY" class="modal itp_modal">
|
|
336
|
+ <div class="modal-dialog">
|
|
337
|
+ <div class="modal-content">
|
|
338
|
+ <div class="modal-header">
|
|
339
|
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
340
|
+ <h5 class="modal-title">입고처리</h5>
|
|
341
|
+ </div>
|
|
342
|
+ <div class="modal-body">
|
|
343
|
+ <div class="itp_form itp_type1 fix">
|
|
344
|
+ <div class="col-xs-12">
|
|
345
|
+ <div class="form-horizontal">
|
|
346
|
+ <form id="ITP_FORM_PO_WHS_QTY_POPUP" target="_PAYMENT_FRAME" action="">
|
|
347
|
+ <div class="line shot">
|
|
348
|
+ <div class="label_box">
|
|
349
|
+ <label class="shot">품목번호</label>
|
|
350
|
+ </div>
|
|
351
|
+ <div class="info_box">
|
|
352
|
+ <div class="fnItemId"></div>
|
|
353
|
+ </div>
|
|
354
|
+ </div>
|
|
355
|
+ <div class="line shot">
|
|
356
|
+ <div class="label_box">
|
|
357
|
+ <label class="shot">품목명</label>
|
|
358
|
+ </div>
|
|
359
|
+ <div class="info_box">
|
|
360
|
+ <div class="fnItemNm"></div>
|
|
361
|
+ </div>
|
|
362
|
+ </div>
|
|
363
|
+ <div class="line shot">
|
|
364
|
+ <div class="label_box">
|
|
365
|
+ <label class="itp_lb shot">납품수량</label>
|
|
366
|
+ </div>
|
|
367
|
+ <div class="info_box">
|
|
368
|
+ <div class="fnDlvQty"></div>
|
|
369
|
+ </div>
|
|
370
|
+ </div>
|
|
371
|
+ <div class="line border">
|
|
372
|
+ <div class="label_box">
|
|
373
|
+ <label class="itp_lb">입고수량</label>
|
|
374
|
+ </div>
|
|
375
|
+ <div class="info_box">
|
|
376
|
+ <button id="ITP_BTN_PO_WHS_QTY_POPUP_ITEM_MINUS">-</button>
|
|
377
|
+ <input type="number" id="ITP_POP_FORM_PO_WHS_QTY" maxlength="6" oninput="maxLengthCheck(this)" class="itp_input" name="whsQty" placeholder="0" />
|
|
378
|
+ <!--<input type="text" id="ITP_POP_FORM_PO_WHS_QTY" class="itp_input" name="whsQty" onKeyup="this.value=this.value.replace(/(\d)(?=(?:\d{3})+(?!\d))/g,'$1,');" value="0" />-->
|
|
379
|
+ <button id="ITP_BTN_PO_WHS_QTY_POPUP_ITEM_PLUS">+</button>
|
|
380
|
+ </div>
|
|
381
|
+ </div>
|
|
382
|
+ </form>
|
|
383
|
+ </div>
|
|
384
|
+ </div>
|
|
385
|
+ </div>
|
|
386
|
+ </div>
|
|
387
|
+ <div class="modal-footer">
|
|
388
|
+ <div class="pop_btn_bar">
|
|
389
|
+ <button type="button" id="ITP_BTN_PO_WHS_QTY_CONFIRM_POP" class="btn btn-primary btn-sm SAB" style="display: inline-block;"> 입고처리 </button>
|
|
390
|
+ <button type="button" id="ITP_BTN_PO_WHS_QTY_CLOSE_POP" class="btn btn-danger btn-sm CLB"> 취소 </button>
|
|
391
|
+ </div>
|
|
392
|
+ </div>
|
|
393
|
+ </div>
|
|
394
|
+ </div>
|
|
395
|
+ <div id="ITP_POPUP_KICC_JS"></div>
|
|
396
|
+ <div id="ITP_POPUP_JS"></div>
|
|
397
|
+ <div id="ITP_POP_MODAL_ALERT" class="modal itp_modal">
|
|
398
|
+ <div class="modal-dialog modal-sm">
|
|
399
|
+ <div class="modal-content">
|
|
400
|
+ <div class="modal-header">
|
|
401
|
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
402
|
+ <h5 class="modal-title">알림</h5>
|
|
403
|
+ </div>
|
|
404
|
+ <div class="modal-body">
|
|
405
|
+ <div class="text-center itp_alert_txt"></div>
|
|
406
|
+ </div>
|
|
407
|
+ <div class="modal-bottom">
|
|
408
|
+ <button type="button" class="btn btn-default col_4" id="ITP_POP_MODAL_ALERT_CANCEL" data-dismiss="modal">취소</button>
|
|
409
|
+ <button type="button" class="btn btn-primary col_10" id="ITP_POP_MODAL_ALERT_CONFIRM">확인</button>
|
|
410
|
+ </div>
|
|
411
|
+ </div>
|
|
412
|
+ </div>
|
|
413
|
+ </div>
|
|
414
|
+</div>
|
336
|
415
|
</aside>
|
337
|
416
|
<section>
|
338
|
417
|
<div id="ITP_POP_NOTICE" class="popup2 mobile-pop-close" style="display: none;">
|