feat: 国际进港仓库修改库位功能优化
- 修改库位弹窗打开时预填充当前库位 - 已出库分单拦截修改库位操作并提示 - 修复主单列表入库时间字段绑定错误(opDate→inDate) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -85,6 +85,7 @@ data class GjcMaWb(
|
||||
|
||||
// ==================== 操作信息 ====================
|
||||
var opDate: String? = null, // 操作时间(入库时间)
|
||||
var inDate: String? = null, // 入库时间
|
||||
var opId: String? = null, // 操作员id
|
||||
var paperTime: Date? = null, // 单证时间
|
||||
|
||||
|
||||
Reference in New Issue
Block a user