From 8d10ec14a9cd5c7a4b8de9643d3fad03760f8de2 Mon Sep 17 00:00:00 2001
From: qb <1191961160@qq.com>
Date: Mon, 14 Oct 2024 10:46:16 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A6=96=E9=A1=B5=E5=B1=95?=
=?UTF-8?q?=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/wel/index.vue | 32 ++++++++++++++++++++++++++------
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index 71595bf3..4671421d 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -28,6 +28,11 @@
{{ details.openOrderDataInfo.totalNum || 0 }}
单
+
+
+ {{ details.openOrderDataInfo.totalCount || 0 }}
+ 件
+
@@ -41,6 +46,11 @@
{{ details.openOrderDataInfo.monthNum || 0 }}
单
+
+
+ {{ details.openOrderDataInfo.monthCount || 0 }}
+ 件
+
@@ -52,9 +62,13 @@
{{ details.openOrderDataInfo.dayNum || 0 }}
-
单
+
+
+ {{ details.openOrderDataInfo.dayCount || 0 }}
+ 件
+
@@ -1003,12 +1017,18 @@ import {
const details = reactive({
/** 开单数据 */
openOrderDataInfo: {
- /** 开单 -- 总计 */
+ /** 开单 -- 当日 -- 单 */
dayNum: 0,
- /** 开单 -- 当月 */
+ /** 开单 -- 当月 -- 单 */
monthNum: 0,
- /** 开单 -- 当日 */
+ /** 开单 -- 总计 -- 单 */
totalNum: 0,
+ /** 开单 -- 当日 -- 单 */
+ dayCount: 0,
+ /** 开单 -- 当月 -- 单 */
+ monthCount: 0,
+ /** 开单 -- 总计 -- 件 */
+ totalCount: 0,
},
/** 开单收入 */
openOrderIncomeInfo: {
@@ -1476,7 +1496,7 @@ const billSignforData = computed(() => {
.box1 {
height: 100%;
- width: 340px;
+ width: 400px;
box-sizing: border-box;
flex: none;
}
@@ -1487,7 +1507,7 @@ const billSignforData = computed(() => {
// 统计数据
.totol {
- width: 460px;
+ width: 400px;
.monthData {
height: 120px;