|
|
|
@ -15,7 +15,7 @@ class ShixunWorkModal extends Component{
|
|
|
|
|
}
|
|
|
|
|
componentDidMount() {
|
|
|
|
|
let {group_list}=this.state;
|
|
|
|
|
let url="/homework_commons/"+this.props.match.params.homeworkid+"/group_list.json";
|
|
|
|
|
let url="/homework_commons/"+this.props.match.params.homeworkid+"/group_list.json";
|
|
|
|
|
axios.get(url,{params:{
|
|
|
|
|
limit:10,
|
|
|
|
|
page:1,
|
|
|
|
@ -32,7 +32,6 @@ class ShixunWorkModal extends Component{
|
|
|
|
|
newgroup_list.push(item)
|
|
|
|
|
})
|
|
|
|
|
if( response.data.ungroup_list!== undefined || response.data.ungroup_list !== null){
|
|
|
|
|
console.log()
|
|
|
|
|
newgroup_list.push(response.data.ungroup_list)
|
|
|
|
|
}
|
|
|
|
|
this.setState({
|
|
|
|
@ -50,7 +49,7 @@ class ShixunWorkModal extends Component{
|
|
|
|
|
|
|
|
|
|
//勾选实训
|
|
|
|
|
shixunhomeworkedit=(checkedValues)=>{
|
|
|
|
|
let types=false
|
|
|
|
|
let types=false
|
|
|
|
|
let{group_list}=this.state;
|
|
|
|
|
group_list.map((item,key)=>{
|
|
|
|
|
if(item!=undefined){
|
|
|
|
@ -88,7 +87,6 @@ class ShixunWorkModal extends Component{
|
|
|
|
|
let {page,limit,group_list}=this.state;
|
|
|
|
|
let newpage=page+1;
|
|
|
|
|
let newgroup_list=group_list;
|
|
|
|
|
debugger
|
|
|
|
|
let url="/homework_commons/"+this.props.match.params.homeworkid+"/group_list.json";
|
|
|
|
|
|
|
|
|
|
axios.get(url,{params:{
|
|
|
|
@ -134,30 +132,30 @@ class ShixunWorkModal extends Component{
|
|
|
|
|
|
|
|
|
|
let {data}=this.props;
|
|
|
|
|
if(e.target.checked===true){
|
|
|
|
|
if(data&&data.length===0){
|
|
|
|
|
if(data&&data.length===0){
|
|
|
|
|
let id=[]
|
|
|
|
|
group_list.forEach((item,key)=>{
|
|
|
|
|
id.push(item.id)
|
|
|
|
|
})
|
|
|
|
|
this.setState({
|
|
|
|
|
group_ids:id,
|
|
|
|
|
onChangetype:e.target.checked
|
|
|
|
|
})
|
|
|
|
|
}else{
|
|
|
|
|
let id=[]
|
|
|
|
|
group_list.forEach((item,key)=>{
|
|
|
|
|
id.push(item.id)
|
|
|
|
|
})
|
|
|
|
|
this.setState({
|
|
|
|
|
group_ids:id,
|
|
|
|
|
onChangetype:e.target.checked
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
|
group_ids:[],
|
|
|
|
|
group_ids:id,
|
|
|
|
|
onChangetype:e.target.checked
|
|
|
|
|
})
|
|
|
|
|
}else{
|
|
|
|
|
let id=[]
|
|
|
|
|
group_list.forEach((item,key)=>{
|
|
|
|
|
id.push(item.id)
|
|
|
|
|
})
|
|
|
|
|
this.setState({
|
|
|
|
|
group_ids:id,
|
|
|
|
|
onChangetype:e.target.checked
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
|
group_ids:[],
|
|
|
|
|
onChangetype:e.target.checked
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -187,7 +185,7 @@ class ShixunWorkModal extends Component{
|
|
|
|
|
message:"提示",
|
|
|
|
|
description: response.data.message
|
|
|
|
|
});
|
|
|
|
|
console.log(this.props)
|
|
|
|
|
console.log(this.props)
|
|
|
|
|
}else if(response.data.status === -1){
|
|
|
|
|
notification.open({
|
|
|
|
|
message:"提示",
|
|
|
|
@ -222,7 +220,7 @@ class ShixunWorkModal extends Component{
|
|
|
|
|
render(){
|
|
|
|
|
let {course_groups,group_ids,onChangetype,group_list}=this.state;
|
|
|
|
|
// let {data}=this.props;
|
|
|
|
|
// console.log(group_list)
|
|
|
|
|
// console.log(group_list)
|
|
|
|
|
// console.log(course_groups)
|
|
|
|
|
return(
|
|
|
|
|
<div>
|
|
|
|
@ -251,59 +249,59 @@ class ShixunWorkModal extends Component{
|
|
|
|
|
|
|
|
|
|
{course_groups===undefined?"":
|
|
|
|
|
<ul className="upload_select_box fl clearfix mt10 mb10" tyle={{"overflow-y":"auto"}}id="search_not_members_list"
|
|
|
|
|
onScroll={this.contentViewScroll}
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Checkbox.Group style={{ width: '100%' }} onChange={this.shixunhomeworkedit} value={group_ids}>
|
|
|
|
|
{
|
|
|
|
|
group_list===undefined?course_groups.ungroup_list.work_count===0?"":
|
|
|
|
|
|
|
|
|
|
<div className="clearfix edu-txt-center lineh-40 bor-bottom-greyE">
|
|
|
|
|
<li className="fl task-hide" style={{width: '240px'}}>
|
|
|
|
|
<Checkbox
|
|
|
|
|
className="fl task-hide edu-txt-left"
|
|
|
|
|
name="shixun_homework[]"
|
|
|
|
|
value={course_groups.ungroup_list.id}
|
|
|
|
|
>
|
|
|
|
|
<label style={{"textAlign": "left", "color": "#05101A"}}
|
|
|
|
|
className="task-hide color-grey-name" title="frerere">{course_groups.ungroup_list.name}</label>
|
|
|
|
|
</Checkbox>
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl" style={{width: '100px'}}>
|
|
|
|
|
{course_groups.ungroup_list.work_count}
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl" style={{width: '160px'}}>
|
|
|
|
|
{course_groups.ungroup_list.last_review_time}
|
|
|
|
|
</li>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
:
|
|
|
|
|
group_list&&group_list.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
item.work_count===0?"":<div className="clearfix edu-txt-center lineh-40 bor-bottom-greyE" key={key}>
|
|
|
|
|
<li className="fl task-hide" style={{width: '240px'}}>
|
|
|
|
|
<Checkbox
|
|
|
|
|
className="fl task-hide edu-txt-left"
|
|
|
|
|
name="shixun_homework[]"
|
|
|
|
|
value={item=== undefined?"":item.id}
|
|
|
|
|
>
|
|
|
|
|
<label style={{"textAlign": "left", "color": "#05101A"}}
|
|
|
|
|
className="task-hide color-grey-name" title="frerere">{item===undefined?"":item.name}</label>
|
|
|
|
|
</Checkbox>
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl" style={{width: '100px'}}>
|
|
|
|
|
{item===undefined?"":item.works_count===undefined?item.work_count:item.works_count}
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl" style={{width: '160px'}}>
|
|
|
|
|
{item===undefined?"":item.last_review_time}
|
|
|
|
|
</li>
|
|
|
|
|
</div>
|
|
|
|
|
onScroll={this.contentViewScroll}
|
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Checkbox.Group style={{ width: '100%' }} onChange={this.shixunhomeworkedit} value={group_ids}>
|
|
|
|
|
{
|
|
|
|
|
group_list===undefined?course_groups.ungroup_list.work_count===0?"":
|
|
|
|
|
|
|
|
|
|
<div className="clearfix edu-txt-center lineh-40 bor-bottom-greyE">
|
|
|
|
|
<li className="fl task-hide" style={{width: '240px'}}>
|
|
|
|
|
<Checkbox
|
|
|
|
|
className="fl task-hide edu-txt-left"
|
|
|
|
|
name="shixun_homework[]"
|
|
|
|
|
value={course_groups.ungroup_list.id}
|
|
|
|
|
>
|
|
|
|
|
<label style={{"textAlign": "left", "color": "#05101A"}}
|
|
|
|
|
className="task-hide color-grey-name" title="frerere">{course_groups.ungroup_list.name}</label>
|
|
|
|
|
</Checkbox>
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl" style={{width: '100px'}}>
|
|
|
|
|
{course_groups.ungroup_list.work_count}
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl" style={{width: '160px'}}>
|
|
|
|
|
{course_groups.ungroup_list.last_review_time}
|
|
|
|
|
</li>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
:
|
|
|
|
|
group_list&&group_list.map((item,key)=>{
|
|
|
|
|
return(
|
|
|
|
|
item.work_count===0?"":<div className="clearfix edu-txt-center lineh-40 bor-bottom-greyE" key={key}>
|
|
|
|
|
<li className="fl task-hide" style={{width: '240px'}}>
|
|
|
|
|
<Checkbox
|
|
|
|
|
className="fl task-hide edu-txt-left"
|
|
|
|
|
name="shixun_homework[]"
|
|
|
|
|
value={item=== undefined?"":item.id}
|
|
|
|
|
>
|
|
|
|
|
<label style={{"textAlign": "left", "color": "#05101A"}}
|
|
|
|
|
className="task-hide color-grey-name" title="frerere">{item===undefined?"":item.name}</label>
|
|
|
|
|
</Checkbox>
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl" style={{width: '100px'}}>
|
|
|
|
|
{item===undefined?"":item.works_count===undefined?item.work_count:item.works_count}
|
|
|
|
|
</li>
|
|
|
|
|
<li className="fl" style={{width: '160px'}}>
|
|
|
|
|
{item===undefined?"":item.last_review_time}
|
|
|
|
|
</li>
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
</Checkbox.Group>
|
|
|
|
|
</ul>
|
|
|
|
|
}
|
|
|
|
|
</Checkbox.Group>
|
|
|
|
|
</ul>
|
|
|
|
|
}
|
|
|
|
|
<div className={"clearfix"}>
|
|
|
|
|
<Checkbox checked={onChangetype} onChange={this.onChange} className={"ml10"}>{onChangetype===true?"清除":"全选"}</Checkbox>
|
|
|
|
|