|
|
|
@ -588,7 +588,7 @@ class Trainingjobsetting extends Component {
|
|
|
|
|
late_time: moment(this.state.late_time).format('YYYY-MM-DD HH:mm'), //结束时间
|
|
|
|
|
answer_open_evaluation: this.state.level === "满分" ? true : false, //扣分项
|
|
|
|
|
work_efficiency: this.state.completionefficiencyscore, //完成效率评分占比
|
|
|
|
|
eff_score: this.state.completionefficiencyscore === true ? this.state.latedeductiontwo : 0,//占比分
|
|
|
|
|
eff_score: this.state.completionefficiencyscore === true ? this.state.latedeductiontwo : undefined,//占比分
|
|
|
|
|
shixun_evaluation: this.state.proportion === "均分比例" ? 0 : this.state.proportion === "经验值比例" ? 1 : this.state.proportion === "自定义分值" ? 2 : 0,
|
|
|
|
|
challenge_settings: array,
|
|
|
|
|
score_open: this.state.publicwork,
|
|
|
|
@ -604,7 +604,7 @@ class Trainingjobsetting extends Component {
|
|
|
|
|
late_time: moment(this.state.late_time).format('YYYY-MM-DD HH:mm'), //结束时间
|
|
|
|
|
answer_open_evaluation: this.state.level === "满分" ? true : false, //扣分项
|
|
|
|
|
work_efficiency: this.state.completionefficiencyscore, //完成效率评分占比
|
|
|
|
|
eff_score: this.state.completionefficiencyscore === true ? this.state.latedeductiontwo : 0,//占比分
|
|
|
|
|
eff_score: this.state.completionefficiencyscore === true ? this.state.latedeductiontwo : undefined,//占比分
|
|
|
|
|
shixun_evaluation: this.state.proportion === "均分比例" ? 0 : this.state.proportion === "经验值比例" ? 1 : this.state.proportion === "自定义分值" ? 2 : 0,
|
|
|
|
|
challenge_settings: array,
|
|
|
|
|
score_open: this.state.publicwork,
|
|
|
|
|