------------------------------------------
账号
18299345867
密码
999999
var msg = "确定要执行该操作吗?\n\n请确认!";
if (confirm(msg) == true) {
}
{{modalvs_tip_1}}
timeer_1:null,
modalvs:false,
percent: 0,
modalvs_tip_1:"",
modalvs_tip_2:"",
fn_close_process(){
this.modalvs_tip_1 = ""; //该线路重新排单中,请勿进行操作
this.modalvs_tip_2 = ""; //该线路重新排单中,请耐心等待.....
this.modalvs=false;
},
fn_show_process(){
this.modalvs=true;
this.percent+=10;
var cl = setInterval(()=>{
this.percent+=3;
if(this.percent==20){
this.percent+=15;
}
if(this.percent==50){
this.percent+=20;
}
if(this.percent>=93){
this.percent=99;
clearInterval(cl);
}
},1300);
},
self.fn_show_process();
self.modalvs_tip_1 = "试卷生成中,请勿进行操作";
self.modalvs_tip_2 = "试卷生成中,请耐心等待.....";
self.fn_close_process();
课程主表加:
bixuetype 必学类型(必学安全知识和案例/选学安全知识和案例)
cailiaotype 材料类型(视频/图片)
试卷主表加:
bixuetype 必考类型(必考试题/选考试题)
/prowork/GetBasetypeList
/prowork/GetBaseworktype2
loadBaseworktype
bixuetype
worktypeid
-------------------------------------
//必学和选学,type=1为学习,type=2为考试
http://222.209.82.43:52020/prowork/GetBasetypeList?type=1
//之前的,获取作业类型接口,加了参数。当type=2,获取必学的,对应作业类型。之前不变
http://222.209.82.43:52020/prowork/loadBaseworktype?type=2
//在线学习列表
course/getCourseListByUserid
加参数:
bixuetype 必学类型(传字符串)
worktypeid 必学类型(特殊作业类型,传id)
http://222.209.82.43:52020/course/getCourseListByUserid?currPage=1&pageSize=20&userid=1&bixuetype=必学安全知识和案例&worktypeid=8
http://222.209.82.43:52020/course/getCourseListByUserid?currPage=1&pageSize=20&userid=1&bixuetype=选学安全知识和案例&worktypeid=0
在线考试:分类这些接口名称,和学习一样
在线考试列表:
getMyStudentExamList
改为
http://222.209.82.43:52020/exam/getMyStudentExamList?currPage=1&pageSize=20&uid=223&bixuetype=必考试题&worktypeid=3
http://222.209.82.43:52020/exam/getMyStudentExamList?currPage=1&pageSize=20&uid=223&bixuetype=选考试题&worktypeid=4
---------------------------------------
课程名称
必学类型
课程材料类型
特殊作业类型
学习视频url
时长分钟
course_item CourseItem
courseshipingfile
self.fn_show_process();
self.modalvs_tip_1 = "订单保存中,请勿进行操作";
self.modalvs_tip_2 = "订单保存中,请耐心等待.....";
self.fn_close_process();
fn_close_process(){
this.modalvs_tip_1 = ""; //该线路重新排单中,请勿进行操作
this.modalvs_tip_2 = ""; //该线路重新排单中,请耐心等待.....
this.modalvs=false;
},
fn_show_process(){
this.modalvs=true;
this.percent+=10;
var cl = setInterval(()=>{
this.percent+=3;
if(this.percent==20){
this.percent+=15;
}
if(this.percent==50){
this.percent+=20;
}
if(this.percent>=93){
this.percent=99;
clearInterval(cl);
}
},1300);
},
试卷名称
试卷1级大题
大题标题
2级小题
+
+
exam_item_question
ExamItemQuestion
base_question
BaseQuestion
loadExamMainInfo
adddati
addxiaoti
selxiaotilist
saveExamMain
fn_add_dati
self.$Message.success("保存成功");
self.$Message.success("操作失败:" + data.data.msg);
序号 试题名称 正确答案 分数 作业类型 创建时间
fn_show_sel_1
fn_show_sel_1
fn_xiaoti_xh_change
员工考试查询 试卷分发查询
已发布试卷查询
fn_show_sel_1
add_exam_fabu_save
examid
userids
exam_student
ExamStudent
@Query(nativeQuery = true, value = "select count(1) from exam_item_question where examid =? and basequestionid=?;")
Object GetCountByExamidAndBasequestionid(int examid,int basequestionid);