@ -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) {
@ -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