From e6e4de1e51de169c52c32d5da36997e661d29f83 Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Fri, 6 May 2022 11:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E6=80=A7=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/bossPersonRequire/bossPersonRequirePersonLiable.js | 4 ++++ .../bossInterviewJobTransfer/bossInterviewJobTransferAdd.html | 2 +- .../template/tpl/bossInterviewQuit/bossInterviewQuitAdd.html | 2 +- .../bossInterviewRegularWorkerList.html | 1 + .../tpl/bossPersonRequire/bossPersonRequirePersonLiable.html | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/boss/src/main/resources/template/js/bossPersonRequire/bossPersonRequirePersonLiable.js b/boss/src/main/resources/template/js/bossPersonRequire/bossPersonRequirePersonLiable.js index 494ce8c4f..f443ab5fa 100644 --- a/boss/src/main/resources/template/js/bossPersonRequire/bossPersonRequirePersonLiable.js +++ b/boss/src/main/resources/template/js/bossPersonRequire/bossPersonRequirePersonLiable.js @@ -99,5 +99,9 @@ layui.config({ $("body").on("click", ".enclosureItem", function(){ download(fileBasePath + $(this).attr("rowpath"), $(this).html()); }); + + $("body").on("click", "#cancle", function() { + parent.layer.close(index); + }); }); }); \ No newline at end of file diff --git a/boss/src/main/resources/template/tpl/bossInterviewJobTransfer/bossInterviewJobTransferAdd.html b/boss/src/main/resources/template/tpl/bossInterviewJobTransfer/bossInterviewJobTransferAdd.html index 407c7e008..3b9fcbe54 100644 --- a/boss/src/main/resources/template/tpl/bossInterviewJobTransfer/bossInterviewJobTransferAdd.html +++ b/boss/src/main/resources/template/tpl/bossInterviewJobTransfer/bossInterviewJobTransferAdd.html @@ -79,7 +79,7 @@
- +
diff --git a/boss/src/main/resources/template/tpl/bossInterviewQuit/bossInterviewQuitAdd.html b/boss/src/main/resources/template/tpl/bossInterviewQuit/bossInterviewQuitAdd.html index 129dc304c..40a6acbd8 100644 --- a/boss/src/main/resources/template/tpl/bossInterviewQuit/bossInterviewQuitAdd.html +++ b/boss/src/main/resources/template/tpl/bossInterviewQuit/bossInterviewQuitAdd.html @@ -47,7 +47,7 @@
- +
diff --git a/boss/src/main/resources/template/tpl/bossInterviewRegularWorker/bossInterviewRegularWorkerList.html b/boss/src/main/resources/template/tpl/bossInterviewRegularWorker/bossInterviewRegularWorkerList.html index 5fa19c942..67afd58e6 100644 --- a/boss/src/main/resources/template/tpl/bossInterviewRegularWorker/bossInterviewRegularWorkerList.html +++ b/boss/src/main/resources/template/tpl/bossInterviewRegularWorker/bossInterviewRegularWorkerList.html @@ -9,6 +9,7 @@
+
正式员工无法提交转正申请,存在非作废的转正申请无法再次提交。
diff --git a/boss/src/main/resources/template/tpl/bossPersonRequire/bossPersonRequirePersonLiable.html b/boss/src/main/resources/template/tpl/bossPersonRequire/bossPersonRequirePersonLiable.html index 19202bb69..9129db071 100644 --- a/boss/src/main/resources/template/tpl/bossPersonRequire/bossPersonRequirePersonLiable.html +++ b/boss/src/main/resources/template/tpl/bossPersonRequire/bossPersonRequirePersonLiable.html @@ -78,7 +78,7 @@
- +
-- GitLab