hjm 6 years ago
commit 69b4eccccc

@ -59,15 +59,18 @@ class Associationmodel extends Component{
goback=()=>{
debugger
this.setState({
Modalstype:false,
})
this.props.funlist()
this.props.Cancel()
this.props.funlist()
}
setSaves=()=>{
debugger
let {projectvalue}=this.state;
let taskid=this.props.taskid;
let url="/graduation_tasks/"+taskid+"/graduation_works/relate_project.json";
@ -76,19 +79,14 @@ class Associationmodel extends Component{
project_id: projectvalue
}).then((result)=>{
if(result.status===200){
if(result.data.status===0){
this.goback()
// this.setState({
// Modalstype:true,
// Modalstopval:result.data.message,
// ModalSave:this.goback,
// loadtype:true
// })
this.goback
}
}
}).catch((error)=>{
console.log(error)
@ -115,7 +113,7 @@ class Associationmodel extends Component{
project_id: projectvalue
}
}).then((result)=>{
if(result.status===200){
if(result.data.is_relate===false){
this.setSaves()
}else{
@ -126,7 +124,7 @@ class Associationmodel extends Component{
loadtype:true
})
}
}
}).catch((error)=>{
console.log(error)
})

@ -1,5 +1,6 @@
import React, { Component } from 'react';
import {Tooltip} from 'antd';
import {Tooltip} from 'antd'
import '../css/Courses.css';
class CoursesListType extends Component {
constructor(props) {
super(props);

@ -849,31 +849,31 @@ a.white-btn.use_scope-btn:hover{
.edu-filter-btn-028d01{
/*border: 1px solid #ff6800;*/
/*color: #ff6800!important;*/
background: #028d01;
background: #028d01 !important;
}
.edu-filter-btn-CC317C{
background:#CC317C;
background:#CC317C !important;
}
.edu-filter-btn-006B75{
background:#006B75;
background:#006B75 !important;
}
.edu-filter-btn-E99695{
background:#E99695;
background:#E99695 !important;
}
.edu-filter-btn-EDEDED{
background:#EDEDED;
background:#EDEDED !important;
}
.edu-filter-btn-4CACFF{
background:#4CACFF;
background:#4CACFF !important;
}
.edu-filter-btn-84B6EB{
background:#84B6EB;
background:#84B6EB !important;
}
.edu-filter-btn-5E5FB9{
background:#5E5FB9;
background:#5E5FB9 !important;
}
.edu-filter-btn-FC2B6A{
background:#FC2B6A;
background:#FC2B6A !important;
}
.color666666{
color:#666666 !important;

@ -59,12 +59,12 @@ class GraduateTaskItem extends Component{
axios.get(url).then((result)=>{
if(result.data.status===0){
this.setState({
Modalstype:true,
Modalstopval:result.data.message,
cardsModalsavetype:this.cannerassocition,
loadtype:true
})
// this.setState({
// Modalstype:true,
// Modalstopval:result.data.message,
// cardsModalsavetype:this.cannerassocition,
// loadtype:true
// })
this.props.funlist()
}

@ -135,7 +135,7 @@ class GraduationTasksappraise extends Component{
let category_id=this.props.match.params.category_id;
let graduation_id=datalist===undefined?"":datalist.graduation_id;
let task_id=datalist===undefined?"":datalist.task_id;
console.log(datalist);
// console.log(datalist);
return(
<React.Fragment>
@ -197,7 +197,7 @@ class GraduationTasksappraise extends Component{
<div className="edu-back-white">
<div className={"stud-class-set edu-back-white padding20-30"}>
<div className={"stud-class-set edu-back-white padding20-30 bor-bottom-greyE"}>
<div className={"color-grey-6 h20 mb20"}>
内容
@ -249,8 +249,8 @@ class GraduationTasksappraise extends Component{
</div>
{firelistdata===undefined?"":firelistdata.length===0?"":firelistdata.revise_attachments.length===0?"":
<div className={"stud-class-set bor-top-greyE padding20-30 edu-back-white"}>
<div className={"color-grey-6 mb10 bor-top-greyE"}>
<div className={"stud-class-set bor-bottom-greyE padding20-30 edu-back-white"}>
<div className={"color-grey-6 mb10 "}>
补交附件
</div>
<div className={"ml20"}>
@ -291,7 +291,7 @@ class GraduationTasksappraise extends Component{
</div>}
{datalist&&datalist.project_info===undefined?"":
<div className={"stud-class-set edu-back-white padding20-30 bor-top-greyE"}>
<div className={"stud-class-set edu-back-white padding20-30 bor-bottom-greyE"}>
<div className={"color-grey-6 mb10"}>
关联项目
</div>
@ -301,7 +301,7 @@ class GraduationTasksappraise extends Component{
</div>}
{/*{*/}
{ datalist === undefined?"": datalist && datalist.task_type===undefined ?"" : datalist.task_type===1? "": datalist && datalist.work_members && datalist.work_members.length == 0 ?"":
<div className={"stud-class-set edu-back-white padding20-30 bor-top-greyE"} style={{height:"100%"}}>
<div className={"stud-class-set edu-back-white padding20-30 bor-bottom-greyE"} style={{height:"100%"}}>
<div className={"color-grey-6 mb10"}>
其他组员
</div>

@ -544,12 +544,12 @@ class GraduationTaskssettinglist extends Component{
if(result.data.status===0){
this.searchValue()
this.setState({
Modalstype:true,
Modalstopval:result.data.message,
ModalSave:this.cannerassocition,
loadtype:true
})
// this.setState({
// Modalstype:true,
// Modalstopval:result.data.message,
// ModalSave:this.cannerassocition,
// loadtype:true
// })
}
}).catch((error)=>{

Loading…
Cancel
Save