diff --git a/src/api/product.js b/src/api/product.js index efb5f79..20fa026 100644 --- a/src/api/product.js +++ b/src/api/product.js @@ -761,3 +761,11 @@ export function getMaxSortNum(params) { params }) } + +export function resetInventoryUse(data) { + return request({ + url: 'sale/manage/wares/resetInventoryUse', + method: 'post', + data + }) +} diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index c7bfad8..07bda88 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -5,37 +5,54 @@
-
- - - +
+ + - +
- +
- - - - +