main
kgdxpr 1 year ago
parent 7fdc1c17b6
commit 6c3479a98d

@ -102,7 +102,7 @@
}); });
return false; return false;
} }
layer.confirm('确定要接收调转吗?', { layer.confirm('确定要调转接收吗?', {
icon: 3, icon: 3,
title: '提示' title: '提示'
}, function (index) { }, function (index) {
@ -110,8 +110,9 @@
url: "/QingLong/teacherYd/checkTeacherTransfer", url: "/QingLong/teacherYd/checkTeacherTransfer",
data: { data: {
"id": id, "id": id,
"status_id,": 2, "status_id": 2,
"org_id": orgId "org_id": orgId,
"echo_message": "通过"
}, },
type: 'post', type: 'post',
success: function (result) { success: function (result) {

@ -123,7 +123,7 @@
var bureauId = loginPersonInfo.bureau_id; var bureauId = loginPersonInfo.bureau_id;
layer.open({ layer.open({
type: 2, type: 2,
title: '选择调转部门', title: '选择调转接收部门',
shade: 0.1, shade: 0.1,
area: ['300px', '400px'], area: ['300px', '400px'],
content: './tree_audit.html?id=' + obj.data.id + '&bureau_id=' + bureauId content: './tree_audit.html?id=' + obj.data.id + '&bureau_id=' + bureauId

Loading…
Cancel
Save