wumu
2024-12-13 1bb61da9f048f9f86b412479e3f4d18adb1876f2
internal_system_v1/searchinfo.h
@@ -1,4 +1,4 @@
#ifndef SEARCHINFO_H
#ifndef SEARCHINFO_H
#define SEARCHINFO_H
#include <QMainWindow>
@@ -26,6 +26,13 @@
    QVector<QVector<QString>> getResult(QString &sql,int colCnt);
    void setLabels();
    void createTableAllComInfo(QString tableName); // 单位信息表全
    void createTableRectifyResultInfo(QString tableName); // 整改结果信息表
    void createTableProblemListInfo(QString tableName);  // 问题清单列表信息表
    void createTableComprehensiveEntryInfo(QString tableName); // 综合录入信息表
    void createTableStandingBook(QString tableName);  // 整改台账
private slots:
    void on_pushButton_search_clicked();
@@ -35,6 +42,12 @@
    void on_toolButton_seleceExcel_clicked();
    void on_comboBox_company_currentIndexChanged(const QString &arg1);
    void addComName(QString name);
    void on_checkBox_clicked();
private:
    Ui::SearchInfo *ui;
    QSqlDatabase m_db;