feat(出库管理): 新增PDA出库功能模块
新增出库单列表、出库计划清单和成品出库页面 添加防抖函数工具和PDA出库相关API接口 重构出库逻辑,支持按计划批次出库和严格校验 优化扫码录入和出库操作流程,增加计划完成状态显示
This commit is contained in:
@@ -87,6 +87,8 @@
|
||||
await this.handleScanDeliveryOrderCode(text);
|
||||
} else if (type === 4) {
|
||||
await this.handleScanStockReturnCode(text);
|
||||
} else{
|
||||
this.emitInputChange(text, 0);
|
||||
}
|
||||
this.$nextTick(function() {
|
||||
this.search = '';
|
||||
|
||||
Reference in New Issue
Block a user