From df1106c15110436db468f8660117a62c071c61f6 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Fri, 23 May 2025 14:28:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=AF=86=E7=A0=81=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outsourcerEvaluation/evaluationForm.html | 5 +- .../passwordBook/personnelPasswordBook.html | 72 +++++++++++++++++++ 2 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/static/pages/evaluate/passwordBook/personnelPasswordBook.html 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