新增app和跟踪页面,现已经调通

This commit is contained in:
2026-05-13 16:43:38 +08:00
parent 5fdaa89afd
commit ba7593e825
10 changed files with 1838 additions and 2 deletions

View File

@@ -143,6 +143,14 @@ export function getExcoilCount() {
})
}
// 跟踪数据matMap + entryTrace + exitTrace
export function getTrackData() {
return request({
url: '/sql-server-api/track',
method: 'get'
})
}
// 工艺预设参数按计划钢卷号查询PLTCM_PRESET_SETUP
export function getPresetSetupByCoilId(coilId) {
return request({