diff --git a/src/api/workbench.ts b/src/api/workbench.ts index bbbccdf0..0a16dbbb 100644 --- a/src/api/workbench.ts +++ b/src/api/workbench.ts @@ -67,3 +67,8 @@ export function total_warehouse_product_list(params: any) { export function negative_inventory(params: any) { return request.get({ url: '/workbench/negative_inventory', params }) } + +// 负库存列表统计 +export function update_negative_zero(params: any) { + return request.get({ url: '/workbench/update_negative_zero', params }) +} diff --git a/src/views/statistics/negative/index.vue b/src/views/statistics/negative/index.vue index 8740440f..0fc7fb02 100644 --- a/src/views/statistics/negative/index.vue +++ b/src/views/statistics/negative/index.vue @@ -79,6 +79,18 @@ min-width="200" show-overflow-tooltip /> + + +
@@ -91,7 +103,7 @@