From 3742570d134bf007c454413fc834e15b4f8843e8 Mon Sep 17 00:00:00 2001 From: wumu <mayi@mayi.com> Date: 星期五, 15 十一月 2024 23:17:24 +0800 Subject: [PATCH] 1115 --- internal_system_v1/threemergeproblemlist.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/internal_system_v1/threemergeproblemlist.h b/internal_system_v1/threemergeproblemlist.h index 81e424a..b02af12 100644 --- a/internal_system_v1/threemergeproblemlist.h +++ b/internal_system_v1/threemergeproblemlist.h @@ -11,6 +11,7 @@ #include "comboboxdelegate.h" #include "datedelegate.h" +#include "struct_data.h" #include <QPdfWriter> //#include <QtWebEngineWidgets/QtWebEngineWidgets> @@ -38,7 +39,8 @@ int selectSQL(QString sql,QVector<QVector<QString>> &result); // 鎷跨粨鏋滈泦鐨剆ql int changeSQL(QString sql); // 鎷挎潯鏁扮殑sql int saveDataLine(int row); // 淇濆瓨鎸囧畾琛� 鍏堝垽鏂搴旂殑绱㈠紩id鏄惁瀛樺湪锛屽瓨鍦ㄥ垯鏇存柊锛屼笉瀛樺湪鍒欐柊寤烘彃鍏� - int saveFile(QString path, QString id,QString &absSavePath); // 鏍规嵁id鏉ユ寚瀹氬瓙鐩綍杩涜鏂囦欢鐨勬嫹璐濆拰瀛樺偍 + // 淇濇寔璺緞鍔犱笂 id+椤圭洰鍚嶇О + int saveFile(QString path, QString id,QString &absSavePath,QString proName); // 鏍规嵁id鏉ユ寚瀹氬瓙鐩綍杩涜鏂囦欢鐨勬嫹璐濆拰瀛樺偍 int loadPdfFile(QString path); // 鍔犺浇pdf鏂囦欢 @@ -79,6 +81,10 @@ void showSaveFile(); // 鏄剧ず宸茬粡淇濆瓨鐨勪綈璇佹枃浠� + void updateComboList(QMap<QString,ComInfo> &); // 鏇存柊涓嬫媺妗嗗叕鍙稿悕 + + void on_pushButton_save_export_clicked(); + private: Ui::ThreeMergeProblemList *ui; QMenu *m_menu; // 闂娓呭崟鑿滃崟 -- Gitblit v1.8.0