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

@@ -85,6 +85,7 @@ data class GjcMaWb(
// ==================== 操作信息 ====================
var opDate: String? = null, // 操作时间(入库时间)
var inDate: String? = null, // 入库时间
var opId: String? = null, // 操作员id
var paperTime: Date? = null, // 单证时间