From 306e54afeb7e552aa9021ea9415df6260e716d57 Mon Sep 17 00:00:00 2001 From: lzq <2495532633@qq.com> Date: Sat, 31 Jan 2026 15:48:14 +0800 Subject: [PATCH] 1 --- index.html | 6 + src/assets/stylus/button.styl | 147 +++++++- src/assets/stylus/form.styl | 41 +++ src/assets/stylus/index.styl | 92 +---- src/assets/stylus/input.styl | 25 ++ src/assets/stylus/message-box.styl | 10 + src/assets/stylus/root.styl | 89 ++++- src/assets/stylus/scrollbar.styl | 3 + src/assets/stylus/table.styl | 23 +- src/components/a-form-panel/AFormPanel.tsx | 21 +- src/components/a-icon/iconfont.css | 14 +- src/components/a-icon/iconfont.json | 14 + src/components/a-icon/iconfont.ts | 14 + src/components/a-icon/iconfont.ttf | Bin 26460 -> 27304 bytes src/components/a-icon/iconfont.woff | Bin 16992 -> 17576 bytes src/components/a-icon/iconfont.woff2 | Bin 14464 -> 14916 bytes .../a-table-page/a-table-page.module.styl | 80 ----- src/components/uploader/Uploader.vue | 11 + src/pages/cst/customer/CustomerForm.vue | 70 ++-- src/pages/cst/project/ProjectForm.vue | 117 +++--- src/pages/cst/station/StationForm.vue | 104 +++--- src/pages/fin/bill/Bill.vue | 193 +++------- src/pages/fin/bill/BillDetail.vue | 136 +++---- src/pages/fin/bill/BillForm.vue | 340 +++++++----------- src/pages/fin/money-account/MoneyAccount.vue | 198 +++++----- .../fin/money-account/MoneyAccountDetail.vue | 102 ++---- .../fin/money-account/MoneyAccountForm.vue | 302 +++++++--------- src/pages/fin/money-account/constants.ts | 15 + src/pages/fin/money-account/page.ts | 2 +- src/pages/fin/money-flow/MoneyFlow.vue | 47 ++- src/pages/fin/money-flow/MoneyFlowDetail.vue | 45 +-- src/pages/fin/money-flow/MoneyFlowForm.vue | 5 - src/pages/fin/money-flow/constants.ts | 27 ++ .../gds/goods-category/GoodsCategoryForm.vue | 78 ++-- src/pages/gds/goods/GoodsForm.vue | 95 +++-- src/pages/home/Home.vue | 224 +++++++++++- src/pages/order/book/BookDetail.vue | 3 +- src/pages/order/book/BookForm.vue | 27 -- 38 files changed, 1364 insertions(+), 1356 deletions(-) create mode 100644 src/assets/stylus/form.styl create mode 100644 src/assets/stylus/input.styl create mode 100644 src/assets/stylus/message-box.styl create mode 100644 src/assets/stylus/scrollbar.styl create mode 100644 src/pages/fin/money-account/constants.ts create mode 100644 src/pages/fin/money-flow/constants.ts diff --git a/index.html b/index.html index 329d3c9..38a1eae 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,12 @@ diff --git a/src/pages/fin/bill/BillForm.vue b/src/pages/fin/bill/BillForm.vue index b9f4694..6fd8085 100644 --- a/src/pages/fin/bill/BillForm.vue +++ b/src/pages/fin/bill/BillForm.vue @@ -1,226 +1,144 @@