refactor(物料管理): 重构物料需求计划API文件路径和内容

将物料需求计划API从生产物料目录移动到物料管理根目录
更新相关视图文件中的API引用路径
This commit is contained in:
2025-12-29 12:56:48 +08:00
parent 4eab60e6ec
commit 37fb5b56ea
3 changed files with 2 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ import {
EntryInventory,
OutInventory,
CheckInventory
} from '@/api/materialManagement/wms-warehouse.js'
} from '@/api/materialManagement/wms/wms-warehouse.js'
function getOptions() {
getLocationSelectOptions('')
getSparePartsSelectOptions('')

View File

@@ -275,7 +275,7 @@ function handleDelete(row) {
}
/// 物料分类
import { listMaterialCategories } from '@/api/materialManagement/wms-category.js'
import { listMaterialCategories } from '@/api/materialManagement/wms/wms-category.js'
const categoryOptions = ref([])
function getMaterialCategories() {