feat: 国际进港仓库修改库位功能优化

- 修改库位弹窗打开时预填充当前库位
- 已出库分单拦截修改库位操作并提示
- 修复主单列表入库时间字段绑定错误(opDate→inDate)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 17:06:30 +08:00
parent df5fa2ea74
commit 9363717224
4 changed files with 17 additions and 3 deletions

View File

@@ -266,7 +266,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@{bean.opDate}"
android:text="@{bean.inDate}"
android:textSize="16sp" />
</LinearLayout>