| | |
| | | #include "comboboxdelegate.h" |
| | | #include "datedelegate.h" |
| | | #include "struct_data.h" |
| | | //#include "threecombobox.h" |
| | | |
| | | #include "tableitemdelegate.h" |
| | | #include "exporttofile.h" |
| | | |
| | | |
| | | #include <QPdfWriter> |
| | |
| | | ComboBoxDelegate *m_cbb_way; // 审计方式 |
| | | ComboBoxDelegate *m_cbb_pro; // 审计项目 |
| | | ComboBoxDelegate *m_cbb_file_wri; // 问题描述佐证 |
| | | ComboBoxDelegate *m_cbb_money; // 审计发现问题金额定性 24-11.28 |
| | | ComboBoxDelegate *m_cbb_cnt; // 审计发现问题个数定性 |
| | | ComboBoxDelegate *m_cbb_result; // 整改结果 |
| | | ComboBoxDelegate *m_cbb_type; // 处分类型 |
| | | ComboBoxDelegate *m_cbb_check_res; // 检查结果 |
| | | ComboBoxDelegate *m_cbb_money_res; // 金额类整改成果 |
| | | ComboBoxDelegate *m_cbb_no_money_res; // 非金额类整改成果 |
| | | |
| | | |
| | | DateDelegate *m_date_ymd; // 时间 年月日 |
| | | //ThreeComboBox *m_noEdit; // 禁用编辑功能 |