diff --git a/src/api/basic/consume/materialCategory.js b/src/api/basic/consume/materialCategory.js new file mode 100644 index 00000000..2fb474d3 --- /dev/null +++ b/src/api/basic/consume/materialCategory.js @@ -0,0 +1,15 @@ +import axios from "@/utils/request"; + +export function deptCategoryTreeselect(deptCode) { + return axios({ + url: `/deptCategoryTreeselect/${deptCode}`, + method: "GET" + }); +} + +export function deptCategoryList(deptCode) { + return axios({ + url: `/deptCategoryList/${deptCode}`, + method: "GET" + }); +} diff --git a/src/views/basic/consume/materialCategory.vue b/src/views/basic/consume/materialCategory.vue new file mode 100644 index 00000000..3793a76b --- /dev/null +++ b/src/views/basic/consume/materialCategory.vue @@ -0,0 +1,240 @@ + + + + + + + + + + + + + + + 显示/隐藏搜索栏 + 重置 + + 查询 + + 添加 + + + + + + + + + + + + {{ scope.row.parentCategoryId == null ? '-' : scope.row.parentCategoryId }} + + + + + + + + + + + 删除 + + + + + + + + + + + + + + + + + + + + 展开/折叠 + 全选/全不选 + + + + + + + + + + + + +