组盘入库、物料入库加功能

This commit is contained in:
2025-08-27 19:48:20 +08:00
parent 45bdf167e3
commit caef2ecc53
4 changed files with 173 additions and 20 deletions

7
utils/mork.js Normal file
View File

@@ -0,0 +1,7 @@
export const getMaterialList = (search, page, size) => {
let res = {
totalElements: 100,
content: [{material_name: '00001', material_spec: 'dfjlfjlf', material_code: 'aaaaa1', material_id: '1'}]
}
return res
}