From 6c3479a98d18285507d8be62469f50ba8999a4c9 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Mon, 22 Jul 2024 11:22:59 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/ywgl/rywh/tree_audit.html | 7 ++++--- WebRoot/view/ywgl/rywh/turn_audit_list.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/WebRoot/view/ywgl/rywh/tree_audit.html b/WebRoot/view/ywgl/rywh/tree_audit.html index 1a480c43..839cec50 100644 --- a/WebRoot/view/ywgl/rywh/tree_audit.html +++ b/WebRoot/view/ywgl/rywh/tree_audit.html @@ -102,7 +102,7 @@ }); return false; } - layer.confirm('确定要接收调转吗?', { + layer.confirm('确定要调转接收吗?', { icon: 3, title: '提示' }, function (index) { @@ -110,8 +110,9 @@ url: "/QingLong/teacherYd/checkTeacherTransfer", data: { "id": id, - "status_id,": 2, - "org_id": orgId + "status_id": 2, + "org_id": orgId, + "echo_message": "通过" }, type: 'post', success: function (result) { diff --git a/WebRoot/view/ywgl/rywh/turn_audit_list.html b/WebRoot/view/ywgl/rywh/turn_audit_list.html index 0fdecde5..5f4a56b3 100644 --- a/WebRoot/view/ywgl/rywh/turn_audit_list.html +++ b/WebRoot/view/ywgl/rywh/turn_audit_list.html @@ -123,7 +123,7 @@ var bureauId = loginPersonInfo.bureau_id; layer.open({ type: 2, - title: '选择调转部门', + title: '选择调转接收部门', shade: 0.1, area: ['300px', '400px'], content: './tree_audit.html?id=' + obj.data.id + '&bureau_id=' + bureauId