feat(wms/report): 新增修复报告页面和功能

feat(ems/assisted): 添加公辅消耗记录和类型管理功能

fix(eqp): 修改公辅消耗记录接口返回类型为Long

refactor(wms/report): 优化合并模板查询逻辑和统计信息展示

style(wms/report): 调整时间范围选择器组件逻辑

docs(wms/report): 更新配置文件中产线类型配置

feat(wms/report): 新增异常报告页面和功能
This commit is contained in:
2026-04-30 13:57:42 +08:00
parent 9967d8be46
commit 12b3f0556d
18 changed files with 1543 additions and 28 deletions

View File

@@ -103,10 +103,12 @@ export default {
},
handleTimeChange() {
this.$emit('input', {
...this.value,
[this.startKey]: this.startTime,
[this.endKey]: this.endTime
})
this.$emit('change', {
...this.value,
[this.startKey]: this.startTime,
[this.endKey]: this.endTime
})