feat: 出港组装 开始组装 卸货、装货 api

This commit is contained in:
2025-12-18 10:10:04 +08:00
parent e208d54a3c
commit 01306d1302
4 changed files with 136 additions and 4 deletions

View File

@@ -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}"
@@ -364,6 +364,7 @@
<com.lukouguoji.module_base.ui.weight.data.layout.PadDataLayoutNew
enable="@{true}"
required="@{false}"
title='@{"组装重量:"}'
titleLength="@{5}"
type="@{DataLayoutType.INPUT}"
@@ -410,7 +411,7 @@
style="@style/tv_bottom_btn"
android:layout_width="120dp"
android:layout_height="44dp"
android:layout_marginStart="8dp"
android:layout_marginStart="32dp"
android:background="@drawable/bg_red_radius_4"
android:onClick="@{() -> viewModel.onLoadClick()}"
android:text="装货"