| | |
| | | #include "caseclue.h" |
| | | #include "coverinfo.h" |
| | | #include "searchinfo.h" |
| | | #include "problemrectstandingbook.h" |
| | | #include "converinfo2.h" |
| | | |
| | | #include "xlsxdocument.h" |
| | | |
| | |
| | | void readDataFromExcel(QString path); |
| | | bool readDataFromSQL(QString name); |
| | | void calc(); // 统计结果,多处地方触发了自动调用 |
| | | void searchComName(); |
| | | |
| | | private slots: |
| | | void on_pushButton_auditPro_clicked(); |
| | | |
| | |
| | | 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 |