diff --git a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html index 55ca931..02d2a96 100644 --- a/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html +++ b/src/main/resources/static/pages/evaluate/outsourcerEvaluation/evaluationForm.html @@ -169,7 +169,7 @@ if (cellData.title === '序号') { cellData.type = 'numbers'; } - if (!['审核', '序号', '施工业务外包商', '工程名称', '评价人', '操作'].includes(cellData.title)) { + if (!['审核', '序号', '施工业务外包商', '工程名称', '评价人', '操作', '审批'].includes(cellData.title)) { if (cellData.field.split('-').length === 1) { cellData.title = `${cellData.title}*指标定义及计算方法: ${obj.col.method}`; text += `
*积分标准: ${obj.col.standard}`; layer.alert(text, { diff --git a/src/main/resources/static/pages/evaluate/passwordBook/personnelPasswordBook.html b/src/main/resources/static/pages/evaluate/passwordBook/personnelPasswordBook.html new file mode 100644 index 0000000..b713234 --- /dev/null +++ b/src/main/resources/static/pages/evaluate/passwordBook/personnelPasswordBook.html @@ -0,0 +1,72 @@ + + + + + 评价模板配置 + + + + + +
+
+
人员密码本:
+ + +
+ +
+ + + + + + + + + \ No newline at end of file