This commit is contained in:
2026-01-23 11:10:04 +08:00
parent e5cea4a818
commit 6d5394f565
11 changed files with 176 additions and 379 deletions

View File

@@ -18,6 +18,15 @@ export function editStock(data) {
})
}
// 统计
export function getTotal(data) {
return request({
url: '/wisdom/stock/statistic',
method: 'post',
data: data
})
}
export function printTag(data){