| | |
| | | changeText(document, textMap); |
| | | |
| | | //更改文本框 |
| | | if (Objects.equals(reportType, ReportTypeEnum.MAQV2.getCode())) { |
| | | if (Objects.equals(reportType, ReportTypeEnum.MAQV2.getCode()) || Objects.equals(reportType, ReportTypeEnum.JAQ.getCode()) ) { |
| | | changeTextBox(document, textMap); |
| | | } |
| | | |
| | | //CAQ更改文本框,wzp测试.2021.4.27 |
| | | if (Objects.equals(reportType, ReportTypeEnum.CAQ.getCode())) { |
| | | /* if (Objects.equals(reportType, ReportTypeEnum.CAQ.getCode())) { |
| | | changeTextBox(document, textMap); |
| | | } |
| | | }*/ |
| | | |
| | | //插入表格 |
| | | addTableValue(document, autoTableMap); |