|  |  |  | @ -30,6 +30,9 @@ class DetailTop extends Component{ | 
			
		
	
		
			
				
					|  |  |  |  | 			OpenCourseTypes:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			putappointmenttype:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			getappointmenttype:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			openpathss:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			cancel_publics:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			cancel_has_publics:false | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  | 	componentDidMount(){ | 
			
		
	
	
		
			
				
					|  |  |  | @ -104,24 +107,38 @@ class DetailTop extends Component{ | 
			
		
	
		
			
				
					|  |  |  |  |     }) | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   applyissuePath=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  |     this.setState({ | 
			
		
	
		
			
				
					|  |  |  |  |       Modalstype:true, | 
			
		
	
		
			
				
					|  |  |  |  |       Modalstopval:"发布申请已提交,请等待管理员的审核", | 
			
		
	
		
			
				
					|  |  |  |  |       Modalsbottomval:"• 我们将在1-2个工作日内完成审核", | 
			
		
	
		
			
				
					|  |  |  |  |       loadtype:true | 
			
		
	
		
			
				
					|  |  |  |  |     }) | 
			
		
	
		
			
				
					|  |  |  |  | 		let pathid=this.props.match.params.pathId; | 
			
		
	
		
			
				
					|  |  |  |  | 		let url ="/paths/"+pathid+"/publish.json"; | 
			
		
	
		
			
				
					|  |  |  |  | 		axios.post(url).then((result)=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 			if(result.status===200){ | 
			
		
	
		
			
				
					|  |  |  |  | 				if(result.data.status===0){ | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.showNotification(result.data.message) | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.getlistdatas(); | 
			
		
	
		
			
				
					|  |  |  |  | 				}else if(result.data.status===1){ | 
			
		
	
		
			
				
					|  |  |  |  | 					// window.location.reload();
 | 
			
		
	
		
			
				
					|  |  |  |  | 				} | 
			
		
	
		
			
				
					|  |  |  |  | 			} | 
			
		
	
		
			
				
					|  |  |  |  | 		}).catch((error)=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 			console.log(error); | 
			
		
	
		
			
				
					|  |  |  |  | 		}) | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   cancelissuePath=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  |   postcancelissuePath=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 		let pathId=this.props.match.params.pathId; | 
			
		
	
		
			
				
					|  |  |  |  | 		let url ="/paths/"+pathId+"/cancel_publish.json"; | 
			
		
	
		
			
				
					|  |  |  |  |     axios.get(url).then((result)=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 		axios.post(url).then((result)=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 			if(result.status===200){ | 
			
		
	
		
			
				
					|  |  |  |  | 				if(result.data.status===0){ | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 				}else if(result.data.status===1){ | 
			
		
	
		
			
				
					|  |  |  |  |           window.location.href = "/paths/" + result.data.subject_id | 
			
		
	
		
			
				
					|  |  |  |  | 					this.cardsModalcancel() | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.showNotification("撤销发布成功") | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.getlistdatas() | 
			
		
	
		
			
				
					|  |  |  |  | 					// window.location.href = "/paths/" + result.data.subject_id
 | 
			
		
	
		
			
				
					|  |  |  |  | 				} | 
			
		
	
		
			
				
					|  |  |  |  | 			} | 
			
		
	
		
			
				
					|  |  |  |  | 		}).catch((error)=>{ | 
			
		
	
	
		
			
				
					|  |  |  | @ -129,44 +146,36 @@ class DetailTop extends Component{ | 
			
		
	
		
			
				
					|  |  |  |  | 		}) | 
			
		
	
		
			
				
					|  |  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   reovkissuePath=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  |   cancelissuePath=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 			this.setState({ | 
			
		
	
		
			
				
					|  |  |  |  | 				Modalstype: true, | 
			
		
	
		
			
				
					|  |  |  |  |       Modalstopval:"是否确认撤销发布", | 
			
		
	
		
			
				
					|  |  |  |  |       Modalsbottomval:"确认后,回退到编辑状态", | 
			
		
	
		
			
				
					|  |  |  |  | 				Modalstopval: "是否确认撤销发布?", | 
			
		
	
		
			
				
					|  |  |  |  | 				// modalsMidval:"撤销发布后,学员将无法进行练习,若您新增关",
 | 
			
		
	
		
			
				
					|  |  |  |  | 				// Modalsbottomval:"卡,学员需要重新体验实训",
 | 
			
		
	
		
			
				
					|  |  |  |  | 				cardsModalsavetype: true, | 
			
		
	
		
			
				
					|  |  |  |  | 				modalstyles:"848282" | 
			
		
	
		
			
				
					|  |  |  |  | 			}) | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  |   reovkissuePaths=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  |     let pathId=this.props.match.params.pathId; | 
			
		
	
		
			
				
					|  |  |  |  |     let url ="/paths/"+pathId+"/cancel_has_publish.json"; | 
			
		
	
		
			
				
					|  |  |  |  |     axios.get(url).then((result)=>{ | 
			
		
	
		
			
				
					|  |  |  |  |       if(result.status===200){ | 
			
		
	
		
			
				
					|  |  |  |  |         if(result.data.status===0){ | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         }else if(result.data.status===1){ | 
			
		
	
		
			
				
					|  |  |  |  |           this.setState({ | 
			
		
	
		
			
				
					|  |  |  |  |             cardsModalsavetype:false, | 
			
		
	
		
			
				
					|  |  |  |  |             loadtype:false, | 
			
		
	
		
			
				
					|  |  |  |  |             deletepathtype:false | 
			
		
	
		
			
				
					|  |  |  |  |           }) | 
			
		
	
		
			
				
					|  |  |  |  |           window.location.href = "/paths/" + result.data.subject_id | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  |       } | 
			
		
	
		
			
				
					|  |  |  |  |     }).catch((error)=>{ | 
			
		
	
		
			
				
					|  |  |  |  |       console.log(error); | 
			
		
	
		
			
				
					|  |  |  |  |     }) | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   cardsModalcancel=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  |      this.setState({ | 
			
		
	
		
			
				
					|  |  |  |  |        Modalstype:false, | 
			
		
	
		
			
				
					|  |  |  |  |        Modalsbottomval:'', | 
			
		
	
		
			
				
					|  |  |  |  |        loadtype:false, | 
			
		
	
		
			
				
					|  |  |  |  |        deletepathtype:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			 putappointmenttype:false | 
			
		
	
		
			
				
					|  |  |  |  | 			 putappointmenttype:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			 modalsMidval:'', | 
			
		
	
		
			
				
					|  |  |  |  | 			 modalstyles:'', | 
			
		
	
		
			
				
					|  |  |  |  | 			 cardsModalsavetype:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			 applyissuePath:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			 openpathss:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			 cancel_publics:false, | 
			
		
	
		
			
				
					|  |  |  |  | 			 cancel_has_publics:false | 
			
		
	
		
			
				
					|  |  |  |  |      }) | 
			
		
	
		
			
				
					|  |  |  |  |   } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | @ -317,6 +326,7 @@ class DetailTop extends Component{ | 
			
		
	
		
			
				
					|  |  |  |  | 					// this.props.getlistdatas()
 | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.showNotification(response.data.message) | 
			
		
	
		
			
				
					|  |  |  |  | 				}else{ | 
			
		
	
		
			
				
					|  |  |  |  | 					this.cardsModalcancel() | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.showNotification(response.data.message) | 
			
		
	
		
			
				
					|  |  |  |  | 				} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | @ -327,10 +337,93 @@ class DetailTop extends Component{ | 
			
		
	
		
			
				
					|  |  |  |  | 		}) | 
			
		
	
		
			
				
					|  |  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   postopenpaths=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 		let pathid=this.props.match.params.pathId; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 		let url ="/paths/"+pathid+"/apply_public.json"; | 
			
		
	
		
			
				
					|  |  |  |  | 		axios.post(url).then((result)=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 			if(result.status===200){ | 
			
		
	
		
			
				
					|  |  |  |  | 				if(result.data.status===0){ | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.showNotification(result.data.message) | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.getlistdatas(); | 
			
		
	
		
			
				
					|  |  |  |  | 					this.cardsModalcancel() | 
			
		
	
		
			
				
					|  |  |  |  | 				}else if(result.data.status===1){ | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.showNotification(result.data.message) | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.getlistdatas(); | 
			
		
	
		
			
				
					|  |  |  |  | 					this.cardsModalcancel() | 
			
		
	
		
			
				
					|  |  |  |  | 				} | 
			
		
	
		
			
				
					|  |  |  |  | 			} | 
			
		
	
		
			
				
					|  |  |  |  | 		}).catch((error)=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 			console.log(error); | 
			
		
	
		
			
				
					|  |  |  |  | 		}) | 
			
		
	
		
			
				
					|  |  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	openpaths=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 		this.setState({ | 
			
		
	
		
			
				
					|  |  |  |  | 			Modalstype: true, | 
			
		
	
		
			
				
					|  |  |  |  | 			openpathss:true, | 
			
		
	
		
			
				
					|  |  |  |  | 			Modalstopval: "公开申请已提交,请等待管理员的审核", | 
			
		
	
		
			
				
					|  |  |  |  | 			modalsMidval:"• 我们将在1-2个工作日内完成审核", | 
			
		
	
		
			
				
					|  |  |  |  | 			Loadtype:true, | 
			
		
	
		
			
				
					|  |  |  |  | 			modalstyles:"848282" | 
			
		
	
		
			
				
					|  |  |  |  | 		}) | 
			
		
	
		
			
				
					|  |  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	postcancel_public=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 		let pathid=this.props.match.params.pathId; | 
			
		
	
		
			
				
					|  |  |  |  | 		let url ="/paths/"+pathid+"/cancel_public.json"; | 
			
		
	
		
			
				
					|  |  |  |  | 		axios.post(url).then((result)=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 			if(result.status===200){ | 
			
		
	
		
			
				
					|  |  |  |  | 				if(result.data.status===0){ | 
			
		
	
		
			
				
					|  |  |  |  | 					this.cardsModalcancel() | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.showNotification("撤销申请公开成功") | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.getlistdatas(); | 
			
		
	
		
			
				
					|  |  |  |  | 				} | 
			
		
	
		
			
				
					|  |  |  |  | 			} | 
			
		
	
		
			
				
					|  |  |  |  | 		}).catch((error)=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 			console.log(error); | 
			
		
	
		
			
				
					|  |  |  |  | 		}) | 
			
		
	
		
			
				
					|  |  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	cancel_public=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 		this.setState({ | 
			
		
	
		
			
				
					|  |  |  |  | 			cancel_publics:true, | 
			
		
	
		
			
				
					|  |  |  |  | 			Modalstype: true, | 
			
		
	
		
			
				
					|  |  |  |  | 			Modalstopval: "是否确认撤销申请公开?", | 
			
		
	
		
			
				
					|  |  |  |  | 			modalsMidval:" ", | 
			
		
	
		
			
				
					|  |  |  |  | 			ModalsBottomval:" ", | 
			
		
	
		
			
				
					|  |  |  |  | 		}) | 
			
		
	
		
			
				
					|  |  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	postcancel_has_public=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 		let pathid=this.props.match.params.pathId; | 
			
		
	
		
			
				
					|  |  |  |  | 		let url ="/paths/"+pathid+"/cancel_has_public.json"; | 
			
		
	
		
			
				
					|  |  |  |  | 		axios.post(url).then((result)=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 			if(result.status===200){ | 
			
		
	
		
			
				
					|  |  |  |  | 				if(result.data.status===0){ | 
			
		
	
		
			
				
					|  |  |  |  | 					this.cardsModalcancel() | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.showNotification("撤消公开成功") | 
			
		
	
		
			
				
					|  |  |  |  | 					this.props.getlistdatas(); | 
			
		
	
		
			
				
					|  |  |  |  | 				} | 
			
		
	
		
			
				
					|  |  |  |  | 			} | 
			
		
	
		
			
				
					|  |  |  |  | 		}).catch((error)=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 			console.log(error); | 
			
		
	
		
			
				
					|  |  |  |  | 		}) | 
			
		
	
		
			
				
					|  |  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	cancel_has_public=()=>{ | 
			
		
	
		
			
				
					|  |  |  |  | 		this.setState({ | 
			
		
	
		
			
				
					|  |  |  |  | 			cancel_has_publics:true, | 
			
		
	
		
			
				
					|  |  |  |  | 			Modalstype: true, | 
			
		
	
		
			
				
					|  |  |  |  | 			Modalstopval: "是否确认撤销公开?", | 
			
		
	
		
			
				
					|  |  |  |  | 			modalsMidval:" ", | 
			
		
	
		
			
				
					|  |  |  |  | 			ModalsBottomval:" ", | 
			
		
	
		
			
				
					|  |  |  |  | 		}) | 
			
		
	
		
			
				
					|  |  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 	render(){ | 
			
		
	
		
			
				
					|  |  |  |  |     let{detailInfoList}=this.props; | 
			
		
	
		
			
				
					|  |  |  |  |     let{Modalstype,Modalstopval,cardsModalcancel,putappointmenttype,Modalsbottomval,cardsModalsavetype,loadtype,getappointmenttype}=this.state; | 
			
		
	
		
			
				
					|  |  |  |  |     let{Modalstype,Modalstopval,cardsModalcancel,putappointmenttype,Modalsbottomval,cardsModalsavetype,loadtype,getappointmenttype,openpathss,cancel_publics,cancel_has_publics}=this.state; | 
			
		
	
		
			
				
					|  |  |  |  |     const radioStyle = { | 
			
		
	
		
			
				
					|  |  |  |  |       display: 'block', | 
			
		
	
		
			
				
					|  |  |  |  |       height: '30px', | 
			
		
	
	
		
			
				
					|  |  |  | @ -367,8 +460,10 @@ class DetailTop extends Component{ | 
			
		
	
		
			
				
					|  |  |  |  |           modalsTopval={Modalstopval} | 
			
		
	
		
			
				
					|  |  |  |  |           modalsBottomval={Modalsbottomval} | 
			
		
	
		
			
				
					|  |  |  |  |           modalCancel={cardsModalcancel} | 
			
		
	
		
			
				
					|  |  |  |  |           modalSave={cardsModalsavetype===true?()=>this.reovkissuePaths():putappointmenttype===true?()=>this.getappointment():()=>this.cardsModalsave()} | 
			
		
	
		
			
				
					|  |  |  |  |           modalSave={cardsModalsavetype===true?()=>this.postcancelissuePath():openpathss===true?()=>this.postopenpaths():cancel_publics===true?()=>this.postcancel_public():cancel_has_publics===true?()=>this.postcancel_has_public():putappointmenttype===true?()=>this.getappointment():()=>this.cardsModalsave()} | 
			
		
	
		
			
				
					|  |  |  |  |           loadtype={loadtype} | 
			
		
	
		
			
				
					|  |  |  |  | 					modalsMidval={this.state.modalsMidval} | 
			
		
	
		
			
				
					|  |  |  |  | 					modalstyles={this.state.modalstyles} | 
			
		
	
		
			
				
					|  |  |  |  |         > | 
			
		
	
		
			
				
					|  |  |  |  |         </Modals> | 
			
		
	
		
			
				
					|  |  |  |  | 			{this.state.yslJointhe===true?<Jointheclass   {...this.props} {...this.state} ysljoinmodalCancel={()=>this.ysljoinmodalCancel()} ysljoinmodalCanceltwo={()=>this.ysljoinmodalCanceltwo(this.state.MenuItemskey)}></Jointheclass>:""} | 
			
		
	
	
		
			
				
					|  |  |  | @ -436,7 +531,7 @@ class DetailTop extends Component{ | 
			
		
	
		
			
				
					|  |  |  |  | 									border:1px solid rgba(255,255,255,1); | 
			
		
	
		
			
				
					|  |  |  |  | 									} | 
			
		
	
		
			
				
					|  |  |  |  | 									.maxwinth600{ | 
			
		
	
		
			
				
					|  |  |  |  | 									  width:740px; | 
			
		
	
		
			
				
					|  |  |  |  | 									  width:730px; | 
			
		
	
		
			
				
					|  |  |  |  | 									} | 
			
		
	
		
			
				
					|  |  |  |  | 									` | 
			
		
	
		
			
				
					|  |  |  |  | 								} | 
			
		
	
	
		
			
				
					|  |  |  | @ -473,33 +568,48 @@ class DetailTop extends Component{ | 
			
		
	
		
			
				
					|  |  |  |  | 									} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 								{ detailInfoList.allow_send === true? | 
			
		
	
		
			
				
					|  |  |  |  | 									<SendPanel {...this.props} {...this.state}></SendPanel>:"" | 
			
		
	
		
			
				
					|  |  |  |  | 										<SendPanel {...this.props} {...this.state} widths={"80px"}></SendPanel> | 
			
		
	
		
			
				
					|  |  |  |  | 								:"" | 
			
		
	
		
			
				
					|  |  |  |  | 								} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 								{this.props.courses===undefined?"":detailInfoList.is_creator===true?<a className={"fr font-18 color-white kaike mr20 kkbths"} onClick={()=>this.OpenCoursefun()}>开课</a>:""} | 
			
		
	
		
			
				
					|  |  |  |  | 								{this.props.courses===undefined?"":detailInfoList.is_creator===true?<a className={"fr font-18 color-white kaike mr20 kkbths"} style={{'width':'65px'}} onClick={()=>this.OpenCoursefun()}>开课</a>:""} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 								{ | 
			
		
	
		
			
				
					|  |  |  |  | 									detailInfoList.publish_status===2 && detailInfoList.allow_statistics===true? | 
			
		
	
		
			
				
					|  |  |  |  | 										<a className="fr font-18 color-white kaike mr20 kkbths" onClick={this.reovkissuePath}>撤销发布</a>:"" | 
			
		
	
		
			
				
					|  |  |  |  | 								{ detailInfoList.allow_statistics===true&& detailInfoList.public_status===2? | 
			
		
	
		
			
				
					|  |  |  |  | 									<a className="fr font-18 color-white kaike mr20 kkbths" onClick={this.cancel_has_public}>撤销公开</a>:"" | 
			
		
	
		
			
				
					|  |  |  |  | 								} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 								{detailInfoList.allow_statistics===true&& detailInfoList.public_status===1? | 
			
		
	
		
			
				
					|  |  |  |  | 									<a className="fr font-18 color-white kaike mr20 kkbths" onClick={this.cancel_public} style={{width:'135px'}}>撤销申请公开</a>:"" | 
			
		
	
		
			
				
					|  |  |  |  | 								} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 								{ detailInfoList.publish_status===2&& detailInfoList.allow_statistics===true&& detailInfoList.public_status===0? | 
			
		
	
		
			
				
					|  |  |  |  | 									<a className="fr font-18 color-white kaike mr20 kkbths" onClick={this.openpaths}>申请公开</a>:"" | 
			
		
	
		
			
				
					|  |  |  |  | 								} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 								{ | 
			
		
	
		
			
				
					|  |  |  |  | 									detailInfoList.publish_status===1 && detailInfoList.allow_statistics===true? | 
			
		
	
		
			
				
					|  |  |  |  | 										<a className="fr font-18 color-white kaike mr20 kkbths" onClick={this.cancelissuePath}>撤销申请</a>:"" | 
			
		
	
		
			
				
					|  |  |  |  | 									detailInfoList.publish_status===2 && detailInfoList.allow_statistics===true&&detailInfoList.public_status===0? | 
			
		
	
		
			
				
					|  |  |  |  | 										<a className="fr font-18 color-white kaike mr20 kkbths" onClick={this.cancelissuePath}>撤销发布</a>:"" | 
			
		
	
		
			
				
					|  |  |  |  | 								} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 								{ | 
			
		
	
		
			
				
					|  |  |  |  | 									detailInfoList.publish_status===0&&detailInfoList.allow_add_member===true? | 
			
		
	
		
			
				
					|  |  |  |  | 										<a className="fr font-18 color-white kaike mr20 kkbths" onClick={this.applyissuePath}>申请发布</a>:"" | 
			
		
	
		
			
				
					|  |  |  |  | 											<a className="fr font-18 color-white kaike mr20 kkbths" | 
			
		
	
		
			
				
					|  |  |  |  | 												 style={{'width':'65px'}} | 
			
		
	
		
			
				
					|  |  |  |  | 												 onClick={this.applyissuePath}>发布</a>:"" | 
			
		
	
		
			
				
					|  |  |  |  | 								} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 								{detailInfoList===undefined?"":detailInfoList.allow_delete===true?<a | 
			
		
	
		
			
				
					|  |  |  |  | 									className={"fr font-18 color-white kaike mr20 kkbths"} | 
			
		
	
		
			
				
					|  |  |  |  | 									onClick={this.allow_deletepath} | 
			
		
	
		
			
				
					|  |  |  |  | 									style={{'width':'65px'}} | 
			
		
	
		
			
				
					|  |  |  |  | 								>删除</a>:""} | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | 								{detailInfoList===undefined?"":detailInfoList.allow_statistics===true? | 
			
		
	
		
			
				
					|  |  |  |  | 									<Link to={"/paths/"+this.props.match.params.pathId+"/edit"} className="fr font-18 color-white kaike mr20 kkbths" > | 
			
		
	
		
			
				
					|  |  |  |  | 									<Link to={"/paths/"+this.props.match.params.pathId+"/edit"} | 
			
		
	
		
			
				
					|  |  |  |  | 												style={{'width':'65px'}} | 
			
		
	
		
			
				
					|  |  |  |  | 												className="fr font-18 color-white kaike mr20 kkbths" > | 
			
		
	
		
			
				
					|  |  |  |  | 										编辑 | 
			
		
	
		
			
				
					|  |  |  |  | 									</Link> | 
			
		
	
		
			
				
					|  |  |  |  | 									:"" | 
			
		
	
	
		
			
				
					|  |  |  | 
 |