diff --git a/pom.xml b/pom.xml index 5bd2c5b..f5ce0f7 100644 --- a/pom.xml +++ b/pom.xml @@ -103,11 +103,29 @@ provided - + + + + module-staff + cn.com.tenlion + 1.0-SNAPSHOT + diff --git a/src/main/resources/static/route/classplan/list-report-exam.html b/src/main/resources/static/route/classplan/list-report-exam.html index 3ad04dc..e8b3e99 100644 --- a/src/main/resources/static/route/classplan/list-report-exam.html +++ b/src/main/resources/static/route/classplan/list-report-exam.html @@ -138,7 +138,7 @@ } }, - {field: 'planNumber', width: 180, title: '培训计划编号', align:'center', + {field: 'planNumber', width: 200, title: '培训计划编号', align:'center', templet: function(row) { var rowData = row[this.field]; if(typeof(rowData) === 'undefined' || rowData == null || rowData == '') { @@ -159,10 +159,10 @@ if(rowData == '1'){ return '初训'; } - if(rowData == '1'){ + if(rowData == '2'){ return '复训'; } - if(rowData == '1'){ + if(rowData == '3'){ return '换证'; } return '-';