STOCKMNG01010.html 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <section id="ITP_TAB_STOCKMNG01010" 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_STOCKMNG01010_SRH" class="btn btn-success btn-sm SEB" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;조회&nbsp;&nbsp;</button>
  8. </div>
  9. </div>
  10. <div class="itp_det_in">
  11. <div id="ITP_AJAX_STOCKMNG01010_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_STOCKMNG01010_SEARCH" class="form-horizontal">
  16. <input type="hidden" id="ITP_FORM_STOCKMNG01010_SEARCH_BRAND_ID" name="sbrandId" value="">
  17. <input type="hidden" id="ITP_FORM_STOCKMNG01010_SEARCH_STORE_ID" name="sstoreId" value="">
  18. <div class="form-group">
  19. <div class="col-xs-10">
  20. <div class="col-xs-2 itp_ip itp_noMar">
  21. <select id="ITP_FORM_STOCKMNG01010_SEARCH_WHS_ID" class="form-control itp_input" name="swhsId"></select>
  22. </div>
  23. <div class="col-xs-3 itp_ip itp_noMar">
  24. <select id="ITP_FORM_STOCKMNG01010_SEARCH_LOCATION" class="form-control itp_input" name="slocation"></select>
  25. </div>
  26. </div>
  27. </div>
  28. <div class="form-group" style="padding-top: 10px; border-top: 1px dotted #ccc;">
  29. <div class="col-xs-10">
  30. <div class="col-xs-2 itp_ip itp_noMar">
  31. <select id="ITP_FORM_STOCKMNG01010_SEARCH_ITEM_CLASS1" class="form-control itp_input" name="sitemClass1">
  32. <option value="">품목분류Level1</option>
  33. </select>
  34. </div>
  35. <div class="col-xs-2 itp_ip itp_noMar">
  36. <select id="ITP_FORM_STOCKMNG01010_SEARCH_ITEM_CLASS2" class="form-control itp_input" name="sitemClass2">
  37. <option value="">품목분류Level2</option>
  38. </select>
  39. </div>
  40. <div class="col-xs-2 itp_ip itp_noMar">
  41. <select id="ITP_FORM_STOCKMNG01010_SEARCH_ITEM_CLASS3" class="form-control itp_input" name="sitemClass3">
  42. <option value="">품목분류Level3</option>
  43. </select>
  44. </div>
  45. <div class="col-xs-2 itp_ip itp_noMar">
  46. <select id="ITP_FORM_STOCKMNG01010_SEARCH_ITEM_CLASS4" class="form-control itp_input" name="sitemClass4">
  47. <option value="">품목분류Level4</option>
  48. </select>
  49. </div>
  50. <div class="col-xs-4 itp_in itp_noMar">
  51. <input type="text" id="ITP_FORM_STOCKMNG01010_SEARCH_ITEM_NM" class="form-control itp_input" name="sitemNm" placeholder="품목번호 or 품목명" />
  52. </div>
  53. </div>
  54. </div>
  55. </form>
  56. </div>
  57. </div>
  58. </div>
  59. <div class="fix" style="padding-right:16px;">
  60. <div class="pull-right itp_cicon">
  61. <button type="button" id="ITP_BTN_STOCKMNG01010_ADDROW" class="btn btn-primary btn-sm IPS" style="display: inline-block;"><i class="glyphicon"></i>&nbsp;&nbsp;재고처리&nbsp;&nbsp;</button>
  62. <button type="button" id="ITP_BTN_STOCKMNG01010_DELROW" class="btn btn-primary btn-sm IPS"><i class="glyphicon"></i>&nbsp;&nbsp;재고이력&nbsp;&nbsp;</button>
  63. </div>
  64. </div>
  65. <div class="itp_table fix">
  66. <div id="ITP_STOCKMNG01010_jqGrid_list" class="itp_tb_list itp_gType1" data-total-cnt="${totalCnt}">
  67. <div id="ITP_STOCKMNG01010_jqGridView" class="itp_views fix"></div>
  68. <table id="ITP_STOCKMNG01010_jqGrid"></table>
  69. <div id="ITP_STOCKMNG01010_jqGridPager"></div>
  70. <div id="ITP_STOCKMNG01010_jqGridEmpty" class="itp_no_data"></div>
  71. </div>
  72. </div>
  73. </div>
  74. </div>
  75. </article>
  76. </div>
  77. <div id="ITP_TAP_JS"></div>
  78. </section>