feat: 国际出港 出港仓库 出库

This commit is contained in:
2026-01-16 17:53:46 +08:00
parent a8d125ef9d
commit dfddf646f5
4 changed files with 64 additions and 12 deletions

View File

@@ -234,7 +234,7 @@
<!-- 出库按钮 -->
<TextView
style="@style/tv_bottom_btn"
android:onClick="@{()-> viewModel.outStorage()}"
android:onClick="@{()-> activity.showOutStorageDialog()}"
android:text="出 库" />
<!-- 入库按钮 -->