RTNMNG03011.html 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <section id="ITP_TAB_RTNMNG03011" 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_RTNMNG03011_PO" class="btn btn-primary btn-sm PO"><i class="glyphicon "></i> &nbsp;&nbsp;발주전송&nbsp;&nbsp;</button>
  8. </div>
  9. </div>
  10. <div class="itp_det_in">
  11. <div id="ITP_AJAX_RTNMNG03011_LIST_CONTAINER">
  12. <div class="itp_lg_form itp_type1 fix">
  13. <div class="itp_srh_border fix">
  14. <div class="col-xs-12">
  15. <form id="ITP_FORM_RTNMNG03011_SEARCH" class="form-horizontal">
  16. <input type="hidden" id="ITP_FORM_RTNMNG03011_DETAIL_SBRAND_ID" name="sbrandId" value="">
  17. <input type="hidden" id="ITP_FORM_RTNMNG03011_DETAIL_SSTORE_ID" name="sstoreId" value="">
  18. <div class="form-group">
  19. <div class="col-xs-1 itp_ip" style="width:80px; padding-top: 5px; padding-right: 5px;">
  20. <label>반품요청일 *</label>
  21. </div>
  22. <div class="col-xs-3 itp_ip itp_noMar" style="width: 280px;">
  23. <div class="input-daterange input-group date">
  24. <input type="text" id="ITP_FORM_RTNMNG03011_SEARCH_FROM_DT" class="form-control itp_input" name="fromDt" value="" readonly>
  25. <span class="input-group-addon itp_date_to">~</span>
  26. <input type="text" id="ITP_FORM_RTNMNG03011_SEARCH_TO_DT" class="form-control itp_input" name="toDt" value="" readonly>
  27. </div>
  28. </div>
  29. <div class="col-xs-4 itp_ip itp_noMar" style="width: 360px;">
  30. <input type="text" id="ITP_FORM_RTNMNG03011_SEARCH_RTN_REQ_NO" class="form-control itp_input" name="pchReqNo" placeholder="반품요청번호" />
  31. </div>
  32. </div>
  33. </form>
  34. </div>
  35. </div>
  36. </div>
  37. <div class="itp_table fix">
  38. <div id="ITP_RTNMNG03011_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
  39. <div id="ITP_RTNMNG03011_jqGridView" class="itp_views fix"></div>
  40. <table id="ITP_RTNMNG03011_jqGrid"></table>
  41. <div id="ITP_RTNMNG03011_jqGridPager"></div>
  42. <div id="ITP_RTNMNG03011_jqGridEmpty" class="itp_no_data"></div>
  43. </div>
  44. </div>
  45. </div>
  46. </div>
  47. </article>
  48. </div>
  49. <div id="ITP_TAP_JS"></div>
  50. </section>