You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.3 KiB

  1. <!-- 定制模态框 -->
  2. <div class="modal fade" id="customer_modal" tabindex="-1" role="dialog"
  3. aria-labelledby="myModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false">
  4. <div class="modal-dialog switch-div" style="margin: 10% auto; top: 10px">
  5. <div class="modal-content">
  6. <div class="modal-body">
  7. <form id="custom_form" class="form-horizontal" action="" method="post">
  8. <fieldset>
  9. <div id="legend" class="">
  10. <legend class="customer-legend"></legend>
  11. </div>
  12. <div class="form-group" id="customer_page_con_div" style="margin-top: -10px;">
  13. </div>
  14. <div style="margin-top: -25px; margin-bottom: 0px;">
  15. <a style="padding: 1px 8px; float: right;" onclick="refreshCustomerTable()" class="btn btn-success">查询</a>
  16. </div>
  17. <div class="form-group" id="customer_table_div" style="margin-top: 10px; padding: 10px;">
  18. <table id="customer_modal_table" style="table-layout: fixed;">
  19. </table>
  20. </div>
  21. </fieldset>
  22. </form>
  23. </div>
  24. <div class="modal-footer" style="TEXT-ALIGN: center; border: 0px;">
  25. <div class="control-group">
  26. <!-- Button -->
  27. <div class="controls">
  28. <button id="hide_customer_modal" data-dismiss="modal" class="btn btn-success">取消</button>
  29. </div>
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. <iframe id="iframe_for_print" style="display: none;"></iframe><!-- 打印专用的标签 -->