All Downloads are FREE. Search and download functionalities are using the official Maven repository.

static.scripts.course.Arrange.js Maven / Gradle / Ivy

There is a newer version: 0.41.3
Show newest version
    function removeArrangeResult(){
        var taskId = bg.input.getCheckBoxValues("clazz.id");
        if(taskId=="" || taskId==null) {alert("请选择教学任务");return;}
        if(confirm("删除教学任务的排课结果,信息不可恢复确认删除?")){
        	bg.form.addInput(document.taskListForm,"clazzIds",taskId);
            bg.form.submit("taskListForm","manualArrange!removeArrangeResult.action");
            document.taskListForm.action="manualArrange!taskList.action";            
	    }
    }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy