|
|
|
@ -1255,6 +1255,15 @@ class Trainingjobsetting extends Component {
|
|
|
|
|
late_time:moment(handleDateString(dateString)).add(2, 'months'),
|
|
|
|
|
late_times:moment(handleDateString(dateString)).add(2, 'months').format('YYYY-MM-DD HH:mm'),
|
|
|
|
|
});
|
|
|
|
|
try {
|
|
|
|
|
this.setState({
|
|
|
|
|
unit_e_tip: "",
|
|
|
|
|
p_flag: false,
|
|
|
|
|
borredss:undefined,
|
|
|
|
|
})
|
|
|
|
|
} catch (e) {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}else{
|
|
|
|
|
this.setState({
|
|
|
|
|
end_time:moment(handleDateString(dateString)).add(1, 'months'),
|
|
|
|
@ -1921,7 +1930,7 @@ class Trainingjobsetting extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
<p className="color-red lineh-25 clearfix" style={{height:"25px"}}>
|
|
|
|
|
{
|
|
|
|
|
unit_p_tip && unit_p_tip != "" ? <span className="fl">{ unit_p_tip }</span>
|
|
|
|
|
unit_p_tip && unit_p_tip != "" ? <span className="fl" style={{marginLeft: "94px"}}>{ unit_p_tip }</span>
|
|
|
|
|
: ""
|
|
|
|
|
}
|
|
|
|
|
</p>
|
|
|
|
@ -1955,7 +1964,7 @@ class Trainingjobsetting extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
<p className="color-red lineh-25 clearfix" style={{height:"25px"}}>
|
|
|
|
|
{
|
|
|
|
|
unit_e_tip && unit_e_tip != "" ? <span className="fl">{ unit_e_tip }</span> :""
|
|
|
|
|
unit_e_tip && unit_e_tip != "" ? <span className="fl" style={{marginLeft: "94px"}}>{ unit_e_tip }</span> :""
|
|
|
|
|
}
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|