feat: 国际出港 收运检查 退回

This commit is contained in:
2025-12-16 10:21:05 +08:00
parent 1cfcb3fe97
commit bd8d6f683a
2 changed files with 14 additions and 9 deletions

View File

@@ -297,15 +297,15 @@
</LinearLayout>
<!-- 备注 -->
<!-- 退回原因 -->
<com.lukouguoji.module_base.ui.weight.data.layout.PadDataLayoutNew
enable="@{true}"
inputHeight="@{80}"
title='@{"原因"}'
titleLength="@{5}"
hint=""
hint='@{"请输入退回原因"}'
type="@{DataLayoutType.INPUT}"
value='@={viewModel.dataBean.remark}'
value='@={viewModel.returnReason}'
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp" />