feat: up case for fno input

This commit is contained in:
2026-01-07 20:42:19 +08:00
parent 774ba91aad
commit 2b5e0a45aa
10 changed files with 15 additions and 5 deletions

View File

@@ -46,7 +46,8 @@
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入航班号"}' hint='@{"请输入航班号"}'
type="@{SearchLayoutType.INPUT}" type="@{SearchLayoutType.INPUT}"
value="@={viewModel.flightNo}" /> value="@={viewModel.flightNo}"
setUpperCaseAlphanumeric="@{true}" />
<!-- 目的站 --> <!-- 目的站 -->
<com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayout <com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayout

View File

@@ -46,7 +46,8 @@
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入航班号"}' hint='@{"请输入航班号"}'
type="@{SearchLayoutType.INPUT}" type="@{SearchLayoutType.INPUT}"
value="@={viewModel.flightNo}" /> value="@={viewModel.flightNo}"
setUpperCaseAlphanumeric="@{true}" />
<!-- 代理 --> <!-- 代理 -->
<com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayout <com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayout

View File

@@ -46,6 +46,7 @@
hint='@{"请输入航班号"}' hint='@{"请输入航班号"}'
type="@{SearchLayoutType.INPUT}" type="@{SearchLayoutType.INPUT}"
value="@={viewModel.flightNo}" value="@={viewModel.flightNo}"
setUpperCaseAlphanumeric="@{true}"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" /> android:layout_weight="1" />

View File

@@ -47,7 +47,8 @@
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入航班号"}' hint='@{"请输入航班号"}'
type="@{SearchLayoutType.INPUT}" type="@{SearchLayoutType.INPUT}"
value="@={viewModel.flightNo}" /> value="@={viewModel.flightNo}"
setUpperCaseAlphanumeric="@{true}" />
<!-- 运单号 --> <!-- 运单号 -->
<com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayout <com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayout

View File

@@ -44,6 +44,7 @@
hint='@{"请输入航班号"}' hint='@{"请输入航班号"}'
type="@{SearchLayoutType.INPUT}" type="@{SearchLayoutType.INPUT}"
value="@={viewModel.flightNo}" value="@={viewModel.flightNo}"
setUpperCaseAlphanumeric="@{true}"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" /> android:layout_weight="1" />

View File

@@ -47,7 +47,8 @@
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入航班号"}' hint='@{"请输入航班号"}'
type="@{SearchLayoutType.INPUT}" type="@{SearchLayoutType.INPUT}"
value="@={viewModel.flightNo}" /> value="@={viewModel.flightNo}"
setUpperCaseAlphanumeric="@{true}" />
<!-- 运单号 --> <!-- 运单号 -->
<com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayout <com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayout

View File

@@ -46,7 +46,8 @@
android:layout_weight="1" android:layout_weight="1"
hint='@{"请输入航班号"}' hint='@{"请输入航班号"}'
type="@{SearchLayoutType.INPUT}" type="@{SearchLayoutType.INPUT}"
value="@={viewModel.flightNo}" /> value="@={viewModel.flightNo}"
setUpperCaseAlphanumeric="@{true}" />
<!-- 运单号 (带扫码) --> <!-- 运单号 (带扫码) -->
<com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayout <com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayout

View File

@@ -44,6 +44,7 @@
hint='@{"请输入航班号"}' hint='@{"请输入航班号"}'
type="@{SearchLayoutType.INPUT}" type="@{SearchLayoutType.INPUT}"
value="@={viewModel.flightNo}" value="@={viewModel.flightNo}"
setUpperCaseAlphanumeric="@{true}"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" /> android:layout_weight="1" />

View File

@@ -44,6 +44,7 @@
hint='@{"请输入航班号"}' hint='@{"请输入航班号"}'
type="@{SearchLayoutType.INPUT}" type="@{SearchLayoutType.INPUT}"
value="@={viewModel.flightNo}" value="@={viewModel.flightNo}"
setUpperCaseAlphanumeric="@{true}"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" /> android:layout_weight="1" />

View File

@@ -44,6 +44,7 @@
hint='@{"请输入航班号"}' hint='@{"请输入航班号"}'
type="@{SearchLayoutType.INPUT}" type="@{SearchLayoutType.INPUT}"
value="@={viewModel.flightNo}" value="@={viewModel.flightNo}"
setUpperCaseAlphanumeric="@{true}"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_weight="1" /> android:layout_weight="1" />