feat: opt 国际出港

This commit is contained in:
2026-01-05 16:23:56 +08:00
parent ac0ade9eab
commit ff1c69f1dd
4 changed files with 14 additions and 6 deletions

View File

@@ -69,7 +69,7 @@
type="@{DataLayoutType.INPUT}"
value='@={viewModel.maWbBean.wbNo}'
autoQueryEnabled="@{true}"
autoQueryUrl="@{`/IntExpCheckIn/checked/queryWbNoList`}"
autoQueryUrl="@{`/IntExpCheckIn/queryWbNoList`}"
autoQueryParamKey="@{`wbNo`}"
autoQueryMinLength="@{4}"
autoQueryMaxLength="@{8}"
@@ -397,7 +397,7 @@
title='@{"备 注"}'
titleLength="@{5}"
type="@{DataLayoutType.INPUT}"
value='@={viewModel.maWbBean.remark}'
value='@={viewModel.pageRemark}'
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp" />