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.
36 lines
1.3 KiB
36 lines
1.3 KiB
<!-- 定制模态框 -->
|
|
<div class="modal fade" id="customer_modal" tabindex="-1" role="dialog"
|
|
aria-labelledby="myModalLabel" aria-hidden="true" data-backdrop="static" data-keyboard="false">
|
|
<div class="modal-dialog switch-div" style="margin: 10% auto; top: 10px">
|
|
<div class="modal-content">
|
|
<div class="modal-body">
|
|
<form id="custom_form" class="form-horizontal" action="" method="post">
|
|
<fieldset>
|
|
<div id="legend" class="">
|
|
<legend class="customer-legend"></legend>
|
|
</div>
|
|
<div class="form-group" id="customer_page_con_div" style="margin-top: -10px;">
|
|
</div>
|
|
<div style="margin-top: -25px; margin-bottom: 0px;">
|
|
<a style="padding: 1px 8px; float: right;" onclick="refreshCustomerTable()" class="btn btn-success">查询</a>
|
|
</div>
|
|
<div class="form-group" id="customer_table_div" style="margin-top: 10px; padding: 10px;">
|
|
<table id="customer_modal_table" style="table-layout: fixed;">
|
|
</table>
|
|
</div>
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
<div class="modal-footer" style="TEXT-ALIGN: center; border: 0px;">
|
|
<div class="control-group">
|
|
<!-- Button -->
|
|
<div class="controls">
|
|
<button id="hide_customer_modal" data-dismiss="modal" class="btn btn-success">取消</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<iframe id="iframe_for_print" style="display: none;"></iframe><!-- 打印专用的标签 -->
|