feat: 开始组装 opt

This commit is contained in:
2025-12-18 09:52:13 +08:00
parent 2664cc7c69
commit e208d54a3c
7 changed files with 67 additions and 5 deletions

View File

@@ -48,7 +48,7 @@
android:orientation="vertical">
<!-- 搜索框 -->
<com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayoutNew
hint='@{"请输入搜索内容"}'
hint='@{"请输入ULD编码"}'
type="@{SearchLayoutType.INPUT}"
value="@={viewModel.searchText}"
android:layout_width="match_parent"
@@ -139,7 +139,7 @@
<!-- 搜索框 -->
<com.lukouguoji.module_base.ui.weight.search.layout.PadSearchLayoutNew
android:id="@+id/tvWbSearch"
hint='@{"请输入搜索内容"}'
hint='@{"请输入原单号"}'
icon="@{@drawable/img_search}"
setOnSearchListener="@{viewModel::loadWaitingAssembleWaybills}"
setSearchIconClickListener="@{viewModel::loadWaitingAssembleWaybills}"
@@ -248,7 +248,9 @@
android:orientation="horizontal">
<com.lukouguoji.module_base.ui.weight.data.layout.PadDataLayoutNew
android:id="@+id/uldNoInput"
required="@{false}"
setRefreshCallBack="@{viewModel::onUldNoInputComplete}"
title='@{"ULD编号"}'
titleLength="@{5}"
type="@{DataLayoutType.INPUT}"

View File

@@ -18,11 +18,13 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="36dp"
android:gravity="center_vertical"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="0dp"
android:layout_weight="1"
android:background="@color/white"
android:gravity="center_vertical"
android:orientation="horizontal"