From 98e191b0dd161e9efd734721e58a4f2a8cf0b5ef Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期三, 27 十二月 2023 23:40:37 +0800 Subject: [PATCH] 1227 --- 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