From 0af28ca563f556e8d08d03c16a8da8a1741f65d4 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期二, 24 十月 2023 23:33:39 +0800 Subject: [PATCH] 1024 --- internal_system_v1/clientmainwindow.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h index 9149f5b..325b821 100644 --- a/internal_system_v1/clientmainwindow.h +++ b/internal_system_v1/clientmainwindow.h @@ -13,6 +13,7 @@ #include "caseclue.h" #include "coverinfo.h" #include "searchinfo.h" +#include "problemrectstandingbook.h" #include "xlsxdocument.h" @@ -32,6 +33,8 @@ void readDataFromExcel(QString path); bool readDataFromSQL(QString name); void calc(); // 缁熻缁撴灉锛屽澶勫湴鏂硅Е鍙戜簡鑷姩璋冪敤 + void searchComName(); + private slots: void on_pushButton_auditPro_clicked(); @@ -87,10 +90,12 @@ ProblemCount *m_problemCnt; ProblemRectification *m_probleRect; ProblemNotMoney *m_problemNotMon; + ProblemRectStandingBook *m_proRecStandingBook; Punish *m_punish; CaseClue *m_caseClue; CoverInfo *m_coverInfo; SearchInfo *m_searchInfo; + QMap<QString,int> m_comInfo; }; #endif // CLIENTMAINWINDOW_H -- Gitblit v1.8.0