Subversion Repositories eFlore/Applications.cel

Rev

Rev 3375 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3375 Rev 3381
Line 50... Line 50...
50
	var releveDatas = [];
50
	var releveDatas = [];
51
	this.infosUtilisateur.id     = $( '#id_utilisateur' ).val();
51
	this.infosUtilisateur.id     = $( '#id_utilisateur' ).val();
52
	this.infosUtilisateur.prenom = $( '#prenom' ).val();
52
	this.infosUtilisateur.prenom = $( '#prenom' ).val();
53
	this.infosUtilisateur.nom    = $( '#nom' ).val();
53
	this.infosUtilisateur.nom    = $( '#nom' ).val();
Line -... Line 54...
-
 
54
 
-
 
55
	$('[type="date"]').prop('max', function(){
-
 
56
		return new Date().toJSON().split('T')[0];
-
 
57
	});
54
 
58
 
55
	if( this.utils.valOk( this.infosUtilisateur.id ) ) {
59
	if( this.utils.valOk( this.infosUtilisateur.id ) ) {
56
		if ( this.utils.valOk( $( '#releve-data' ).val() ) ) {
60
		if ( this.utils.valOk( $( '#releve-data' ).val() ) ) {
57
			const datRuComun = $.parseJSON( $( '#dates-rues-communes' ).val() );
61
			const datRuComun = $.parseJSON( $( '#dates-rues-communes' ).val() );