|
|
|
@ -982,7 +982,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
// console.log("935");
|
|
|
|
|
// debugger
|
|
|
|
|
let urll = `/homework_commons/${homeworkid}/works_list.json`;
|
|
|
|
|
var data = {
|
|
|
|
|
var datasysl = {
|
|
|
|
|
search: "",
|
|
|
|
|
order: "",
|
|
|
|
|
b_order: "desc",
|
|
|
|
@ -991,12 +991,17 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
work_status: "",
|
|
|
|
|
course_group: "",
|
|
|
|
|
}
|
|
|
|
|
axios.post(urll, data).then((result) => {
|
|
|
|
|
axios.post(urll, datasysl).then((result) => {
|
|
|
|
|
console.log("980000000____________________");
|
|
|
|
|
|
|
|
|
|
debugger
|
|
|
|
|
if(result === undefined){
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if(result.data.message!==undefined){
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
teacherdata: result.data,
|
|
|
|
|
task_status: result.data.task_status,
|
|
|
|
@ -1054,6 +1059,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
axios.post(urll, data).then((result) => {
|
|
|
|
|
if (result) {
|
|
|
|
|
if(result.data.message!==undefined){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
// console.log("学生未截至未公开的作品列表")
|
|
|
|
|
// console.log(JSON.stringify(result))
|
|
|
|
|
this.setState({
|
|
|
|
@ -1315,6 +1323,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
var url = `/student_works/${userids}/shixun_work.json`;
|
|
|
|
|
axios.get(url).then((result) => {
|
|
|
|
|
if (result) {
|
|
|
|
|
if(result.data.message!==undefined){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
// console.log("Listofworksstudentone.js")
|
|
|
|
|
// console.log(JSON.stringify(result))
|
|
|
|
|
let datalist = [];
|
|
|
|
@ -1416,6 +1427,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
}
|
|
|
|
|
axios.post(urll, data).then((result) => {
|
|
|
|
|
if (result !== undefined) {
|
|
|
|
|
if(result.data.message!==undefined){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
// console.log("学生公开的作品列表")
|
|
|
|
|
// console.log(JSON.stringify(result))
|
|
|
|
|
this.setState({
|
|
|
|
@ -1476,6 +1490,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
let url = "/homework_commons/"+homeworkid+"/update_student_score.json?shixun_id="+teacherdata.shixun_id;
|
|
|
|
|
|
|
|
|
|
axios.get(url).then((response) => {
|
|
|
|
|
|
|
|
|
|
this.props.showNotification(`${response.data.message}`);
|
|
|
|
|
// var homeworkid = this.props.match.params.homeworkid;
|
|
|
|
|
this.Getalistofworks(homeworkid);
|
|
|
|
@ -1521,7 +1536,11 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
// console.log(url)
|
|
|
|
|
// console.log("作品列表______________________")
|
|
|
|
|
// console.log(JSON.stringify(result))
|
|
|
|
|
|
|
|
|
|
if (result !== undefined) {
|
|
|
|
|
if(result.data.message!==undefined){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.setState({
|
|
|
|
|
teacherdata: result.data,
|
|
|
|
|
task_status: result.data.task_status,
|
|
|
|
@ -1895,6 +1914,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if (result) {
|
|
|
|
|
// console.log("TraineetraininginformationModal.js")
|
|
|
|
|
// console.log(JSON.stringify(result))
|
|
|
|
|
|
|
|
|
|
let datalist = [];
|
|
|
|
|
var game_list = result.data.game_list
|
|
|
|
|
var boolgalist=true;
|
|
|
|
@ -2134,11 +2154,16 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
let url = "/homework_commons/"+homeworkid+"/update_score.json";
|
|
|
|
|
|
|
|
|
|
axios.get(url).then((response) => {
|
|
|
|
|
if(response){
|
|
|
|
|
if(response.data.message!==undefined){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
this.setState({
|
|
|
|
|
loadingstate: true
|
|
|
|
|
})
|
|
|
|
|
this.Startsortingt(this.state.orders, this.state.course_groupyslstwo, this.state.checkedValuesineinfo, this.state.searchtext, 1, this.state.limit);
|
|
|
|
|
this.props.showNotification(`${response.data.message}`);
|
|
|
|
|
}
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
console.log(error)
|
|
|
|
|
});
|
|
|
|
@ -2183,6 +2208,9 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
if(response === undefined){
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
if(response.data.message!==undefined){
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
if(response.data.status&&response.data.status===-1){
|
|
|
|
|
|
|
|
|
|
}else if(response.data.status&&response.data.status===-2){
|
|
|
|
|