Commit e7cadc67 by liangjianmin

refactor(scanTally): 重构扫码理货功能代码结构

- 优化扫码二维码解析与订单信息匹配逻辑
- 统一待理货任务列表及任务选择流程
- 简化自营到货登记流程,新增第一次入库校验
- 改进自营货品资料填写弹窗交互及数据绑定
- 提升理货操作区表单输入及图片上传功能体验
- 完善待理货任务弹窗提示及交互反馈
- 增加防抖处理避免重复请求
- 清理冗余代码,提升代码可读性和维护性
parent a23013f7
Showing with 1 additions and 1 deletions
...@@ -603,7 +603,7 @@ ...@@ -603,7 +603,7 @@
qty: 9, qty: 9,
origin: 'CN', origin: 'CN',
batch: '2421', batch: '2421',
putaway_sn: 'B210088' putaway_sn: 'C2506040005'
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment