|
|
@ -52,12 +52,12 @@ class OfficialAcademicTranscript extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
if(score!=null&&score!=undefined&&score!=""){
|
|
|
|
if(score!=null&&score!=undefined&&score!=""){
|
|
|
|
if(score<0){
|
|
|
|
if(score<0){
|
|
|
|
this.props.showNotification("调分不能小于0");
|
|
|
|
this.props.showNotification("不能小于0");
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
customsids:id
|
|
|
|
customsids:id
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}else if(score>maxsum){
|
|
|
|
}else if(score>maxsum){
|
|
|
|
this.props.showNotification(`调分不能大于${maxsum}`);
|
|
|
|
this.props.showNotification(`不能大于关卡分值${maxsum}`);
|
|
|
|
this.setState({
|
|
|
|
this.setState({
|
|
|
|
customsids:id
|
|
|
|
customsids:id
|
|
|
|
})
|
|
|
|
})
|
|
|
|