From 01879e2d0f951ff37ba56df695668d16548070a7 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 19 一月 2024 22:44:43 +0800 Subject: [PATCH] 0119 --- internal_system_v1/clientmainwindow.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/internal_system_v1/clientmainwindow.h b/internal_system_v1/clientmainwindow.h index 9149f5b..354778b 100644 --- a/internal_system_v1/clientmainwindow.h +++ b/internal_system_v1/clientmainwindow.h @@ -13,6 +13,8 @@ #include "caseclue.h" #include "coverinfo.h" #include "searchinfo.h" +#include "problemrectstandingbook.h" +#include "converinfo2.h" #include "xlsxdocument.h" @@ -32,6 +34,8 @@ void readDataFromExcel(QString path); bool readDataFromSQL(QString name); void calc(); // 缁熻缁撴灉锛屽澶勫湴鏂硅Е鍙戜簡鑷姩璋冪敤 + void searchComName(); + private slots: void on_pushButton_auditPro_clicked(); @@ -87,10 +91,16 @@ 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; + + // 鏂扮増鏈� + ConverInfo2* m_conInfo2; + }; #endif // CLIENTMAINWINDOW_H -- Gitblit v1.8.0