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

@@ -1,5 +1,5 @@
export const dugeConfig = {
actionTypes: [505, 120],
actionTypes: [505],
actionQueryParams: {
createBys: 'dugekuguan'
},
@@ -17,7 +17,7 @@ export const dugeConfig = {
}
export const lajiaoConfig = {
actionTypes: [503, 120],
actionTypes: [503],
actionQueryParams: {
updateBys: 'lajiaokuguan'
},
@@ -35,7 +35,7 @@ export const lajiaoConfig = {
}
export const shuangConfig = {
actionTypes: [504, 120],
actionTypes: [504],
actionQueryParams: {
createBys: 'shuangkuguan'
},
@@ -53,7 +53,7 @@ export const shuangConfig = {
}
export const tuozhiConfig = {
actionTypes: [502, 120],
actionTypes: [502],
actionQueryParams: {
createBys: 'tuozhikuguan'
},
@@ -93,7 +93,7 @@ export const suanzhaConfig = {
}
export const zincConfig = {
actionTypes: [501, 120],
actionTypes: [501],
actionQueryParams: {
createBys: 'duxinkuguan'
},