This commit is contained in:
2023-02-13 17:24:54 +08:00
parent 9eeb740c2e
commit 16d7c0c4ad
5 changed files with 108 additions and 47 deletions

View File

@@ -39,15 +39,6 @@ export function palletIndicatorGetType(data) {
})
}
// 托盘指标分析
export function palletIndicatorAnalysisType(data) {
return request({
url: '/equipment/PalletIndicatorAnalysis/getType',
method: 'post',
data
})
}
// 备品备件
export function getSparePartStockPage(data) {
return request({