Commit c797be3b9cf52c38e202d9af43f4e54ee8509457
1 parent
724c73e4
打印纸张配置
Showing
1 changed file
with
10 additions
and
0 deletions
jeecg-boot-master/jeecg-boot/jeecg-boot-module-system/src/main/resources/application-dev.yml
... | ... | @@ -219,6 +219,16 @@ jeecg : |
219 | 219 | bucketName: otatest |
220 | 220 | #大屏报表参数设置 |
221 | 221 | jmreport: |
222 | + # 打印纸张配置 title描述 size宽高 | |
223 | + printPaper: | |
224 | + - title: 条码双边打印机纸 | |
225 | + size: | |
226 | + - 60 | |
227 | + - 80 | |
228 | + - title: 物料双边打印机纸 | |
229 | + size: | |
230 | + - 85 | |
231 | + - 60 | |
222 | 232 | mode: dev |
223 | 233 | #数据字典是否进行saas数据隔离,自己看自己的字典 |
224 | 234 | saas: false |
... | ... |