From 20a43d0e0ff9e9f6ee5349373fd810c6597abf00 Mon Sep 17 00:00:00 2001
From: wumu <mayi@mayi.com>
Date: 星期一, 29 四月 2024 22:33:13 +0800
Subject: [PATCH] 0429

---
 internal_system_v1/threemergeproblemlist.h |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/internal_system_v1/threemergeproblemlist.h b/internal_system_v1/threemergeproblemlist.h
index 0c694f6..3a5fbf5 100644
--- a/internal_system_v1/threemergeproblemlist.h
+++ b/internal_system_v1/threemergeproblemlist.h
@@ -21,9 +21,13 @@
     void initUi();
     void initProblemListUi();
     void initProblemResultUi();
+    void initProblemRectBookUi();
 
     void readCompanyFromSQL();
+
+    void loadDataFromSQL(const QString &arg1);
 private slots:
+    // 闂娓呭崟
     void showMenuSlot(QPoint);
     void deleteAction();
 
@@ -31,17 +35,27 @@
     void showMenuSlotResult(QPoint);
     void deleteActionResult();
 
+    // 鏁存敼鍙拌处
+    void showMenuSlotRectBook(QPoint);
+    void deleteActionRectBook();
+
     void on_pushButton_addRow_3_clicked();
 
     void on_pushButton_addRow_2_clicked();
 
     void on_pushButton_addRow_clicked();
 
+    void on_comboBox_company_currentIndexChanged(const QString &arg1);
+
+    void on_pushButton_save_2_clicked();
+
+    void on_pushButton_save_clicked();
+
 private:
     Ui::ThreeMergeProblemList *ui;
-    QMenu *m_menu;
-    QMenu *m_menuResult;
-    QMenu *m_menuResult_;
+    QMenu *m_menu; // 闂娓呭崟鑿滃崟
+    QMenu *m_menuResult; // 鏁存敼鎴愭灉
+    QMenu *m_menuRectBook; // 鏁存敼鍙拌处
 };
 
 #endif // THREEMERGEPROBLEMLIST_H

--
Gitblit v1.8.0