filtered double entries, fixed betreuung dropdown, fixed abbau
This commit is contained in:
@@ -506,9 +506,6 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
localization: AppLocalizations.of(context)!.altstort,
|
||||
),
|
||||
),
|
||||
const SizedBox(
|
||||
height: 1,
|
||||
),
|
||||
const SizedBox(
|
||||
height: 5,
|
||||
),
|
||||
@@ -534,7 +531,7 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
VarTextField(
|
||||
textController: betreuungC,
|
||||
localization: AppLocalizations.of(context)!.betreuung,
|
||||
dbName: "KontSum",
|
||||
dbName: "Betreuung",
|
||||
required: false),
|
||||
const SizedBox(
|
||||
height: 20,
|
||||
@@ -650,7 +647,7 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
localization: AppLocalizations.of(context)!.bland,
|
||||
dbName: "BLand",
|
||||
required: true,
|
||||
default_value: "bLand",
|
||||
defaultValue: "bLand",
|
||||
),
|
||||
VarTextField(
|
||||
textController: lkrC,
|
||||
@@ -717,7 +714,7 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
alignment: Alignment.bottomLeft,
|
||||
child: Row(
|
||||
children: [
|
||||
Text(AppLocalizations.of(context)!.ktage1),
|
||||
Text(AppLocalizations.of(context)!.ktage),
|
||||
const Text(
|
||||
'*',
|
||||
style: TextStyle(color: Colors.red),
|
||||
@@ -725,34 +722,31 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
],
|
||||
),
|
||||
),
|
||||
VarTextField(
|
||||
textController: kTage1C,
|
||||
localization: AppLocalizations.of(context)!.ktage1,
|
||||
dbName: "KTage1",
|
||||
required: true,
|
||||
default_value: "kTage1",
|
||||
|
||||
Row(
|
||||
children: [
|
||||
Expanded(
|
||||
child: Text( AppLocalizations.of(context)!.ktage1)),
|
||||
|
||||
const SizedBox(width: 15,),
|
||||
Expanded(
|
||||
flex: 4,
|
||||
child: VarTextField(otherDefault: "24", textController: kTage1C, localization: AppLocalizations.of(context)!.ktage1, dbName: "KTage1", required: true))
|
||||
],
|
||||
),
|
||||
const SizedBox(
|
||||
height: 20,
|
||||
),
|
||||
Align(
|
||||
alignment: Alignment.bottomLeft,
|
||||
child: Row(
|
||||
children: [
|
||||
Text(AppLocalizations.of(context)!.ktage2),
|
||||
const Text(
|
||||
'*',
|
||||
style: TextStyle(color: Colors.red),
|
||||
)
|
||||
],
|
||||
)),
|
||||
VarTextField(
|
||||
textController: kTage2C,
|
||||
localization: AppLocalizations.of(context)!.ktage2,
|
||||
dbName: "KTage1",
|
||||
required: true,
|
||||
default_value: "kTage2",
|
||||
|
||||
|
||||
Row(
|
||||
children: [
|
||||
Expanded(
|
||||
child: Text( AppLocalizations.of(context)!.ktage2)),
|
||||
const SizedBox(width: 15,),
|
||||
Expanded(
|
||||
flex: 4,
|
||||
child: VarTextField(otherDefault: "48", textController: kTage2C, localization: AppLocalizations.of(context)!.ktage2, dbName: "KTage2", required: true))
|
||||
],
|
||||
),
|
||||
|
||||
const SizedBox(
|
||||
height: 20,
|
||||
),
|
||||
@@ -797,7 +791,7 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
localization: AppLocalizations.of(context)!.adresse1,
|
||||
dbName: "Adresse1",
|
||||
required: true,
|
||||
default_value: "addresse1",
|
||||
defaultValue: "addresse1",
|
||||
),
|
||||
VarTextField(
|
||||
textController: adresse2C,
|
||||
|
||||
Reference in New Issue
Block a user