feat(wms): 新增报表导出文件管理功能

新增报表导出文件管理模块,包含后端接口和前端页面
在各类报表页面添加保存报表功能
优化CoilSelector和CoilCard组件显示
调整分页大小和表格高度
统一各产线报表配置
修复文件预览组件高度问题
This commit is contained in:
砂糖
2026-04-11 15:36:50 +08:00
parent 848ad2c3cd
commit 3020a4244d
78 changed files with 1697 additions and 160 deletions

View File

@@ -13,6 +13,7 @@ export const dugeConfig = {
{ label: '废品库', value: '2019583429955104769' },
{ label: '退货库', value: '2019583137616310273' },
],
productionLine: '镀铬线',
}
export const lajiaoConfig = {
@@ -30,6 +31,7 @@ export const lajiaoConfig = {
{ label: '废品库', value: '2019583429955104769' },
{ label: '退货库', value: '2019583137616310273' },
],
productionLine: '拉矫线',
}
export const shuangConfig = {
@@ -47,6 +49,7 @@ export const shuangConfig = {
{ label: '废品库', value: '2019583429955104769' },
{ label: '退货库', value: '2019583137616310273' },
],
productionLine: '双机架线',
}
export const tuozhiConfig = {
@@ -64,6 +67,7 @@ export const tuozhiConfig = {
{ label: '废品库', value: '2019583429955104769' },
{ label: '退货库', value: '2019583137616310273' },
],
productionLine: '脱脂线',
}
export const suanzhaConfig = {
@@ -84,6 +88,7 @@ export const suanzhaConfig = {
{ label: '废品库', value: '2019583429955104769' },
{ label: '退货库', value: '2019583137616310273' },
],
productionLine: '酸轧线',
}
export const zincConfig = {
@@ -102,6 +107,7 @@ export const zincConfig = {
{ value: '2019583429955104769', label: '废品库' },
{ value: '2019583137616310273', label: '退货库' },
],
productionLine: '镀锌线',
}
export const splitConfig = {
@@ -117,6 +123,7 @@ export const splitConfig = {
{ value: '1988150800092950529', label: '退火分条成品' },
{ value: '1988150380649967617', label: '镀锌分条成品' },
{ value: '1988151027466170370', label: '拉矫分条成品' },
]
],
productionLine: '分条线',
}