From 7c873453b157b4b4fb5bbfe8e1a47f5114948ac7 Mon Sep 17 00:00:00 2001
From: orangebabu <2409692770@qq.com>
Date: Mon, 28 Jul 2025 14:56:25 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sql?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jinbooks-ui/src/layout/components/Navbar.vue | 6 +++---
jinbooks-ui/src/views/config/subject-cash-flow.vue | 2 +-
sql/jinbooks_v1.0.1-add.sql | 8 ++++++++
3 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/jinbooks-ui/src/layout/components/Navbar.vue b/jinbooks-ui/src/layout/components/Navbar.vue
index 002301f..5916f65 100644
--- a/jinbooks-ui/src/layout/components/Navbar.vue
+++ b/jinbooks-ui/src/layout/components/Navbar.vue
@@ -36,14 +36,14 @@
-
+
RTL
-
+
-
+
diff --git a/jinbooks-ui/src/views/config/subject-cash-flow.vue b/jinbooks-ui/src/views/config/subject-cash-flow.vue
index 0c47f5a..c03f65f 100644
--- a/jinbooks-ui/src/views/config/subject-cash-flow.vue
+++ b/jinbooks-ui/src/views/config/subject-cash-flow.vue
@@ -293,7 +293,7 @@ function submit() {
saveSelectItem(dataDto).then((response: any) => {
if (response.code === 0) {
- modal.msgSuccess("新增成功");
+ modal.msgSuccess("操作成功");
} else {
modal.msgError(response.message);
}
diff --git a/sql/jinbooks_v1.0.1-add.sql b/sql/jinbooks_v1.0.1-add.sql
index cb41358..3db95f8 100644
--- a/sql/jinbooks_v1.0.1-add.sql
+++ b/sql/jinbooks_v1.0.1-add.sql
@@ -35,3 +35,11 @@ ADD COLUMN `salary_voucher_id` varchar(45) DEFAULT NULL COMMENT '发放凭证编
ALTER TABLE `jinbooks`.`jbx_voucher_item`
MODIFY COLUMN `subject_balance` decimal(10,2) NOT NULL DEFAULT '0.00' COMMENT '科目余额';
+ALTER TABLE jbx_statement_subject_balance
+DROP COLUMN prev_balance,
+DROP COLUMN prev_closing_balance_debit,
+DROP COLUMN prev_closing_balance_credit,
+DROP COLUMN prev_year_to_date_debit,
+DROP COLUMN prev_year_to_date_credit;
+
+