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:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user