From 6a26907192236566a00799a5a8c399812f112d0c Mon Sep 17 00:00:00 2001
From: admin <>
Date: Fri, 15 Mar 2024 16:18:37 +0800
Subject: [PATCH] =?UTF-8?q?update:=20=E4=BE=9B=E5=BA=94=E5=95=86=E6=8E=92?=
=?UTF-8?q?=E8=A1=8C=20=E5=AE=A2=E6=88=B7=E6=8E=92=E8=A1=8C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/ProductTypeDialog.vue | 175 +++++++++++-------
src/PagesStatistics/customerRanking.vue | 76 +++++++-
src/PagesStatistics/receivePanel.vue | 1 +
src/PagesStatistics/supplierRanking.vue | 90 +++++++--
src/services/goods.ts | 6 +-
src/services/receive.ts | 5 +-
src/services/shipment.ts | 5 +-
7 files changed, 263 insertions(+), 95 deletions(-)
diff --git a/src/PagesStatistics/components/ProductTypeDialog.vue b/src/PagesStatistics/components/ProductTypeDialog.vue
index e5386d3..17ee13d 100644
--- a/src/PagesStatistics/components/ProductTypeDialog.vue
+++ b/src/PagesStatistics/components/ProductTypeDialog.vue
@@ -1,36 +1,85 @@
-
+
- 收货产品
-
- 钢板料{{ item }}{{ isShipment ? "出货" : "收货" }}产品
+
+ {{ item.reProductsName }}
-
+
+
+ {{ item.shmCategoryName }}
+
+ {{ cItem.shmCategoryName }}
+
+
+
+
\ No newline at end of file
+}
+
diff --git a/src/PagesStatistics/customerRanking.vue b/src/PagesStatistics/customerRanking.vue
index 8953abd..13e3d79 100644
--- a/src/PagesStatistics/customerRanking.vue
+++ b/src/PagesStatistics/customerRanking.vue
@@ -15,7 +15,7 @@
placeholder="请选择结束时间"
>
@@ -25,14 +25,29 @@
-
-
- {handleDialog('showFilter', v)}"/>
+
+
+ {handleDialog('showFilter', v)}"
+ @changeProduct="changeProduct"
+ />
+
+
+ {handleDialog('showTime', v)}"
+ @changeTime="changeTime"
+ />