From fe4cd30d23d69a03c3e509fc874a20cadb0c0b78 Mon Sep 17 00:00:00 2001 From: wans <747101512@qq.com> Date: Thu, 15 Apr 2021 16:31:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=87=E6=A0=87=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=88=97=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../route/basicCheckPersonAction/list.html | 28 +- .../route/basicCheckPersonAction/show.html | 212 ++++++++++++ .../route/basicCheckPersonInfo/list.html | 28 +- .../route/basicCheckPersonInfo/show.html | 312 +++++++++++++++++ .../route/hearttalk/list-heart-talk.html | 28 +- .../route/hearttalk/show-heart-talk.html | 323 ++++++++++++++++++ .../static/route/partyPunishInfo/list.html | 28 +- .../static/route/partyPunishInfo/show.html | 287 ++++++++++++++++ .../list-party-clean-meeting.html | 30 +- .../show-party-clean-meeting.html | 209 ++++++++++++ .../static/route/problemClue/list.html | 28 +- .../static/route/problemClue/show.html | 303 ++++++++++++++++ .../static/route/superviseCheck/list.html | 28 +- .../static/route/superviseCheck/show.html | 282 +++++++++++++++ 14 files changed, 2111 insertions(+), 15 deletions(-) create mode 100644 src/main/resources/static/route/basicCheckPersonAction/show.html create mode 100644 src/main/resources/static/route/basicCheckPersonInfo/show.html create mode 100644 src/main/resources/static/route/hearttalk/show-heart-talk.html create mode 100644 src/main/resources/static/route/partyPunishInfo/show.html create mode 100644 src/main/resources/static/route/partycleanmeeting/show-party-clean-meeting.html create mode 100644 src/main/resources/static/route/problemClue/show.html create mode 100644 src/main/resources/static/route/superviseCheck/show.html diff --git a/src/main/resources/static/route/basicCheckPersonAction/list.html b/src/main/resources/static/route/basicCheckPersonAction/list.html index dbca878..dad439b 100644 --- a/src/main/resources/static/route/basicCheckPersonAction/list.html +++ b/src/main/resources/static/route/basicCheckPersonAction/list.html @@ -77,14 +77,19 @@ height: $win.height() - 90, limit: 20, limits: [20, 40, 60, 80, 100, 200], - toolbar: '#headerToolBar', + //toolbar: '#headerToolBar', request: { pageName: 'page', limitName: 'rows' }, cols: [ [ - {type:'checkbox', fixed: 'left'}, + {width:80, title: '操作', fixed: 'left', align:'center', + templet: function(row){ + let dom = '详情' + return dom; + } + }, {field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'}, {field: 'streetOrgName', width: 180, title: '街道办事处', align:'center', @@ -277,6 +282,25 @@ } } }); + + table.on('tool(dataTable)', function(obj) { + var layEvent = obj.event; + if(layEvent === 'showEvent'){ + layer.open({ + type: 2, + title: '详情', + closeBtn: 1, + area: ['80%', '80%'], + shadeClose: true, + anim: 2, + content: top.restAjax.path('route/basicCheckPersonAction/show.html?reportId={reportId}', + [obj.data.reportId]), + end: function() { + reloadTable(); + } + }); + } + }); }); diff --git a/src/main/resources/static/route/basicCheckPersonAction/show.html b/src/main/resources/static/route/basicCheckPersonAction/show.html new file mode 100644 index 0000000..42dea53 --- /dev/null +++ b/src/main/resources/static/route/basicCheckPersonAction/show.html @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + +
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/basicCheckPersonInfo/list.html b/src/main/resources/static/route/basicCheckPersonInfo/list.html index ed1dd4f..88588b5 100644 --- a/src/main/resources/static/route/basicCheckPersonInfo/list.html +++ b/src/main/resources/static/route/basicCheckPersonInfo/list.html @@ -77,14 +77,19 @@ height: $win.height() - 90, limit: 20, limits: [20, 40, 60, 80, 100, 200], - toolbar: '#headerToolBar', + //toolbar: '#headerToolBar', request: { pageName: 'page', limitName: 'rows' }, cols: [ [ - {type:'checkbox', fixed: 'left'}, + {width:80, title: '操作', fixed: 'left', align:'center', + templet: function(row){ + let dom = '详情' + return dom; + } + }, {field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'}, {field: 'orgName', width: 180, title: '单位名称', align:'center', templet: function(row) { @@ -339,6 +344,25 @@ } } }); + + table.on('tool(dataTable)', function(obj) { + var layEvent = obj.event; + if(layEvent === 'showEvent'){ + layer.open({ + type: 2, + title: '详情', + closeBtn: 1, + area: ['80%', '80%'], + shadeClose: true, + anim: 2, + content: top.restAjax.path('route/basicCheckPersonInfo/show.html?reportId={reportId}', + [obj.data.reportId]), + end: function() { + reloadTable(); + } + }); + } + }); }); diff --git a/src/main/resources/static/route/basicCheckPersonInfo/show.html b/src/main/resources/static/route/basicCheckPersonInfo/show.html new file mode 100644 index 0000000..efef3ae --- /dev/null +++ b/src/main/resources/static/route/basicCheckPersonInfo/show.html @@ -0,0 +1,312 @@ + + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/hearttalk/list-heart-talk.html b/src/main/resources/static/route/hearttalk/list-heart-talk.html index d19dc7c..cdc4ce8 100644 --- a/src/main/resources/static/route/hearttalk/list-heart-talk.html +++ b/src/main/resources/static/route/hearttalk/list-heart-talk.html @@ -96,14 +96,19 @@ height: $win.height() - 90, limit: 20, limits: [20, 40, 60, 80, 100, 200], - toolbar: '#headerToolBar', + //toolbar: '#headerToolBar', request: { pageName: 'page', limitName: 'rows' }, cols: [ [ - {type:'checkbox', fixed: 'left'}, + {width:80, title: '操作', fixed: 'left', align:'center', + templet: function(row){ + let dom = '详情' + return dom; + } + }, {field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'}, {field: 'orgName', width: 150, title: '单位名称', align:'center', templet: function(row) { @@ -316,6 +321,25 @@ } }); + table.on('tool(dataTable)', function(obj) { + var layEvent = obj.event; + if(layEvent === 'showEvent'){ + layer.open({ + type: 2, + title: '详情', + closeBtn: 1, + area: ['80%', '80%'], + shadeClose: true, + anim: 2, + content: top.restAjax.path('route/hearttalk/show-heart-talk.html?id={id}', + [obj.data.reportId]), + end: function() { + reloadTable(); + } + }); + } + }); + // 删除 function removeData(ids) { top.dialog.msg(top.dataMessage.delete, { diff --git a/src/main/resources/static/route/hearttalk/show-heart-talk.html b/src/main/resources/static/route/hearttalk/show-heart-talk.html new file mode 100644 index 0000000..9ffda9a --- /dev/null +++ b/src/main/resources/static/route/hearttalk/show-heart-talk.html @@ -0,0 +1,323 @@ + + + + + + + + + + + + + + +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/partyPunishInfo/list.html b/src/main/resources/static/route/partyPunishInfo/list.html index 7c8609c..764209a 100644 --- a/src/main/resources/static/route/partyPunishInfo/list.html +++ b/src/main/resources/static/route/partyPunishInfo/list.html @@ -77,14 +77,19 @@ height: $win.height() - 90, limit: 20, limits: [20, 40, 60, 80, 100, 200], - toolbar: '#headerToolBar', + //toolbar: '#headerToolBar', request: { pageName: 'page', limitName: 'rows' }, cols: [ [ - {type:'checkbox', fixed: 'left'}, + {width:80, title: '操作', fixed: 'left', align:'center', + templet: function(row){ + let dom = '详情' + return dom; + } + }, {field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'}, {field: 'personName', width: 180, title: '姓名', align:'center', templet: function(row) { @@ -276,6 +281,25 @@ } } }); + + table.on('tool(dataTable)', function(obj) { + var layEvent = obj.event; + if(layEvent === 'showEvent'){ + layer.open({ + type: 2, + title: '详情', + closeBtn: 1, + area: ['80%', '80%'], + shadeClose: true, + anim: 2, + content: top.restAjax.path('route/partyPunishInfo/show.html?reportId={reportId}', + [obj.data.reportId]), + end: function() { + reloadTable(); + } + }); + } + }); }); diff --git a/src/main/resources/static/route/partyPunishInfo/show.html b/src/main/resources/static/route/partyPunishInfo/show.html new file mode 100644 index 0000000..a7a8b39 --- /dev/null +++ b/src/main/resources/static/route/partyPunishInfo/show.html @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/partycleanmeeting/list-party-clean-meeting.html b/src/main/resources/static/route/partycleanmeeting/list-party-clean-meeting.html index 8e3abb4..1a2ee46 100644 --- a/src/main/resources/static/route/partycleanmeeting/list-party-clean-meeting.html +++ b/src/main/resources/static/route/partycleanmeeting/list-party-clean-meeting.html @@ -96,18 +96,23 @@ height: $win.height() - 90, limit: 20, limits: [20, 40, 60, 80, 100, 200], - toolbar: '#headerToolBar', + //toolbar: '#headerToolBar', request: { pageName: 'page', limitName: 'rows' }, cols: [ [ - {type:'checkbox', fixed: 'left'}, + {width:80, title: '操作', fixed: 'left', align:'center', + templet: function(row){ + let dom = '详情' + return dom; + } + }, {field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'}, {field: 'title', width: 250, title: '标题', align:'center', templet: function(row) { - var rowData = row[this.field]; + let rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData === '') { return '-'; } @@ -298,6 +303,25 @@ } }); + table.on('tool(dataTable)', function(obj) { + var layEvent = obj.event; + if(layEvent === 'showEvent'){ + layer.open({ + type: 2, + title: '详情', + closeBtn: 1, + area: ['80%', '80%'], + shadeClose: true, + anim: 2, + content: top.restAjax.path('route/partycleanmeeting/show-party-clean-meeting.html?id={id}', + [obj.data.reportId]), + end: function() { + reloadTable(); + } + }); + } + }); + // 删除 function removeData(ids) { top.dialog.msg(top.dataMessage.delete, { diff --git a/src/main/resources/static/route/partycleanmeeting/show-party-clean-meeting.html b/src/main/resources/static/route/partycleanmeeting/show-party-clean-meeting.html new file mode 100644 index 0000000..faea973 --- /dev/null +++ b/src/main/resources/static/route/partycleanmeeting/show-party-clean-meeting.html @@ -0,0 +1,209 @@ + + + + + + + + + + + + + +
+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+
+
+
+ + + + \ No newline at end of file diff --git a/src/main/resources/static/route/problemClue/list.html b/src/main/resources/static/route/problemClue/list.html index 51cb188..811afc6 100644 --- a/src/main/resources/static/route/problemClue/list.html +++ b/src/main/resources/static/route/problemClue/list.html @@ -77,14 +77,19 @@ height: $win.height() - 90, limit: 20, limits: [20, 40, 60, 80, 100, 200], - toolbar: '#headerToolBar', + //toolbar: '#headerToolBar', request: { pageName: 'page', limitName: 'rows' }, cols: [ [ - {type:'checkbox', fixed: 'left'}, + {width:80, title: '操作', fixed: 'left', align:'center', + templet: function(row){ + let dom = '详情' + return dom; + } + }, {field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'}, {field: 'caseNumber', width: 180, title: '案件号', align:'center', templet: function(row) { @@ -375,6 +380,25 @@ } } }); + + table.on('tool(dataTable)', function(obj) { + var layEvent = obj.event; + if(layEvent === 'showEvent'){ + layer.open({ + type: 2, + title: '详情', + closeBtn: 1, + area: ['80%', '80%'], + shadeClose: true, + anim: 2, + content: top.restAjax.path('route/problemClue/show.html?reportId={reportId}', + [obj.data.reportId]), + end: function() { + reloadTable(); + } + }); + } + }); }); diff --git a/src/main/resources/static/route/problemClue/show.html b/src/main/resources/static/route/problemClue/show.html new file mode 100644 index 0000000..26d0156 --- /dev/null +++ b/src/main/resources/static/route/problemClue/show.html @@ -0,0 +1,303 @@ + + + + + + + + + + + + + + +
+
+
+
+
+ +
+ + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+
+
+ + + + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/superviseCheck/list.html b/src/main/resources/static/route/superviseCheck/list.html index dd045f6..dd02a9e 100644 --- a/src/main/resources/static/route/superviseCheck/list.html +++ b/src/main/resources/static/route/superviseCheck/list.html @@ -77,14 +77,19 @@ height: $win.height() - 90, limit: 20, limits: [20, 40, 60, 80, 100, 200], - toolbar: '#headerToolBar', + //toolbar: '#headerToolBar', request: { pageName: 'page', limitName: 'rows' }, cols: [ [ - {type:'checkbox', fixed: 'left'}, + {width:80, title: '操作', fixed: 'left', align:'center', + templet: function(row){ + let dom = '详情' + return dom; + } + }, {field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'}, {field: 'checkPlace', width: 180, title: '检查地点', align:'center', templet: function(row) { @@ -276,6 +281,25 @@ } } }); + + table.on('tool(dataTable)', function(obj) { + var layEvent = obj.event; + if(layEvent === 'showEvent'){ + layer.open({ + type: 2, + title: '详情', + closeBtn: 1, + area: ['80%', '80%'], + shadeClose: true, + anim: 2, + content: top.restAjax.path('route/superviseCheck/show.html?reportId={reportId}', + [obj.data.reportId]), + end: function() { + reloadTable(); + } + }); + } + }); }); diff --git a/src/main/resources/static/route/superviseCheck/show.html b/src/main/resources/static/route/superviseCheck/show.html new file mode 100644 index 0000000..472618b --- /dev/null +++ b/src/main/resources/static/route/superviseCheck/show.html @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + +
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+ +
+
+
+
+
+
+ + + + + + + \ No newline at end of file