- #{indexLibIds[${index}]}
+
+ #{indexTemplateIds[${index}]}
diff --git a/src/main/resources/mybatis/mapper/partyPunishInfo/partyPunishInfo-mapper.xml b/src/main/resources/mybatis/mapper/partyPunishInfo/partyPunishInfo-mapper.xml
index 5d9a4ee..9ee0644 100644
--- a/src/main/resources/mybatis/mapper/partyPunishInfo/partyPunishInfo-mapper.xml
+++ b/src/main/resources/mybatis/mapper/partyPunishInfo/partyPunishInfo-mapper.xml
@@ -151,9 +151,6 @@
UPDATE
t_party_punish_info
SET
-
- duty_index_lib_id = #{dutyIndexLibId},
-
person_name = #{personName},
@@ -196,12 +193,8 @@
remarks = #{remarks},
-
- creator = #{creator},
-
-
- gmt_create = #{gmtCreate},
-
+ gmt_modified = #{gmtModified},
+ modifier = #{modifier}
WHERE
report_id = #{reportId}
@@ -319,7 +312,6 @@
t1.remarks,
t1.creator,
t1.gmt_create
-
FROM
t_party_punish_info t1
WHERE
@@ -338,6 +330,9 @@
AND
LEFT(t1.gmt_create, 10) #{endTime}
+
+ AND t1.duty_index_lib_id = {indexLibId}
+
diff --git a/src/main/resources/mybatis/mapper/problemClue/problemClue-mapper.xml b/src/main/resources/mybatis/mapper/problemClue/problemClue-mapper.xml
index 350220d..143a459 100644
--- a/src/main/resources/mybatis/mapper/problemClue/problemClue-mapper.xml
+++ b/src/main/resources/mybatis/mapper/problemClue/problemClue-mapper.xml
@@ -161,9 +161,6 @@
UPDATE
t_problem_clue
SET
-
- duty_index_lib_id = #{dutyIndexLibId},
-
case_number = #{caseNumber},
@@ -334,8 +331,7 @@
t1.case_result,
t1.remarks,
t1.creator,
- t1.gmt_create,
- 1
+ t1.gmt_create
FROM
t_problem_clue t1
WHERE
@@ -354,6 +350,9 @@
AND
LEFT(t1.gmt_create, 10) #{endTime}
+
+ AND t1.duty_index_lib_id = #{indexLibId}
+
diff --git a/src/main/resources/mybatis/mapper/superviseCheck/superviseCheck-mapper.xml b/src/main/resources/mybatis/mapper/superviseCheck/superviseCheck-mapper.xml
index 7b39d69..03d3702 100644
--- a/src/main/resources/mybatis/mapper/superviseCheck/superviseCheck-mapper.xml
+++ b/src/main/resources/mybatis/mapper/superviseCheck/superviseCheck-mapper.xml
@@ -235,8 +235,7 @@
t1.check_info,
t1.check_content,
t1.check_problem,
- t1.check_result,
- 1
+ t1.check_result
FROM
t_supervise_check t1
WHERE
@@ -255,6 +254,9 @@
AND
LEFT(t1.gmt_create, 10) #{endTime}
+
+ AND t1.duty_index_lib_id = #{indexLibId}
+
diff --git a/src/main/resources/static/route/basicCheckPersonAction/list.html b/src/main/resources/static/route/basicCheckPersonAction/list.html
index cc3e3aa..dbca878 100644
--- a/src/main/resources/static/route/basicCheckPersonAction/list.html
+++ b/src/main/resources/static/route/basicCheckPersonAction/list.html
@@ -86,33 +86,7 @@
[
{type:'checkbox', fixed: 'left'},
{field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'},
- {field: 'reportId', width: 180, title: '主键ID', align:'center',
- templet: function(row) {
- var rowData = row[this.field];
- if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
- return '-';
- }
- return rowData;
- }
- },
- {field: 'dutyIndexLibId', width: 180, title: '指标ID', align:'center',
- templet: function(row) {
- var rowData = row[this.field];
- if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
- return '-';
- }
- return rowData;
- }
- },
- {field: 'actionTime', width: 180, title: '时间', align:'center',
- templet: function(row) {
- var rowData = row[this.field];
- if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
- return '-';
- }
- return rowData;
- }
- },
+
{field: 'streetOrgName', width: 180, title: '街道办事处', align:'center',
templet: function(row) {
var rowData = row[this.field];
@@ -158,6 +132,15 @@
return rowData;
}
},
+ {field: 'actionTime', width: 180, title: '时间', align:'center',
+ templet: function(row) {
+ var rowData = row[this.field];
+ if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
+ return '-';
+ }
+ return rowData;
+ }
+ },
{field: 'remarks', width: 180, title: '备注', align:'center',
templet: function(row) {
var rowData = row[this.field];
diff --git a/src/main/resources/static/route/basicCheckPersonInfo/list.html b/src/main/resources/static/route/basicCheckPersonInfo/list.html
index 15c0cae..ed1dd4f 100644
--- a/src/main/resources/static/route/basicCheckPersonInfo/list.html
+++ b/src/main/resources/static/route/basicCheckPersonInfo/list.html
@@ -86,24 +86,6 @@
[
{type:'checkbox', fixed: 'left'},
{field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'},
- {field: 'reportId', width: 180, title: '主键ID', align:'center',
- templet: function(row) {
- var rowData = row[this.field];
- if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
- return '-';
- }
- return rowData;
- }
- },
- {field: 'dutyIndexLibId', width: 180, title: '指标ID', align:'center',
- templet: function(row) {
- var rowData = row[this.field];
- if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
- return '-';
- }
- return rowData;
- }
- },
{field: 'orgName', width: 180, title: '单位名称', align:'center',
templet: function(row) {
var rowData = row[this.field];
diff --git a/src/main/resources/static/route/basicCheckPersonInfo/save.html b/src/main/resources/static/route/basicCheckPersonInfo/save.html
index ed506cd..3169af3 100644
--- a/src/main/resources/static/route/basicCheckPersonInfo/save.html
+++ b/src/main/resources/static/route/basicCheckPersonInfo/save.html
@@ -29,12 +29,7 @@
-
+
+
@@ -73,9 +84,15 @@
@@ -241,6 +258,27 @@
});
}
+ //初始化民族数据字典
+ function initNationTemplate(){
+ top.restAjax.get(top.restAjax.path("api/data/listbyparentid/{dataParentId}",['5b6f16c5-6c5f-4314-b4cd-8b594187e2c8']),{},null,function (code,data,args) {
+ laytpl(document.getElementById('nationTemplate').innerHTML).render(data, function(html) {
+ document.getElementById('nationTemplateBox').innerHTML = html;
+ });
+ form.render('select', 'nationTemplateBox');
+ });
+ }
+
+ //初始化学历数据字典
+ function initEducationTemplate(){
+ top.restAjax.get(top.restAjax.path("api/data/listbyparentid/{dataParentId}",['3d9fa108-b20b-458a-91ee-2529bb4c8581']),{},null,function (code,data,args) {
+ laytpl(document.getElementById('educationTemplate').innerHTML).render(data, function(html) {
+ document.getElementById('educationTemplateBox').innerHTML = html;
+ });
+ form.render('select', 'educationTemplateBox');
+ });
+ }
+
+
// 初始化内容
function initData() {
@@ -255,6 +293,8 @@
initBirthDateDateTime();
initJoinPartyTimeDateTime();
initJoinWorkTimeDateTime();
+ initNationTemplate();
+ initEducationTemplate();
}, function(code, data) {
top.dialog.msg(data.msg);
}, function() {
diff --git a/src/main/resources/static/route/basicCheckPersonInfo/update.html b/src/main/resources/static/route/basicCheckPersonInfo/update.html
index 960af4e..25ef219 100644
--- a/src/main/resources/static/route/basicCheckPersonInfo/update.html
+++ b/src/main/resources/static/route/basicCheckPersonInfo/update.html
@@ -29,12 +29,6 @@
-
+
@@ -73,9 +83,15 @@
@@ -230,7 +246,7 @@
}
// 初始化参加工作时间时间戳
- function initJoinWorkTimeDateTime() {
+ function initJoinWorkTimeDateTime(v) {
laydate.render({
elem: '#joinWorkTime',
type: 'datetime',
@@ -239,6 +255,32 @@
});
}
+ //初始化民族数据字典
+ function initNationTemplate(v){
+ top.restAjax.get(top.restAjax.path("api/data/listbyparentid/{dataParentId}",['5b6f16c5-6c5f-4314-b4cd-8b594187e2c8']),{},null,function (code,data,args) {
+ laytpl(document.getElementById('nationTemplate').innerHTML).render(data, function(html) {
+ document.getElementById('nationTemplateBox').innerHTML = html;
+ });
+ form.render('select', 'nationTemplateBox');
+ var selectObj = {};
+ selectObj['nation'] = v;
+ form.val('dataForm', selectObj);
+ });
+ }
+
+ //初始化学历数据字典
+ function initEducationTemplate(v){
+ top.restAjax.get(top.restAjax.path("api/data/listbyparentid/{dataParentId}",['3d9fa108-b20b-458a-91ee-2529bb4c8581']),{},null,function (code,data,args) {
+ laytpl(document.getElementById('educationTemplate').innerHTML).render(data, function(html) {
+ document.getElementById('educationTemplateBox').innerHTML = html;
+ });
+ form.render('select', 'educationTemplateBox');
+ var selectObj = {};
+ selectObj['education'] = v;
+ form.val('dataForm', selectObj);
+ });
+ }
+
// 初始化内容
function initData() {
@@ -254,6 +296,8 @@
initBirthDateDateTime(data.birthDate);
initJoinPartyTimeDateTime(data.joinPartyTime);
initJoinWorkTimeDateTime(data.joinWorkTime);
+ initNationTemplate(data.nation);
+ initEducationTemplate(data.education);
}, function(code, data) {
top.dialog.msg(data.msg);
}, function() {
diff --git a/src/main/resources/static/route/indexGeneral/list.html b/src/main/resources/static/route/indexGeneral/list.html
index ecbd9f5..fe11d9a 100644
--- a/src/main/resources/static/route/indexGeneral/list.html
+++ b/src/main/resources/static/route/indexGeneral/list.html
@@ -86,7 +86,7 @@
[
{type:'checkbox', fixed: 'left'},
{field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'},
- {field: 'indexLibId', width: 180, title: '指标', align:'center',
+ {field: 'indexLibId', width: 180, title: '指标名称', align:'center',
templet: function(row) {
var rowData = row[this.field];
if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
diff --git a/src/main/resources/static/route/problemClue/list.html b/src/main/resources/static/route/problemClue/list.html
index 9be9ac4..51cb188 100644
--- a/src/main/resources/static/route/problemClue/list.html
+++ b/src/main/resources/static/route/problemClue/list.html
@@ -86,24 +86,6 @@
[
{type:'checkbox', fixed: 'left'},
{field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'},
- {field: 'reportId', width: 180, title: '主键ID', align:'center',
- templet: function(row) {
- var rowData = row[this.field];
- if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
- return '-';
- }
- return rowData;
- }
- },
- {field: 'dutyIndexLibId', width: 180, title: '指标ID', align:'center',
- templet: function(row) {
- var rowData = row[this.field];
- if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
- return '-';
- }
- return rowData;
- }
- },
{field: 'caseNumber', width: 180, title: '案件号', align:'center',
templet: function(row) {
var rowData = row[this.field];
diff --git a/src/main/resources/static/route/superviseCheck/list.html b/src/main/resources/static/route/superviseCheck/list.html
index ed7dd82..dd045f6 100644
--- a/src/main/resources/static/route/superviseCheck/list.html
+++ b/src/main/resources/static/route/superviseCheck/list.html
@@ -86,33 +86,6 @@
[
{type:'checkbox', fixed: 'left'},
{field:'rowNum', width:80, title: '序号', fixed: 'left', align:'center', templet: '{{d.LAY_INDEX}}'},
- {field: 'reportId', width: 180, title: '主键ID', align:'center',
- templet: function(row) {
- var rowData = row[this.field];
- if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
- return '-';
- }
- return rowData;
- }
- },
- {field: 'dutyIndexLibId', width: 180, title: '指标ID', align:'center',
- templet: function(row) {
- var rowData = row[this.field];
- if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
- return '-';
- }
- return rowData;
- }
- },
- {field: 'checkPhotos', width: 180, title: '附加图片', align:'center',
- templet: function(row) {
- var rowData = row[this.field];
- if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') {
- return '-';
- }
- return rowData;
- }
- },
{field: 'checkPlace', width: 180, title: '检查地点', align:'center',
templet: function(row) {
var rowData = row[this.field];