From 9c97a912a7684634aa3701d26f0db79409518a21 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Fri, 18 Oct 2024 11:16:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=9C=BA=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageConsumables/index.vue | 8 ++- pageConsumables/outbound.vue | 33 +++++++-- pageConsumables/warehouseEntry.vue | 34 ++++++++-- pagePrinter/add-printer/add-printer.vue | 42 +++++++++--- pageSalesSummary/index.vue | 55 ++++++++------- pageSalesSummary/productSalesRanking.vue | 33 +++++---- pageStaff/addstaff.vue | 3 +- pageStaff/index.vue | 2 +- pageTable/index/images/1.png | Bin 0 -> 553 bytes pageTable/index/images/2.png | Bin 0 -> 559 bytes pageTable/index/images/3.png | Bin 0 -> 613 bytes pages/index/components/Stats.vue | 82 +++++++++++++++++++---- 12 files changed, 214 insertions(+), 78 deletions(-) create mode 100644 pageTable/index/images/1.png create mode 100644 pageTable/index/images/2.png create mode 100644 pageTable/index/images/3.png diff --git a/pageConsumables/index.vue b/pageConsumables/index.vue index a43d8b7..f1f7c78 100644 --- a/pageConsumables/index.vue +++ b/pageConsumables/index.vue @@ -37,7 +37,7 @@ - {{item.balance}} + {{item.stockNumber-item.stockConsume}} 剩余库存 @@ -177,11 +177,13 @@ }) } else if (index == 3) { toUrl('PAGES_SALES_WAREHOUSEENTRY', { - consId: actionSheet.activeId + consId: actionSheet.activeId, + item: JSON.stringify(actionSheet.active) }) } else if (index == 4) { toUrl('PAGES_SALES_OUTBOUND', { - consId: actionSheet.activeId + consId: actionSheet.activeId, + item: JSON.stringify(actionSheet.active) }) } } diff --git a/pageConsumables/outbound.vue b/pageConsumables/outbound.vue index e6ff47f..351d053 100644 --- a/pageConsumables/outbound.vue +++ b/pageConsumables/outbound.vue @@ -1,6 +1,22 @@