设备OEE
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user