agregar placa en invitados
This commit is contained in:
		
							parent
							
								
									05b72e071a
								
							
						
					
					
						commit
						d8be6c02a0
					
				| 
						 | 
				
			
			@ -92,6 +92,10 @@ export default function AgregarInvitados({ navigation }) {
 | 
			
		|||
            <FormControl.Label>Teléfono</FormControl.Label>
 | 
			
		||||
            <TextInput style={styles.input} type="text" onChangeText={(value) => setPhone(value)} />
 | 
			
		||||
          </FormControl>
 | 
			
		||||
          <FormControl >
 | 
			
		||||
            <FormControl.Label>Placa</FormControl.Label>
 | 
			
		||||
            <TextInput style={styles.input} type="text" onChangeText={(value) => setPhone(value)} />
 | 
			
		||||
          </FormControl>
 | 
			
		||||
          <Button mt="2" backgroundColor='tertiary.600' onPress={() => saveInvitado()}>
 | 
			
		||||
           Guardar
 | 
			
		||||
          </Button>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -72,7 +72,9 @@ export default function AreaComun({navigation}){
 | 
			
		|||
        "finish_time": endSelectedHours + ":" +endSelectedMinutes,
 | 
			
		||||
        "date_entry": date,
 | 
			
		||||
        "user_id" : user._id, 
 | 
			
		||||
        "common_area_id": service
 | 
			
		||||
        "common_area_id": service,
 | 
			
		||||
        "common_area_name": "", 
 | 
			
		||||
        "community_id": ""
 | 
			
		||||
      
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -89,10 +89,10 @@ export default function Profile({ navigation }) {
 | 
			
		|||
            <FormControl.Label>DNI</FormControl.Label>
 | 
			
		||||
            <TextInput type="text" defaultValue={userData.user.dni} editable={false} />
 | 
			
		||||
          </FormControl>
 | 
			
		||||
          <FormControl>
 | 
			
		||||
          {/* <FormControl>
 | 
			
		||||
            <FormControl.Label>Teléfono</FormControl.Label>
 | 
			
		||||
            <TextInput type="text" defaultValue={userData.user.phone} editable={false} />
 | 
			
		||||
          </FormControl>
 | 
			
		||||
          </FormControl> */}
 | 
			
		||||
          <FormControl>
 | 
			
		||||
            <FormControl.Label>Nombre</FormControl.Label>
 | 
			
		||||
            <TextInput style={styles.input} type="text" defaultValue={userData.user.name} onChangeText={(value) => setName(value) }/>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue