Checkout
LJH
committed
on 26 Feb 21
增加了借还记录配置
//借还记录
borrowRecord:borrowRecordConfig,



var borrowRecordConfig = {
headerFooter : [

// 页眉名称
Show more
增加了借还记录配置

//借还记录

   borrowRecord:borrowRecordConfig,

   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'}

                                        ]

                        }

}

Show less