设备OEE

This commit is contained in:
2023-02-10 17:14:06 +08:00
parent 9530d7e889
commit 9eeb740c2e
8 changed files with 277 additions and 98 deletions

View File

@@ -16,6 +16,13 @@ export function performanceAnalysisPlan(data) {
data
})
}
export function performanceUpdatePlan(data) {
return request({
url: '/equipment/PerformanceAnalysis/updatePlan',
method: 'post',
data
})
}
// 托盘指标分析
export function palletIndicatorAnalysisPage(data) {
return request({
@@ -24,6 +31,13 @@ export function palletIndicatorAnalysisPage(data) {
data
})
}
export function palletIndicatorGetType(data) {
return request({
url: '/equipment/PalletIndicatorAnalysis/getType',
method: 'post',
data
})
}
// 托盘指标分析
export function palletIndicatorAnalysisType(data) {