From cd7888823eeb2b3b648b654ba6e50f31c15c9b38 Mon Sep 17 00:00:00 2001 From: huangjinysf Date: Fri, 26 Dec 2025 15:07:34 +0800 Subject: [PATCH] =?UTF-8?q?feat(EnamellingMachineStatus):=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E9=94=80=E5=94=AE=E5=8E=86=E5=8F=B2=E5=9B=BE=E8=A1=A8?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=B9=B6=E4=BC=98=E5=8C=96=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增销售历史图表展示功能,包含时间范围选择 - 添加总箱数、总净重和总毛重列 - 优化完成重量列标签 - 移除线盘列 - 添加销售历史查看按钮 --- src/views/plan/EnamellingMachineStatus.vue | 334 ++++++++++++++++++++- 1 file changed, 330 insertions(+), 4 deletions(-) diff --git a/src/views/plan/EnamellingMachineStatus.vue b/src/views/plan/EnamellingMachineStatus.vue index c71be7e..f12511c 100644 --- a/src/views/plan/EnamellingMachineStatus.vue +++ b/src/views/plan/EnamellingMachineStatus.vue @@ -80,15 +80,15 @@ width="120" /> - + /> --> + + + + + + + + + + + + + + + + + + +
+
+

销售历史 - {{ salesChartTitle }}

+ 关闭 +
+
+ 时间范围: + + + + + + +
+
+
+ 暂无销售数据 +
+
+
\ No newline at end of file