|
|
@ -53,7 +53,7 @@
|
|
|
|
<div class="layui-btn-container tag" lay-filter="orgs" lay-allowclose="true"
|
|
|
|
<div class="layui-btn-container tag" lay-filter="orgs" lay-allowclose="true"
|
|
|
|
style="border-style:dashed;border-width:1px;border-color: #CCCCCC;height: 100px;width: 630px;padding: 10px;overflow: auto;">
|
|
|
|
style="border-style:dashed;border-width:1px;border-color: #CCCCCC;height: 100px;width: 630px;padding: 10px;overflow: auto;">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="width: 650px;">
|
|
|
|
<div id="tableDiv" style="width: 650px;">
|
|
|
|
|
|
|
|
|
|
|
|
<table id="data-table"></table>
|
|
|
|
<table id="data-table"></table>
|
|
|
|
<script type="text/html" id="table-toolbar">
|
|
|
|
<script type="text/html" id="table-toolbar">
|
|
|
@ -131,7 +131,7 @@
|
|
|
|
org_type_id: "-1",
|
|
|
|
org_type_id: "-1",
|
|
|
|
org_name: $("#org_name").val()
|
|
|
|
org_name: $("#org_name").val()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
height: '375',
|
|
|
|
height: '#tableDiv',
|
|
|
|
page: {
|
|
|
|
page: {
|
|
|
|
limit: 5
|
|
|
|
limit: 5
|
|
|
|
, layout: ['count', 'prev', 'page', 'next', 'skip']
|
|
|
|
, layout: ['count', 'prev', 'page', 'next', 'skip']
|
|
|
@ -222,7 +222,7 @@
|
|
|
|
org_type_id: $("#orgTypeId").val(),
|
|
|
|
org_type_id: $("#orgTypeId").val(),
|
|
|
|
org_name: $("#org_name").val()
|
|
|
|
org_name: $("#org_name").val()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
scrollPos: true
|
|
|
|
scrollPos: false
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|