Index: ssts-web/src/main/webapp/disinfectsystem/config/nfykdxfsdsyy/print/printConfig.js =================================================================== diff -u -r27350 -r30635 --- ssts-web/src/main/webapp/disinfectsystem/config/nfykdxfsdsyy/print/printConfig.js (.../printConfig.js) (revision 27350) +++ ssts-web/src/main/webapp/disinfectsystem/config/nfykdxfsdsyy/print/printConfig.js (.../printConfig.js) (revision 30635) @@ -1111,6 +1111,37 @@ LODOP.ADD_PRINT_HTM(0,0,"95%","100%",""+tableHtml+""); } + +var borrowRecordConfig = { + headerFooter : [ + + // 页眉名称 + {label : "南方医科大学附属第三医院借还记录", dataIndex : '', fontSize : 15, position : ["0.3cm","37%","99%",5]}, + {label : "借出科室:", dataIndex : 'rentalDepartName', fontSize : 9, position : ["1cm","5%","90%",5]}, + {label : "出借人:", dataIndex : 'lender', fontSize : 9, position : ["1cm","45%","90%",5]}, + {label : "出借时间:", dataIndex : 'lendingTime', fontSize : 9, position : ["1cm","75%","90%",5]}, + {label : "借用科室:", dataIndex : 'departName', fontSize : 9, position : ["1.5cm","5%","99%",5]} + + + //{label : "接收者:", dataIndex : 'receiver', fontSize : 9, position : ["1.5cm","33%","90%",5]}, + //{label : "接收时间:", dataIndex : 'receivingTime', fontSize : 9, position : ["1.5cm","65%","90%",5]} + ], + //currentPageNumber : {label : "第#页", fontSize : 9, position : ["1cm","40%","90%",5]}, + //totalPageAmount : {label : "共&页", fontSize : 9, position : ["1cm","45%","90%",5]}, + goodsTable :{ + rowHeight : 20, + //position : ["50","1%","96%","6.0cm"], + fontSize:10, + position : ["2cm","0.2cm","99%","29cm"], + headRepeat : true, + columns : [ + {header : "名称", dataIndex : 'tousseName', width : 400, align : 'center'}, + {header : "数量", dataIndex : 'amount', width : 350, align : 'center'} + ] + } +} + + var printConfig = { //发货计划单 invoicePlan : invoicePlanPrintConfig, @@ -1130,6 +1161,8 @@ disinfectGoodsApplication : applicationPrintConfig, // 借物单 borrow : borrowPrintConfig, + //借还记录 + borrowRecord:borrowRecordConfig, //材料入库单 materialEntry : materialEntryConfig, godownEntry: godownEntryConfig,// 一次性物品入库单