From 0a4427265887b4ace7e1a5da9af596ff73397578 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Sun, 25 Aug 2024 17:57:27 +0800 Subject: [PATCH] 1 --- src/api/workbench.ts | 5 + src/views/statistics/negative/index.vue | 25 +++- src/views/warehouse_order/details.vue | 21 ++++ src/views/warehouse_order/editProduct.vue | 141 ++++++++++++++++++++++ 4 files changed, 191 insertions(+), 1 deletion(-) create mode 100644 src/views/warehouse_order/editProduct.vue 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 @@