Index: ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/print/printConfig.js =================================================================== diff -u -r26449 -r27334 --- ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/print/printConfig.js (.../printConfig.js) (revision 26449) +++ ssts-web/src/main/webapp/disinfectsystem/config/szsdsrmyy/print/printConfig.js (.../printConfig.js) (revision 27334) @@ -338,6 +338,45 @@ } } +var invoiceComboPrintConfig_2 = { + headerFooter : [ + // 页眉名称 +// {label : "", dataIndex : '', fontSize : 10, position : ["5","1%","90%",5]}, + // 标题 + {label : "深圳市第三人民医院消毒供应中心无菌物品发放单", dataIndex : '', fontSize : 20, position : ["5","10%","99%",5]}, + {label : "科室:", dataIndex : 'depart', fontSize : 11, position : ["37","2%","90%",5]}, + {label : "单号:", dataIndex : 'serialNumber2', fontSize : 11, position : ["37","70%","90%",5]}, + {label : "发货时间:", dataIndex :'sendTime', fontSize : 11, position : ["37","35%","90%",5]}, + {label : "签收人:", dataIndex : '', fontSize : 11, position : ["340","50%","90%",5]}, + {label : "发货人:", dataIndex : 'sender', fontSize : 11, position : ["340","2%","90%",5]}, + {label : "下送人:", dataIndex : '', fontSize : 11, position : ["340","25%","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 : ["340","75%","90%",5]}, + totalPageAmount : {label : "共&页", fontSize : 11, position : ["340","81%","90%",5]}, + goodsTable :{ + rowHeight : 25, + position : ["60","1%","97%","7cm"], + headRepeat : true, + columns : [ + {header : "名称", dataIndex : 'name', width : 190, align : 'center', fontSize : 11}, + {header : "数量", dataIndex : 'amount', width : 40, align : 'center', fontSize : 11}, + {header : "包装方式", dataIndex : 'packageType', width : 70, align : 'center', fontSize : 11}, + {header : "灭菌类型", dataIndex : 'sterilisationAbbreviation', width : 110, align : 'center', fontSize : 11}, + {header : "灭菌日期", dataIndex : 'batchNumber', width : 85, align : 'center', fontSize : 11}, + {header : "失效日期", dataIndex : 'expireDate', width : 85, align : 'center', fontSize : 11}, + {header : "单价", dataIndex : 'price', width : 60, align : 'center', fontSize : 11}, + {header : "金额", dataIndex : 'totalPrice', width : 75, align : 'center', fontSize : 11} + ] + } +} var applicationPrintConfig = { isPrintTousse : true, isPrintDisinfectGoods : true, @@ -1168,5 +1207,6 @@ //调拨出库单 appropriationOutList : appropriationOutListConfig, //打印器械包明细单 - tousseDefinitionMaterials:tousseDefinitionMaterialsConfig_qifuyy + tousseDefinitionMaterials:tousseDefinitionMaterialsConfig_qifuyy, + batchPrintInvoices : invoiceComboPrintConfig_2 }; \ No newline at end of file