feat: 出港待计重-输入运单号

This commit is contained in:
2026-01-10 15:46:09 +08:00
parent 38625562ef
commit 65ba31f9df
5 changed files with 474 additions and 1 deletions

View File

@@ -76,6 +76,12 @@
setOnIconClickListener="@{()-> viewModel.waybillNoScanClick()}"
type="@{SearchLayoutType.INPUT}"
value="@={viewModel.waybillNo}"
autoQueryEnabled="@{true}"
autoQueryUrl="@{`/IntExpCheckIn/queryWbNoList`}"
autoQueryParamKey="@{`wbNo`}"
autoQueryMinLength="@{4}"
autoQueryMaxLength="@{8}"
autoQueryTitle="@{`选择运单号`}"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" />