人口基本信息- 增加了人口查询跳转页面

人口基本信息- 增加了creator_area1字段(创建人所在街道)
人口基本信息- 增加了查看人员卡片按钮页面跳转
This commit is contained in:
java_cuibaocheng@163.com 2023-11-26 23:01:09 +08:00
parent 55504f5198
commit 450641471d
2 changed files with 3 additions and 3 deletions

View File

@ -244,7 +244,7 @@
} else if(checkDatas.length > 1) {
layer.msg("只能选择一个人员");
} else {
layer.open({
top.layer.open({
type: 2,
title: '个人信息卡片',
closeBtn: 1,

View File

@ -79,7 +79,7 @@
<button type="button" class="layui-btn layui-btn-sm" lay-event="petitionEvent">
重点上访户
</button>
<button type="button" class="layui-btn layui-btn-sm" lay-event="tiaoshiEvent">
<button type="button" class="layui-btn layui-btn-sm" lay-event="tiaoshiEvent" style="display: none">
调试
</button>
</div>
@ -532,7 +532,7 @@
area: ['95%', '95%'],
shadeClose: true,
anim: 2,
content: top.restAjax.path('route/populationinfo-data/age?name=未填写', []),
content: top.restAjax.path('route/populationinfo-data/xinfang?name=矛盾纠纷', []),
end: function() {
reloadTable();
}