From f7171e1564c08b96e6dd1c30fe4a8e12a90df923 Mon Sep 17 00:00:00 2001
From: ycy <2861518472@qq.com>
Date: Thu, 11 Apr 2024 16:38:38 +0800
Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20refactor:=20=E6=9B=B4=E6=94=B9?=
=?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=A1=86=E7=9A=84=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/scarchBox.vue | 44 ++++++
.../finance-bill-manage/billBreakage.vue | 131 +++++++++++-------
src/pages/finance-bill-manage/billCancel.vue | 114 ++++++++-------
src/pages/finance-bill-manage/billDestroy.vue | 77 +++++-----
src/pages/finance-bill-manage/billDraw.vue | 75 +++++-----
.../finance-bill-manage/billQuitneck.vue | 82 ++++++-----
src/pages/finance-bill-manage/billReceipt.vue | 84 ++++++-----
src/pages/finance-bill-manage/billStock.vue | 78 ++++++-----
.../finance-bill-manage/detailReport.vue | 53 +++----
src/pages/home/components/homeFooter.vue | 25 +++-
src/style/index.css | 3 +
src/style/index.less | 5 +
12 files changed, 466 insertions(+), 305 deletions(-)
create mode 100644 src/components/scarchBox.vue
diff --git a/src/components/scarchBox.vue b/src/components/scarchBox.vue
new file mode 100644
index 0000000..96f54c4
--- /dev/null
+++ b/src/components/scarchBox.vue
@@ -0,0 +1,44 @@
+
+