feat: 开始组装 opt
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user