|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
<div class="layui-form-item layui-inline" id="selectTreeDiv"
|
|
|
|
|
style="display: none;margin-right: -5px !important;">
|
|
|
|
|
<label class="layui-form-label" style="width: 30px;padding: 9px 7px 9px 1px !important;">地区</label>
|
|
|
|
|
<div class="layui-input-inline" style="width: 135px !important;">
|
|
|
|
|
<div class="layui-input-inline" style="width: 145px !important;">
|
|
|
|
|
<ul id="selectTree" class="dtree" data-id="0"></ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -144,7 +144,7 @@
|
|
|
|
|
cols: [[
|
|
|
|
|
{ title: '序号', align: 'center', width: "5%", type: 'numbers', },
|
|
|
|
|
{ title: '单位名称', field: 'org_name', align: 'center' },
|
|
|
|
|
{ title: '单位编码', field: 'org_code', align: 'center', width: "20%" },
|
|
|
|
|
{ title: '统一社会信用代码', field: 'org_code', align: 'center', width: "30%" },
|
|
|
|
|
{ title: '操作', toolbar: '#table-bar', align: 'center', width: "20%" }
|
|
|
|
|
]],
|
|
|
|
|
skin: 'line'
|
|
|
|
@ -189,6 +189,12 @@
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window.closeLayer = function () {
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
parent.layer.close(parent.layer.getFrameIndex(window.name));
|
|
|
|
|
}, 500);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//点击任何地方关闭下拉树
|
|
|
|
|
$("body").on("click", function (event) {
|
|
|
|
|
$("div[dtree-id][dtree-select]").removeClass("layui-form-selected");
|
|
|
|
|