integrated_traffic_vue/src/request/training_process_management.js

107 lines
6.5 KiB
JavaScript

import { post, upload } from "@/request/axios.js";
export const setExamPaperManagementDelete = (params) =>
post("/stageexampaperinput/delete", params); // 试卷管理删除
export const setExamPaperManagementAdd = (params) =>
upload("/stageexampaperinput/add", params); // 试卷管理添加
export const setExamPaperManagementEdit = (params) =>
upload("/stageexampaperinput/edit", params); // 试卷管理修改
export const setExamPaperManagementInherit = (params) =>
post("/stageexampaperinput/inherit", params); // 试卷管理继承
export const setExamPaperManagementAddToDraft = (params) =>
upload("/stageexampaperCache/add", params); // 试卷管理保存到草稿
export const setExamPaperManagementTestQuestionsDelete = (params) =>
post("/paperQuestion/delete", params); // 试卷管理试题删除
export const setExamPaperManagementTestQuestionsAdd = (params) =>
post("/paperQuestion/add", params); // 试卷管理试题新增
export const setExamPaperManagementTestQuestionsEdit = (params) =>
post("/paperQuestion/edit", params); // 试卷管理试题修改
export const getAssociatedCoursewareNameList = (params) =>
post("/videocourseware/getCourseWareName", params); // 关联课件名称
export const getClassManagementList = (params) => post("/class/list", params); // 班级管理列表
export const setClassManagementDelete = (params) =>
post("/class/delete", params); // 班级管理删除
export const setClassManagementDelay = (params) =>
post("/class/postpone", params); // 班级管理延期
export const getPersonnelList = (params) =>
post("/trainedusersign/listByEnt", { loading: false, params }); // 班级管理添加人员
export const getClassManagementView = (params) => post("/class/goEdit", params); // 班级管理查看
export const setClassManagementAdd = (params) => post("/class/add", params); // 班级管理添加
export const setClassManagementEdit = (params) => post("/class/edit", params); // 班级管理修改
export const setClassManagementModifyExamTimes = (params) =>
post("/class/editNumberofexams", params); // 班级管理修改考试次数
export const getClassManagementStudentList = (params) =>
post("/student/classStudentList", params); // 班级管理学员列表
export const getClassManagementExportLearningRecords = (params) =>
post("/student/exportStudentList", params); // 班级管理导出学员学习记录
export const setClassManagementStudentDelete = (params) =>
post("/student/deleteStudent", params); // 班级管理学员删除
export const getClassManagementSelectStudentList = (params) =>
post("/user/studentList", params); // 班级管理新增学员列表
export const getClassManagementSelectStudentAdd = (params) =>
post("/student/add", params); // 班级管理新增学员保存
export const getClassManagementStudentLearningRecordsList = (params) =>
post("/coursestudyvideorecord/getAllByuserInfo", params); // 班级管理学员学习记录列表
export const getClassManagementStudentExamRecordsList = (params) =>
post("/stageexam/list", params); // 班级管理学员考试记录列表
export const getClassManagementStudentExamRecordsView = (params) =>
post("/stageexam/findExam", params); // 班级管理学员考试记录查看
export const getTrainingProgressList = (params) =>
post("/student/studentList", params); // 查询进度列表
export const getTrainingProgressListExportStudentRecords = (params) =>
post("/student/derivedRecord", params); // 导出学员信息
export const getExamdraftList = (params) =>
post("/stageexampaperCache/list", params); // 试卷草稿管理列表
export const setpaperQuestionCacheQuestionsAdd = (params) =>
post("/paperQuestionCache/add", params); // 草稿试卷管理试题新增
export const setpaperQuestionCacheQuestionsEdit = (params) =>
post("/paperQuestionCache/edit", params); // 草稿试卷管理试题修改
export const setpaperQuestionCacheDelete = (params) =>
post("/paperQuestionCache/delete", params); // 草稿试卷管理试题删除
export const setstageexampaperCacheEdit = (params) =>
post("/stageexampaperCache/edit", params); // 草稿试卷管理保存修改
export const setstageexampaperCacheDelete = (params) =>
post("/stageexampaperCache/delete", params); // 草稿试卷管理保存修改
export const setstageexampaperCacheformal = (params) =>
post("/stageexampaperCache/convertStageexam", params); // 草稿试卷管理保存修改
export const getClassManagementCurriculumList = (params) =>
post("/classCurriculum/list", params); // 班级管理课程列表
export const setClassManagementCurriculumDelete = (params) =>
post("/classCurriculum/delete", params); // 班级管理课程删除
export const setClassManagementCurriculumAdd = (params) =>
post("/classCurriculum/addClassCurriculum", params); // 班级管理课程新增
export const getClassManagementCurriculumView = (params) =>
post("/classCurriculum/goEdit", params); // 班级管理课程查看
export const getClassManagementInvolvedInTrainingList = (params) =>
post("/curriculumpost/listClassCurPost", params); // 班级管理获取涉及培训岗位
export const getClassManagementInvolvedInTrainingDepartmentList = (params) =>
post("/classpost/listDepByClass", params); // 班级管理获取涉及培训岗位部门列表
export const getClassManagementInvolvedInTrainingPostList = (params) =>
post("/classpost/listPostByClassDep", params); // 班级管理获取涉及培训岗位岗位列表
export const setClassManagementInvolvedInTrainingAdd = (params) =>
post("/curriculumpost/saveClassCurPost", params); // 班级管理涉及培训岗位保存
export const getClassManagementExamPaperList = (params) =>
post("/classpost/listClassPost", params); // 班级管理试卷列表
export const setClassManagementExamPaperEffectEvaluationIsRelatedCourseware = (
params
) => post("/postpaper/verifyStrengthenPaper", params); // 班级管理试卷效果评估时是否关联课件
export const setClassManagementExamPaperAdd = (params) =>
post("/postpaper/addPostPaper", params); // 班级管理试卷添加
export const setClassManagementExamPaperEdit = (params) =>
post("/postpaper/editPostPaper", params); // 班级管理试卷修改
export const getClassManagementExamPaperCount = (params) =>
post("/postpaper/getQuestionCount", params); // 班级管理试卷数量
export const getClassManagementExamPaperHasTestPaper = (params) =>
post("/postpaper/getData", params); // 班级管理试卷获取是否有试卷
export const setClassManagementExamPaperBatchAdd = (params) =>
post("/postpaper/batchAddPostPaper", params); // 班级管理试卷批量添加自动生成试卷