refactor(物料管理): 重构物料需求计划API文件路径和内容
将物料需求计划API从生产物料目录移动到物料管理根目录 更新相关视图文件中的API引用路径
This commit is contained in:
@@ -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('')
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user