Index: ssts-web/src/main/webapp/disinfectsystem/config/ggsrmyy/print/printConfig.js =================================================================== diff -u -r26684 -r28995 --- ssts-web/src/main/webapp/disinfectsystem/config/ggsrmyy/print/printConfig.js (.../printConfig.js) (revision 26684) +++ ssts-web/src/main/webapp/disinfectsystem/config/ggsrmyy/print/printConfig.js (.../printConfig.js) (revision 28995) @@ -756,6 +756,53 @@ ] } } +//打印外部代理灭菌单 +var foreignProxyDisinfectionApplicationPrintConfig = { + headerFooter : [ + // 页眉名称 + {label : "贵港市人民医院", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, + // 标题 + {label : "外部代理灭菌单", dataIndex : '', fontSize : 15, position : ["20","40%","99%",5]}, + {label : "申请科室:", dataIndex : 'depart', fontSize : 11, position : ["55","2%","90%",5]}, + {label : "录入部门:", dataIndex : 'currentOrgUnitName', fontSize : 11, position : ["55","35%","90%",5]}, + {label : "流水号:", dataIndex : 'serialNumber', fontSize : 11, position : ["55","70%","90%",5]}, + {label : "申请时间:", dataIndex : 'applicationTime', fontSize : 11, position : ["80","70%","90%",5]}, + {label : "送来时间:", dataIndex : 'arrivedTime', fontSize : 11, position : ["80","2%","90%",5]}, + {label : "预约时间:", dataIndex : 'scheduleTime', fontSize : 11, position : ["80","35%","90%",5]}, + + {label : "制表者:", dataIndex : 'printUser', fontSize : 11, position : ["415","5%","90%",5]}, + {label : "发物者:", dataIndex : '', fontSize : 11, position : ["415","40%","90%",5]}, + {label : "领物者:", dataIndex : '', fontSize : 11, position : ["415","75%","90%",5]}, + {label : "送物者:", dataIndex : '', fontSize : 11, position : ["445","5%","90%",5]}, + {label : "接收员工:", dataIndex : '', fontSize : 11, position : ["445","40%","90%",5]}, + {label : "打印时间:", dataIndex : 'printTime', fontSize : 11, position : ["445","70%","90%",5]}, + {barcodes : [ + {codeType : "128Auto", dataIndex : 'departBarcode', position : ["3mm","74%","40mm","8mm"], + styles : [{itemNameID: 0, styleName: 'ShowBarText', styleValue: true}, + {itemNameID: 0, styleName: 'FontSize', styleValue: 6}, + {itemNameID: 0, styleName: 'NotOnlyHighPrecision', styleValue: true} + ] + } + ]} + ], + currentPageNumber : {label : "第#页", fontSize : 11, position : ["475","75%","90%",5]}, + totalPageAmount : {label : "共&页", fontSize : 11, position : ["475","81%","90%",5]}, + goodsTable :{ + rowHeight : 25, + position : ["100","1%","97%","7cm"], + headRepeat : true, + columns : [ + {header : "序号", dataIndex : 'serialNumber', width : 60, align : 'center', fontSize : 11}, + {header : "名称", dataIndex : 'name', width : 220, align : 'left', fontSize : 11}, + {header : "数量", dataIndex : 'amount', width : 40, align : 'right', fontSize : 11}, + {header : "单位", dataIndex : 'unit', width : 40, align : 'center', fontSize : 11}, + {header : "灭菌日期", dataIndex : 'sterilizationdate', width : 105, align : 'center', fontSize : 11}, + {header : "失效日期", dataIndex : 'expireDate', width : 85, align : 'center', fontSize : 11}, + {header : "单价", dataIndex : 'price', width : 60, align : 'right', fontSize : 11}, + {header : "金额", dataIndex : 'rowPrice', width : 75, align : 'right', fontSize : 11} + ] + } +} var middleLableConfig = { customPrint:printMiddleLable_gxzyyf1 } @@ -1226,7 +1273,9 @@ //调拨入库单 appropriationInList : appropriationInListConfig, //调拨出库单 - appropriationOutList : appropriationOutListConfig, + appropriationOutList : appropriationOutListConfig, + //外部代理灭菌单 + foreignProxyDisinfectionApplication: foreignProxyDisinfectionApplicationPrintConfig, //打印回收清单 recyclingItems : recyclingItemsPrintConfig };