物料、组盘前端界面

This commit is contained in:
lyd
2022-07-06 18:20:11 +08:00
parent 423e5b13ca
commit fa954bbbbe
4 changed files with 265 additions and 19 deletions

View File

@@ -39,4 +39,12 @@ export function syncStruct() {
})
}
export default { add, edit, del, changeActive, syncStruct }
export function getPointStatu(data) {
return request({
url: 'api/point/getPointStatu',
method: 'post',
data
})
}
export default { add, edit, del, changeActive, syncStruct, getPointStatu }