|
@ -138,7 +138,7 @@ function PluviometerRegisterScreen(props) { |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<View> |
|
|
|
|
|
|
|
|
<View style={{padding: 10, flex:1}}> |
|
|
<OnSubmitAwaitModal show={showAwaitModal} /> |
|
|
<OnSubmitAwaitModal show={showAwaitModal} /> |
|
|
<OnSubmitMessageModal |
|
|
<OnSubmitMessageModal |
|
|
show={showMessageModal} |
|
|
show={showMessageModal} |
|
@ -162,28 +162,28 @@ function PluviometerRegisterScreen(props) { |
|
|
}); |
|
|
}); |
|
|
}} |
|
|
}} |
|
|
> |
|
|
> |
|
|
<View padding={16}> |
|
|
|
|
|
|
|
|
<View style={{padding: 6, flex:1}}> |
|
|
<Text style={styles.title}>Cadastro do Pluviômetro</Text> |
|
|
<Text style={styles.title}>Cadastro do Pluviômetro</Text> |
|
|
{/* <Text */} |
|
|
|
|
|
{/* style={{ */} |
|
|
|
|
|
{/* marginTop: 24, */} |
|
|
|
|
|
{/* marginBottom: 16, */} |
|
|
|
|
|
{/* fontSize: dimensions.text.secondary, */} |
|
|
|
|
|
{/* fontWeight: "bold", */} |
|
|
|
|
|
{/* textAlign: "left", */} |
|
|
|
|
|
{/* color: colors.secondary, */} |
|
|
|
|
|
{/* }} */} |
|
|
|
|
|
{/* > */} |
|
|
|
|
|
{/* Data do cadastro: */} |
|
|
|
|
|
{/* </Text> */} |
|
|
|
|
|
|
|
|
<Text |
|
|
|
|
|
style={{ |
|
|
|
|
|
marginTop: 24, |
|
|
|
|
|
marginBottom: 16, |
|
|
|
|
|
fontSize: dimensions.text.secondary, |
|
|
|
|
|
fontWeight: "bold", |
|
|
|
|
|
textAlign: "left", |
|
|
|
|
|
color: colors.secondary, |
|
|
|
|
|
}} |
|
|
|
|
|
> |
|
|
|
|
|
Data do cadastro: |
|
|
|
|
|
</Text> |
|
|
|
|
|
|
|
|
{/* <FormDatePicker */} |
|
|
|
|
|
{/* onDateChange={(value) => setDate(value)} */} |
|
|
|
|
|
{/* onTimeChange={(value) => setTime(value)} */} |
|
|
|
|
|
{/* date={date} */} |
|
|
|
|
|
{/* time={time} */} |
|
|
|
|
|
{/* formTypeFace={"pluviometerRegister"} */} |
|
|
|
|
|
{/* /> */} |
|
|
|
|
|
|
|
|
<FormDatePicker |
|
|
|
|
|
onDateChange={(value) => setDate(value)} |
|
|
|
|
|
onTimeChange={(value) => setTime(value)} |
|
|
|
|
|
date={date} |
|
|
|
|
|
time={time} |
|
|
|
|
|
formTypeFace={"pluviometerRegister"} |
|
|
|
|
|
/> |
|
|
<Text style={styles.label}>Endereço do pluviômetro*: </Text> |
|
|
<Text style={styles.label}>Endereço do pluviômetro*: </Text> |
|
|
|
|
|
|
|
|
<View marginBottom={24}> |
|
|
<View marginBottom={24}> |
|
|