Index: ssts-web/src/main/webapp/disinfectsystem/config/zsyy/print/printConfig.js =================================================================== diff -u -r14798 -r14815 --- ssts-web/src/main/webapp/disinfectsystem/config/zsyy/print/printConfig.js (.../printConfig.js) (revision 14798) +++ ssts-web/src/main/webapp/disinfectsystem/config/zsyy/print/printConfig.js (.../printConfig.js) (revision 14815) @@ -1190,6 +1190,55 @@ } } +//小标签2配置,77x50mm +var smallLabel2Config = { + // 可带表格线的table定义 + + table : { + rules : 'rows', + style : 'width: 77mm; height: 50mm', + cellspacing : '0', + cellpadding : '0', + position : [0,"0mm","100%","100%"], + printMode : {mode : 'PRINT_PAGE_PERCENT', value : 'Full-Page'}, + beforeStr: "", afterStr: "", + rows : [ + // 每个表格行的定义 + {height : "", tds : [ + { label : "", dataIndex : 'name', colspan: 4, + styles : [{minLen:0, maxLen:5, style: "font-size:35px;font-weight:bold;text-align:center"}, + {minLen:5, maxLen:10, style: "font-size:25px;font-weight:bold;text-align:center"}, + {minLen:10, maxLen:14, style: "font-size:20px;font-weight:bold;text-align:center"}, + {minLen:14, maxLen:17, style: "font-size:16px;font-weight:bold;text-align:center"}, + {minLen:17, maxLen:21, style: "font-size:13px;font-weight:bold;text-align:center"}, + {minLen:21, maxLen:28, style: "font-size:10px;font-weight:bold;text-align:center"}, + {minLen:28, maxLen:35, style: "font-size:8px;font-weight:bold;text-align:center"}, + {minLen:35, maxLen:47, style: "font-size:6px;font-weight:bold;text-align:center"}, + {minLen:47, maxLen:100, style: "font-size:5px;font-weight:bold;text-align:center"}]} + ] + }, + {height : "", tds : [ + { label : "灭菌:", dataIndex : '', style : "font-size:16px; text-align:center;width:10mm"}, + { label : "", dataIndex : 'sterilizationDate', style : "font-size:16px; text-align:center;width:30mm"}, + { label : "装配:", dataIndex : '', style : "font-size:16px; text-align:center;width:10mm"}, + { label : "", dataIndex : 'operator', style : "font-size:16px; text-align:center;width:27mm"} + ] + }, + {height : "", tds : [ + { label : "失效:", dataIndex : '', style : "font-size:16px; text-align:center"}, + { label : "", dataIndex : 'validDate', style : "font-size:16px; text-align:center"}, + { label : "审核:", dataIndex : '', style : "font-size:16px; text-align:center"}, + { label : "", dataIndex : 'reviewer', style : "font-size:16px; text-align:center"} + ] + }, + {height : "", tds : [ + { label : "", dataIndex : 'barcode', colspan: 4, style : "font-size:20px;text-align:center"} + ] + } + ] + } +} + var foreignProxyDisinfectionLabelConfig = { // 可带表格线的table定义 table : { @@ -1329,6 +1378,8 @@ // 小标签:50x30规格 smallLabel : smallLabelConfig, + // 小标签2:77x50 + smallLabel2 : smallLabel2Config, // 中标签:80x60规格 middleLable : middleLableConfig, foreignTousseMiddleLable:foreignTousseMiddleLableConfig,// 外来器械中标签