feat: 开始组装 opt

This commit is contained in:
2025-12-19 11:42:21 +08:00
parent b8fbc304f1
commit c6fe8f5310
5 changed files with 280 additions and 266 deletions

View File

@@ -46,11 +46,13 @@
android:layout_weight="3"
android:background="@drawable/bg_white_radius_8"
android:orientation="vertical">
<!-- 搜索框 -->
<!-- ULD搜索框 -->
<com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayoutNew
hint='@{"请输入ULD编"}'
hint='@{"请输入ULD编"}'
icon="@{@drawable/img_search}"
setRefreshCallBack="@{viewModel::onUldSearchInputComplete}"
type="@{SearchLayoutType.INPUT}"
value="@={viewModel.searchText}"
value="@={viewModel.uldSearchText}"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="4dp" />