feat(报表): 增强报表功能并优化标签显示
- 新增镀锌1预填接口和报表字段 - 优化标签材质显示逻辑,移除content前缀 - 增加报表分页大小选项和耗时格式化 - 扩展报表可选列和默认列配置 - 改进报表统计计算逻辑,考虑质量状态 - 调整报表页面大小限制为99999
This commit is contained in:
@@ -8,3 +8,10 @@ export function getAcidTypingPrefill(currentCoilNo) {
|
||||
})
|
||||
}
|
||||
|
||||
export function getGalvanize1TypingPrefill(currentCoilNo) {
|
||||
return request({
|
||||
url: '/pocket/galvanize1/crmPdoExcoil/list',
|
||||
method: 'get',
|
||||
params: { currentCoilNo }
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user